/freebsd/usr.bin/split/ |
H A D | split.c | 54 static off_t bytecnt; /* Byte count to split on. */ variable 115 if (expand_number(optarg, &bytecnt) != 0) { in main() 179 if (pflag && (numlines != 0 || bytecnt != 0 || chunks != 0)) in main() 184 else if (bytecnt != 0 || chunks != 0) in main() 187 if (bytecnt != 0 && chunks != 0) in main() 193 if (bytecnt != 0) { in main() 235 if (bcnt + len >= bytecnt) { in split1() 236 dist = bytecnt - bcnt; in split1() 240 for (C = bfr + dist; len >= bytecnt; in split1() 241 len -= bytecnt, in split1() [all...] |
/freebsd/usr.bin/head/ |
H A D | head.c | 76 off_t bytecnt; in main() local 86 bytecnt = -1; in main() 92 if (expand_number(optarg, &bytecnt) || bytecnt <= 0) in main() 125 if (linecnt != -1 && bytecnt != -1) in main() 141 if (bytecnt == -1) in main() 144 head_bytes(fp, bytecnt); in main() 147 } else if (bytecnt == -1) in main() 150 head_bytes(stdin, bytecnt); in main()
|
/freebsd/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/usr.sbin/lpr/common_source/ |
H A D | common.c | 552 trstat_write(struct printer *pp, tr_sendrecv sendrecv, size_t bytecnt, in trstat_write() argument 677 (unsigned long)bytecnt); in trstat_write() 684 if ((bytecnt > 25000) && (trtime > 1.1)) { in trstat_write() 686 ((double)bytecnt/trtime)); in trstat_write()
|
/freebsd/contrib/file/src/ |
H A D | softmagic.c | 1348 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/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 | 2761 t->bytecnt = txsegs[i].ds_len; in mvneta_tx_queue() 3049 pktlen = r->bytecnt - ETHER_CRC_LEN - MVNETA_HWHEADER_SIZE; in mvneta_rx_queue()
|
/freebsd/sys/netinet6/ |
H A D | ip6_mroute.h | 183 u_quad_t bytecnt; member
|
H A D | ip6_mroute.c | 500 req->bytecnt = rt->mf6c_byte_cnt; in get_sg_cnt()
|
/freebsd/sys/netinet/ |
H A D | ip_mroute.h | 236 u_long bytecnt; member
|
H A D | ip_mroute.c | 586 req->pktcnt = req->bytecnt = req->wrong_if = 0xffffffff; in get_sg_cnt() 590 req->bytecnt = rt->mfc_byte_cnt; in get_sg_cnt()
|
/freebsd/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/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/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 5847 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()
|