Searched refs:numbytes (Results 1 – 8 of 8) sorted by relevance
| /freebsd-src/libexec/bootpd/ |
| H A D | dovend.c | 312 int length, numbytes; in insert_generic() local 331 numbytes = srcptr[1] + 2; in insert_generic() 332 if (*bytesleft < numbytes) in insert_generic() 333 skipped += numbytes; in insert_generic() 335 bcopy(srcptr, *buff, numbytes); in insert_generic() 336 (*buff) += numbytes; in insert_generic() 337 (*bytesleft) -= numbytes; in insert_generic() 339 srcptr += numbytes; in insert_generic() 340 length -= numbytes; in insert_generic()
|
| /freebsd-src/sys/libkern/ |
| H A D | arc4random.c | 64 int numbytes; member 148 chacha20->numbytes = 0; in chacha20_randomstir() 170 chacha20->numbytes = 0; 214 if ((chacha20->numbytes > CHACHA20_RESEED_BYTES) || (tv.tv_sec > chacha20->t_reseed)) 234 chacha20->numbytes += length; 235 if (chacha20->numbytes > CHACHA20_RESEED_BYTES) {
|
| /freebsd-src/crypto/openssl/crypto/rand/ |
| H A D | rand_egd.c | 113 int mybuffer, ret = -1, i, numbytes, fd; in RAND_query_egd_bytes() local 183 numbytes = tempbuf[0]; in RAND_query_egd_bytes() 191 i = fread(buf, sizeof(char), numbytes, fp); in RAND_query_egd_bytes() 192 if (i < numbytes) in RAND_query_egd_bytes() 194 ret = numbytes; in RAND_query_egd_bytes()
|
| /freebsd-src/sys/cam/ctl/ |
| H A D | ctl_tpc.c | 822 off_t srclba, dstlba, numbytes, donebytes, roundbytes; in tpc_process_b2b() local 872 numbytes = (off_t)numlba * dstblock; in tpc_process_b2b() 874 numbytes = (off_t)numlba * srcblock; in tpc_process_b2b() 882 if (numbytes == 0) in tpc_process_b2b() 885 if (numbytes % srcblock != 0 || numbytes % dstblock != 0) { in tpc_process_b2b() 894 list->segbytes = numbytes; in tpc_process_b2b() 895 list->segsectors = numbytes / dstblock; in tpc_process_b2b() 899 while (donebytes < numbytes) { in tpc_process_b2b() 900 roundbytes = numbytes - donebytes; in tpc_process_b2b() 1178 off_t srclba, dstlba, numbytes, donebytes, roundbytes; in tpc_process_wut() local [all …]
|
| /freebsd-src/contrib/libarchive/libarchive/test/ |
| H A D | test_fuzz.c | 156 int j, numbytes, trycnt; in test_fuzz() local 163 numbytes = (int)(rand() % q); in test_fuzz() 164 for (j = 0; j < numbytes; ++j) in test_fuzz()
|
| /freebsd-src/sys/netpfil/ipfw/ |
| H A D | ip_dn_glue.c | 142 u_long numbytes; member 181 int numbytes; member 206 uint64_t numbytes ; /* credit for transmission (dynamic queues) */ member 247 int64_t numbytes; /* bits I can transmit (more or less). */ member
|
| /freebsd-src/stand/libsa/ |
| H A D | pkgfs.c | 95 char numbytes[12]; member
|
| /freebsd-src/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_tar.c | 77 char numbytes[12]; member 2275 else if (key_length == 8 && memcmp(key, "numbytes", 8) == 0) { in header_gnutar() 2276 /* GNU.sparse.numbytes */ in header_gnutar() 3025 tar_atol(sparse->numbytes, sizeof(sparse->numbytes))) 3043 * number of blocks, and GNU.sparse.offset/GNU.sparse.numbytes to 3052 * This version replaced the offset/numbytes attributes with
|