Searched refs:userland_sysctl (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | kern_xxx.c | 59 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 D | kern_sysctl.c | 2317 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 D | linux_misc.c | 1525 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 D | sysctl.h | 1190 int userland_sysctl(struct thread *td, int *name, u_int namelen, void *old,
|
| /freebsd-14.2/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 2670 error = userland_sysctl(td, name, uap->namelen, in freebsd32___sysctl()
|