Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dkern_xxx.c56 return (userland_sysctl(td, name, 2, uap->hostname, &len, in ogethostname()
67 return (userland_sysctl(td, name, 2, 0, 0, 0, uap->hostname, in osethostname()
178 error = userland_sysctl(td, name, 6, uap->where, uap->size, in ogetkerninfo()
187 error = userland_sysctl(td, name, 4, uap->where, uap->size, in ogetkerninfo()
194 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo()
201 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo()
208 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo()
215 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo()
324 error = userland_sysctl(td, name, 2, uap->name->sysname, &len, in freebsd4_uname()
334 error = userland_sysctl(td, name, 2, uap->name->nodename, &len, in freebsd4_uname()
[all …]
H A Dkern_sysctl.c2457 error = userland_sysctl(td, name, uap->namelen, in sys___sysctl()
2497 error = userland_sysctl(td, oid, *retval / sizeof(int), old, oldlenp, in kern___sysctlbyname()
2537 userland_sysctl(struct thread *td, int *name, u_int namelen, void *old, in userland_sysctl() function
/src/sys/compat/linux/
H A Dlinux_misc.c1520 return (userland_sysctl(td, name, 2, 0, 0, 0, args->hostname, in linux_sethostname()
1531 return (userland_sysctl(td, name, 2, 0, 0, 0, args->name, in linux_setdomainname()
/src/sys/sys/
H A Dsysctl.h1212 int userland_sysctl(struct thread *td, int *name, u_int namelen, void *old,
/src/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2713 error = userland_sysctl(td, name, uap->namelen, in freebsd32___sysctl()