/src/usr.bin/moduli/qsafe/ |
qsafe.c | 89 uint32_t in_size; local in function:main 153 in_size = (uint32_t) strtoul(cp, &cp, 10); 175 in_size += 1; 197 if ((uint32_t)BN_num_bits(p) != (in_size + 1)) { 200 "mismatch\n", count_in, in_size); 205 if (in_size < QSIZE_MINIMUM) { 208 "too short\n", count_in, in_size); 301 in_size,
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_ioctl.c | 1011 unsigned int in_size, out_size, drv_size, ksize; local in function:drm_ioctl 1038 out_size = in_size = _IOC_SIZE(cmd); 1040 in_size = 0; 1043 ksize = max(max(in_size, out_size), drv_size); 1069 if (copy_from_user(kdata, (void __user *)arg, in_size) != 0) { 1074 if (ksize > in_size) 1075 memset(kdata + in_size, 0, ksize - in_size);
|
/src/lib/libc/rpc/ |
xdr_rec.c | 142 u_long in_size; /* fixed size of the input buffer */ member in struct:rec_strm 230 rstrm->in_size = recvsize; 660 len = (uint32_t)(rstrm->in_size - i); 774 rstrm->in_size = size;
|
/src/lib/libperfuse/ |
fuse.h | 420 uint32_t in_size; member in struct:fuse_ioctl_in
|
/src/usr.bin/gzip/ |
gzip.c | 579 ssize_t in_size; local in function:gz_compress 652 in_size = read(in, inbufp, BUFLEN); 653 if (in_size < 0) { 658 if (in_size == 0) 660 infile_newdata(in_size); 662 crc = crc32(crc, (const Bytef *)inbufp, (unsigned)in_size); 663 in_tot += in_size; 665 z.avail_in = in_size; 804 ssize_t in_size; local in function:gz_uncompress 810 in_size = read(in, z.next_in + z.avail_in 1303 off_t size, in_size; local in function:file_compress 1424 size_t in_size; local in function:file_uncompress 1809 size_t in_size; local in function:handle_stdin [all...] |
/src/sys/coda/ |
coda.h | 806 unsigned short in_size; /* Size of input buffer <= 8K */ member in struct:ViceIoctl
|
/src/sys/external/bsd/ipf/netinet/ |
ip_nat.h | 254 int in_size; member in struct:ipnat
|
/src/sys/dev/ic/ |
stireg.h | 631 uint32_t in_size; member in struct:sti_utilin
|