Searched refs:oldidx (Results 1 - 10 of 10) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_newsysctl.c468 if (req->oldidx)
483 if (req->oldidx)
853 if (i > req->oldlen - req->oldidx)
854 i = req->oldlen - req->oldidx;
856 bcopy((const void*)p, CAST_DOWN(char *, (req->oldptr + req->oldidx)), i);
858 req->oldidx += l;
910 *oldlenp = req.oldidx;
925 if (req->oldlen - req->oldidx < l)
928 if (i > req->oldlen - req->oldidx)
929 i = req->oldlen - req->oldidx;
[all...]
H A Dkern_credential.c4321 req->oldidx = counter * sizeof(debug_ucred);
4400 req->oldidx = space;
H A Duipc_usrreq.c1094 req->oldidx = 2 * sizeof (xug) + (n + n / 8) *
H A Dkern_sysctl.c1011 req->oldidx = sizeof(filehead) + (nfiles + 10) * sizeof(struct extern_file);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_divert.c546 req->oldidx = 2 * (sizeof xig)
H A Draw_ip.c837 req->oldidx = 2 * (sizeof xig)
H A Dudp_usrreq.c892 req->oldidx = 2 * (sizeof xig)
H A Dtcp_subr.c1081 req->oldidx = 2 * (sizeof xig)
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysctl.h201 size_t oldidx; member in struct:sysctl_req
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c2921 req->oldidx = sysctl_vfs_getvfscnt() * sizeof(fsid_t);

Completed in 113 milliseconds