Searched refs:userland_sysctl (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | kern_xxx.c | 70 return (userland_sysctl(td, name, 2, uap->hostname, &len, 90 return (userland_sysctl(td, name, 2, 0, 0, 0, uap->hostname, 224 error = userland_sysctl(td, name, 6, uap->where, uap->size, in ogetkerninfo() 231 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo() 240 error = userland_sysctl(td, name, 4, uap->where, uap->size, in ogetkerninfo() 247 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo() 254 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo() 261 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo() 268 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo() 376 error = userland_sysctl(td, name, 2, uap->name->sysname, &len, in freebsd4_uname() [all …]
|
| HD | kern_sysctl.c | 1871 error = userland_sysctl(td, name, uap->namelen, in sys___sysctl() 1889 userland_sysctl(struct thread *td, int *name, u_int namelen, void *old, in userland_sysctl() function
|
| /NextBSD/sys/i386/ibcs2/ |
| HD | ibcs2_sysi86.c | 81 return (userland_sysctl(td, name, 2, 0, 0, 0, in ibcs2_sysi86()
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_misc.c | 1805 return (userland_sysctl(td, name, 2, 0, 0, 0, args->hostname, in linux_sethostname() 1821 return (userland_sysctl(td, name, 2, 0, 0, 0, args->name, in linux_setdomainname()
|
| /NextBSD/sys/sys/ |
| HD | sysctl.h | 975 int userland_sysctl(struct thread *td, int *name, u_int namelen, void *old,
|
| /NextBSD/sys/compat/freebsd32/ |
| HD | freebsd32_misc.c | 1887 error = userland_sysctl(td, name, uap->namelen, in freebsd32_sysctl()
|