/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/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/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/dist/pf/usr.sbin/ftp-proxy/ |
ipf.c | 175 obj.ipfo_size = ipn->in_size; 265 ipn->in_size = sizeof(*ipn) + ipn->in_namelen;
|
/src/sys/external/bsd/ipf/netinet/ |
ip_ipsec_pxy.c | 167 size = np->in_size; 189 ipn->in_size = size;
|
ip_tftp_pxy.c | 167 size = np->in_size; 188 ipn->in_size = size;
|
ip_pptp_pxy.c | 129 size = np->in_size; 161 ipn->in_size = size;
|
ip_proxy.c | 1312 size = old->in_size; 1324 ipn->in_size = size; 1399 size = old->in_size; 1411 ipn->in_size = size;
|
ip_nat.c | 1035 if (natd->in_size < sizeof(ipnat_t)) { 1039 KMALLOCS(nt, ipnat_t *, natd->in_size); 1045 bzero(nt, natd->in_size); 1047 natd->in_size); 1184 n->in_size); 1408 KFREES(nt, nt->in_size); 1838 ipn->ipn_ipnat.in_size); 2001 KMALLOCS(in, ipnat_t *, ipnn->ipn_ipnat.in_size); 2009 ipnn->ipn_ipnat.in_size); 2244 KFREES(in, in->in_size); [all...] |
ip_fil_compat.c | 2411 np->in_size = sizeof(*np); 2412 np->in_size += LIFNAMSIZ * 2 + APR_LABELLEN; 2413 np->in_size += 3; 2434 np->in_size = size; 2490 np->in_size = sizeof(*np); 2491 np->in_size += LIFNAMSIZ * 2 + APR_LABELLEN; 2492 np->in_size += 3; 2513 np->in_size = size;
|
ip_nat.h | 254 int in_size; member in struct:ipnat
|
ip_ftp_pxy.c | 574 KFREES(ipn, ipn->in_size); 898 KFREES(ipn, ipn->in_size);
|
/src/sys/coda/ |
coda_venus.c | 306 if (iap->vi.in_size > VC_MAXMSGSIZE || iap->vi.out_size > VC_MAXMSGSIZE) { 312 inp->len = iap->vi.in_size; 316 iap->vi.in_size); 323 error = coda_call(mdp, Isize + iap->vi.in_size, &Osize, (char *)inp);
|
coda.h | 806 unsigned short in_size; /* Size of input buffer <= 8K */ member in struct:ViceIoctl
|
coda_vnops.c | 553 if (iap->vi.in_size > VC_MAXDATASIZE || iap->vi.out_size > VC_MAXDATASIZE) {
|
/src/lib/libperfuse/ |
fuse.h | 420 uint32_t in_size; member in struct:fuse_ioctl_in
|
/src/sys/dev/ic/ |
stireg.h | 631 uint32_t in_size; member in struct:sti_utilin
|