Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_xxx.c59 return (userland_sysctl(td, name, 2, uap->hostname, &len, in ogethostname()
70 return (userland_sysctl(td, name, 2, 0, 0, 0, uap->hostname, in osethostname()
181 error = userland_sysctl(td, name, 6, uap->where, uap->size, in ogetkerninfo()
190 error = userland_sysctl(td, name, 4, uap->where, uap->size, in ogetkerninfo()
197 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo()
204 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo()
211 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo()
218 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo()
327 error = userland_sysctl(td, name, 2, uap->name->sysname, &len, in freebsd4_uname()
406 return (userland_sysctl(td, name, 2, uap->domainname, &len, in freebsd4_getdomainname()
[all …]
H A Dkern_sysctl.c2317 error = userland_sysctl(td, name, uap->namelen, in sys___sysctl()
2357 error = userland_sysctl(td, oid, *retval / sizeof(int), old, oldlenp, in kern___sysctlbyname()
2397 userland_sysctl(struct thread *td, int *name, u_int namelen, void *old, in userland_sysctl() function
/freebsd-14.2/sys/compat/linux/
H A Dlinux_misc.c1525 return (userland_sysctl(td, name, 2, 0, 0, 0, args->hostname, in linux_sethostname()
1536 return (userland_sysctl(td, name, 2, 0, 0, 0, args->name, in linux_setdomainname()
/freebsd-14.2/sys/sys/
H A Dsysctl.h1190 int userland_sysctl(struct thread *td, int *name, u_int namelen, void *old,
/freebsd-14.2/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2670 error = userland_sysctl(td, name, uap->namelen, in freebsd32___sysctl()