| /freebsd-13.1/usr.bin/split/ |
| H A D | split.c | 68 static off_t bytecnt; /* Byte count to split on. */ variable 123 error = expand_number(optarg, &bytecnt); in main() 177 else if (bytecnt != 0 || chunks != 0) in main() 180 if (bytecnt && chunks) in main() 186 if (bytecnt) { in main() 227 if (bcnt + len >= bytecnt) { in split1() 228 dist = bytecnt - bcnt; in split1() 232 for (C = bfr + dist; len >= bytecnt; in split1() 233 len -= bytecnt, C += bytecnt) { in split1() 239 C, bytecnt) != bytecnt) in split1() [all …]
|
| /freebsd-13.1/usr.bin/head/ |
| H A D | head.c | 86 off_t bytecnt; in main() local 93 bytecnt = -1; in main() 99 bytecnt = strtoimax(optarg, &ep, 10); in main() 100 if (*ep || bytecnt <= 0) in main() 126 if (linecnt != -1 && bytecnt != -1) in main() 142 if (bytecnt == -1) in main() 145 head_bytes(fp, bytecnt); in main() 148 } else if (bytecnt == -1) in main() 151 head_bytes(stdin, bytecnt); in main()
|
| /freebsd-13.1/contrib/ofed/libmlx4/ |
| H A D | mmio.h | 70 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.1/usr.sbin/lpr/common_source/ |
| H A D | common.c | 562 trstat_write(struct printer *pp, tr_sendrecv sendrecv, size_t bytecnt, in trstat_write() argument 687 (unsigned long)bytecnt); in trstat_write() 694 if ((bytecnt > 25000) && (trtime > 1.1)) { in trstat_write() 696 ((double)bytecnt/trtime)); in trstat_write()
|
| /freebsd-13.1/contrib/file/src/ |
| H A D | softmagic.c | 1319 size_t lines, linecnt, bytecnt; in mcopy() local 1329 bytecnt = linecnt * 80; in mcopy() 1332 bytecnt = m->str_range; in mcopy() 1335 if (bytecnt == 0 || bytecnt > nbytes - offset) in mcopy() 1336 bytecnt = nbytes - offset; in mcopy() 1337 if (bytecnt > ms->regex_max) in mcopy() 1338 bytecnt = ms->regex_max; in mcopy() 1341 end = last = RCAST(const char *, s) + bytecnt + offset; in mcopy()
|
| /freebsd-13.1/sys/dev/neta/ |
| H A D | if_mvnetareg.h | 829 uint16_t bytecnt; /* 0ff 0x04: buffer byte count */ member 842 uint16_t bytecnt; /* buffer byte count */ member
|
| H A D | if_mvneta.c | 2786 t->bytecnt = txsegs[i].ds_len; in mvneta_tx_queue() 3072 pktlen = r->bytecnt - ETHER_CRC_LEN - MVNETA_HWHEADER_SIZE; in mvneta_rx_queue()
|
| /freebsd-13.1/sys/netinet6/ |
| H A D | ip6_mroute.h | 184 u_quad_t bytecnt; member
|
| H A D | ip6_mroute.c | 503 req->bytecnt = rt->mf6c_byte_cnt; in get_sg_cnt()
|
| /freebsd-13.1/sys/netinet/ |
| H A D | ip_mroute.h | 239 u_long bytecnt; member
|
| H A D | ip_mroute.c | 573 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.1/contrib/ofed/libmlx5/ |
| H A D | qp.c | 239 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.1/sys/dev/mlx4/mlx4_en/ |
| H A D | mlx4_en_tx.c | 626 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.1/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 5842 Dwarf_Unsigned off, bytecnt; in dump_dwarf_ranges_foreach() local 5864 &bytecnt, &de) != DW_DLV_OK) in dump_dwarf_ranges_foreach() 5910 Dwarf_Unsigned bytecnt; in dump_dwarf_ranges() local 5916 if (dwarf_get_ranges(re->dbg, 0, &ranges, &cnt, &bytecnt, &de) != in dump_dwarf_ranges()
|