Home
last modified time | relevance | path

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

/freebsd-13.1/sys/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.c2335 error = userland_sysctl(td, name, uap->namelen, in sys___sysctl()
2375 error = userland_sysctl(td, oid, *retval / sizeof(int), old, oldlenp, in kern___sysctlbyname()
2415 userland_sysctl(struct thread *td, int *name, u_int namelen, void *old, in userland_sysctl() function
/freebsd-13.1/sys/compat/linux/
H A Dlinux_misc.c1775 return (userland_sysctl(td, name, 2, 0, 0, 0, args->hostname, in linux_sethostname()
1786 return (userland_sysctl(td, name, 2, 0, 0, 0, args->name, in linux_setdomainname()
/freebsd-13.1/sys/sys/
H A Dsysctl.h1166 int userland_sysctl(struct thread *td, int *name, u_int namelen, void *old,
/freebsd-13.1/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2498 error = userland_sysctl(td, name, uap->namelen, in freebsd32___sysctl()