Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_xxx.c61 return (userland_sysctl(td, name, 2, uap->hostname, &len, in ogethostname()
72 return (userland_sysctl(td, name, 2, 0, 0, 0, uap->hostname, in osethostname()
183 error = userland_sysctl(td, name, 6, uap->where, uap->size, in ogetkerninfo()
190 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo()
199 error = userland_sysctl(td, name, 4, uap->where, uap->size, in ogetkerninfo()
206 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo()
213 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo()
220 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo()
227 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo()
408 return (userland_sysctl(td, name, 2, uap->domainname, &len, in freebsd4_getdomainname()
[all …]
H A Dkern_sysctl.c2283 error = userland_sysctl(td, name, uap->namelen, in sys___sysctl()
2324 error = userland_sysctl(td, oid, *retval / sizeof(int), old, oldlenp, in kern___sysctlbyname()
2364 userland_sysctl(struct thread *td, int *name, u_int namelen, void *old, in userland_sysctl() function
/f-stack/lib/
H A Dff_syscall_wrapper.c1112 rc = userland_sysctl(curthread, __DECONST(int *, name), namelen, oldp, oldlenp, in ff_sysctl()
/f-stack/freebsd/sys/
H A Dsysctl.h1166 int userland_sysctl(struct thread *td, int *name, u_int namelen, void *old,