Home
last modified time | relevance | path

Searched refs:bytecnt (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/usr.bin/split/
HDsplit.c65 static off_t bytecnt; /* Byte count to split on. */ variable
126 if (expand_number(optarg, &bytecnt) != 0) { in main()
190 if (pflag && (numlines != 0 || bytecnt != 0 || chunks != 0)) in main()
195 else if (bytecnt != 0 || chunks != 0) in main()
198 if (bytecnt != 0 && chunks != 0) in main()
204 if (bytecnt != 0) { in main()
246 if (bcnt + len >= bytecnt) { in split1()
247 dist = bytecnt - bcnt; in split1()
251 for (C = bfr + dist; len >= bytecnt; in split1()
252 len -= bytecnt, C += bytecnt) { in split1()
[all …]
/freebsd-13-stable/usr.bin/head/
HDhead.c88 off_t bytecnt; in main() local
98 bytecnt = -1; in main()
104 if (expand_number(optarg, &bytecnt) || bytecnt <= 0) in main()
137 if (linecnt != -1 && bytecnt != -1) in main()
153 if (bytecnt == -1) in main()
156 head_bytes(fp, bytecnt); in main()
159 } else if (bytecnt == -1) in main()
162 head_bytes(stdin, bytecnt); in main()
/freebsd-13-stable/contrib/ofed/libmlx4/
HDmmio.h70 unsigned bytecnt) in mlx4_bf_copy() argument
72 mmio_write((unsigned long)dst, src, bytecnt); in mlx4_bf_copy()
106 unsigned bytecnt) in mlx4_bf_copy() argument
108 while (bytecnt > 0) { in mlx4_bf_copy()
111 bytecnt -= 2 * sizeof(long); in mlx4_bf_copy()
/freebsd-13-stable/usr.sbin/lpr/common_source/
HDcommon.c560 trstat_write(struct printer *pp, tr_sendrecv sendrecv, size_t bytecnt, in trstat_write() argument
685 (unsigned long)bytecnt); in trstat_write()
692 if ((bytecnt > 25000) && (trtime > 1.1)) { in trstat_write()
694 ((double)bytecnt/trtime)); in trstat_write()
/freebsd-13-stable/contrib/file/src/
HDsoftmagic.c1348 size_t lines, linecnt, bytecnt; in mcopy() local
1358 bytecnt = linecnt * 80; in mcopy()
1361 bytecnt = m->str_range; in mcopy()
1364 if (bytecnt == 0 || bytecnt > nbytes - offset) in mcopy()
1365 bytecnt = nbytes - offset; in mcopy()
1366 if (bytecnt > ms->regex_max) in mcopy()
1367 bytecnt = ms->regex_max; in mcopy()
1370 end = last = RCAST(const char *, s) + bytecnt + offset; in mcopy()
/freebsd-13-stable/sys/dev/neta/
HDif_mvnetareg.h827 uint16_t bytecnt; /* 0ff 0x04: buffer byte count */ member
840 uint16_t bytecnt; /* buffer byte count */ member
HDif_mvneta.c2783 t->bytecnt = txsegs[i].ds_len; in mvneta_tx_queue()
3067 pktlen = r->bytecnt - ETHER_CRC_LEN - MVNETA_HWHEADER_SIZE; in mvneta_rx_queue()
/freebsd-13-stable/sys/netinet6/
HDip6_mroute.h183 u_quad_t bytecnt; member
HDip6_mroute.c501 req->bytecnt = rt->mf6c_byte_cnt; in get_sg_cnt()
/freebsd-13-stable/sys/netinet/
HDip_mroute.h238 u_long bytecnt; member
HDip_mroute.c573 req->pktcnt = req->bytecnt = req->wrong_if = 0xffffffff; in get_sg_cnt()
577 req->bytecnt = rt->mfc_byte_cnt; in get_sg_cnt()
/freebsd-13-stable/contrib/ofed/libmlx5/
HDqp.c239 unsigned bytecnt, struct mlx5_qp *qp) in mlx5_bf_copy() argument
241 while (bytecnt > 0) { in mlx5_bf_copy()
250 bytecnt -= 8 * sizeof(unsigned long long); in mlx5_bf_copy()
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
HDmlx4_en_tx.c626 static void mlx4_bf_copy(void __iomem *dst, volatile unsigned long *src, unsigned bytecnt) in mlx4_bf_copy() argument
628 __iowrite64_copy(dst, __DEVOLATILE(void *, src), bytecnt / 8); in mlx4_bf_copy()
/freebsd-13-stable/contrib/elftoolchain/readelf/
HDreadelf.c5847 Dwarf_Unsigned bytecnt; in dump_dwarf_ranges_foreach() local
5871 &bytecnt, &de) != DW_DLV_OK) in dump_dwarf_ranges_foreach()
5919 Dwarf_Unsigned bytecnt; in dump_dwarf_ranges() local
5925 if (dwarf_get_ranges(re->dbg, 0, &ranges, &cnt, &bytecnt, &de) != in dump_dwarf_ranges()