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

/darwin-on-arm/xnu/bsd/sys/
H A Dsysctl.h1152 int sysctl_rdstring(user_addr_t, size_t *, user_addr_t, char *);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sysctl.c905 error = sysctl_rdstring(oldp, oldlenp, newp, cdp->debugname);
922 * XXX We mark this RW instead of RD to let sysctl_rdstring() return the
1115 sysctl_rdstring(user_addr_t oldp, size_t *oldlenp, function

Completed in 14 milliseconds