Searched refs:newfunc (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsysctl.h202 int (*newfunc)(struct sysctl_req *, void *, size_t); member in struct:sysctl_req
259 #define SYSCTL_IN(r, p, l) (r->newfunc)(r, p, l)
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_newsysctl.c1305 req.newfunc = sysctl_new_kernel;
1604 req.newfunc = sysctl_new_user;

Completed in 26 milliseconds