Searched refs:bytecnt (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/usr.bin/head/
H A Dhead.c79 off_t bytecnt = -1; local
86 bytecnt = strtoimax(optarg, &ep, 10);
87 if (*ep || bytecnt <= 0)
102 if (linecnt != -1 && bytecnt != -1)
118 if (bytecnt == -1)
121 head_bytes(fp, bytecnt);
124 } else if (bytecnt == -1)
127 head_bytes(stdin, bytecnt);
/freebsd-11-stable/usr.bin/split/
H A Dsplit.c66 static off_t bytecnt; /* Byte count to split on. */ variable
121 error = expand_number(optarg, &bytecnt);
170 if (pflag && (numlines != 0 || bytecnt != 0 || chunks != 0))
175 else if (bytecnt != 0 || chunks != 0)
178 if (bytecnt && chunks)
184 if (bytecnt) {
225 if (bcnt + len >= bytecnt) {
226 dist = bytecnt - bcnt;
230 for (C = bfr + dist; len >= bytecnt;
231 len -= bytecnt,
[all...]
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmmio.h70 unsigned bytecnt)
72 mmio_write((unsigned long)dst, src, bytecnt);
106 unsigned bytecnt)
108 while (bytecnt > 0) {
111 bytecnt -= 2 * sizeof(long);
68 mlx4_bf_copy(unsigned long *dst, unsigned long *src, unsigned bytecnt) argument
104 mlx4_bf_copy(unsigned long *dst, unsigned long *src, unsigned bytecnt) argument
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dcommon.c560 trstat_write(struct printer *pp, tr_sendrecv sendrecv, size_t bytecnt, argument
685 (unsigned long)bytecnt);
692 if ((bytecnt > 25000) && (trtime > 1.1)) {
694 ((double)bytecnt/trtime));
/freebsd-11-stable/sys/netinet/
H A Dip_mroute.h237 u_long bytecnt; member in struct:sioc_sg_req
H A Dip_mroute.c576 req->pktcnt = req->bytecnt = req->wrong_if = 0xffffffff;
580 req->bytecnt = rt->mfc_byte_cnt;
/freebsd-11-stable/sys/netinet6/
H A Dip6_mroute.h182 u_quad_t bytecnt; member in struct:sioc_sg_req6
H A Dip6_mroute.c503 req->bytecnt = rt->mf6c_byte_cnt;
/freebsd-11-stable/contrib/file/src/
H A Dsoftmagic.c1362 size_t lines, linecnt, bytecnt; local
1372 bytecnt = linecnt * 80;
1375 bytecnt = m->str_range;
1378 if (bytecnt == 0 || bytecnt > nbytes - offset)
1379 bytecnt = nbytes - offset;
1380 if (bytecnt > ms->regex_max)
1381 bytecnt = ms->regex_max;
1384 end = last = RCAST(const char *, s) + bytecnt + offset;
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dqp.c239 unsigned bytecnt, struct mlx5_qp *qp)
241 while (bytecnt > 0) {
250 bytecnt -= 8 * sizeof(unsigned long long);
238 mlx5_bf_copy(unsigned long long *dst, unsigned long long *src, unsigned bytecnt, struct mlx5_qp *qp) argument
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c626 static void mlx4_bf_copy(void __iomem *dst, volatile unsigned long *src, unsigned bytecnt) argument
628 __iowrite64_copy(dst, __DEVOLATILE(void *, src), bytecnt / 8);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c3721 unsigned bytecnt, struct mlx5_ib_qp *qp)
3723 while (bytecnt > 0) {
3732 bytecnt -= 64;
3720 mlx5_bf_copy(u64 __iomem *dst, u64 *src, unsigned bytecnt, struct mlx5_ib_qp *qp) argument
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c5747 Dwarf_Unsigned off, bytecnt; local
5769 &bytecnt, &de) != DW_DLV_OK)
5815 Dwarf_Unsigned bytecnt; local
5821 if (dwarf_get_ranges(re->dbg, 0, &ranges, &cnt, &bytecnt, &de) !=

Completed in 249 milliseconds