Searched refs:userland_sysctl (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | kern_xxx.c | 68 return (userland_sysctl(td, name, 2, uap->hostname, &len, in ogethostname() 86 return (userland_sysctl(td, name, 2, 0, 0, 0, uap->hostname, in osethostname() 214 error = userland_sysctl(td, name, 6, uap->where, uap->size, in ogetkerninfo() 221 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo() 230 error = userland_sysctl(td, name, 4, uap->where, uap->size, in ogetkerninfo() 237 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo() 244 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo() 251 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo() 258 error = userland_sysctl(td, name, 2, uap->where, uap->size, in ogetkerninfo() 439 return (userland_sysctl(td, name, 2, uap->domainname, &len, in freebsd4_getdomainname() [all …]
|
| H A D | kern_sysctl.c | 2087 error = userland_sysctl(td, name, uap->namelen, in sys___sysctl() 2105 userland_sysctl(struct thread *td, int *name, u_int namelen, void *old, in userland_sysctl() function
|
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | ibcs2_sysi86.c | 83 return (userland_sysctl(td, name, 2, 0, 0, 0, in ibcs2_sysi86()
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_misc.c | 1834 return (userland_sysctl(td, name, 2, 0, 0, 0, args->hostname, in linux_sethostname() 1850 return (userland_sysctl(td, name, 2, 0, 0, 0, args->name, in linux_setdomainname()
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysctl.h | 1085 int userland_sysctl(struct thread *td, int *name, u_int namelen, void *old,
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 2285 error = userland_sysctl(td, name, uap->namelen, in freebsd32___sysctl()
|