Searched refs:userland_sysctl (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_newsysctl.c1561 error = userland_sysctl(p, name, uap->namelen,
1579 userland_sysctl(struct proc *p, int *name, u_int namelen, user_addr_t oldp, function
H A Dkern_sysctl.c425 * called with a fallback to userland_sysctl(); as such, this
523 error = userland_sysctl(p, name, uap->namelen, uap->old, &tmp,
/darwin-on-arm/xnu/bsd/sys/
H A Dsysctl.h1130 int userland_sysctl(struct proc *p, int *name, u_int namelen, user_addr_t old,
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c2735 * For rest the userland_sysctl(CTLFLAG_ANYBODY) would cover.
2818 * CTL_VFS to our name and try userland_sysctl().
2826 error = userland_sysctl(p, username, usernamelen, oldp,

Completed in 40 milliseconds