Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_xxx.c70 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 …]
HDkern_sysctl.c1871 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/
HDibcs2_sysi86.c81 return (userland_sysctl(td, name, 2, 0, 0, 0, in ibcs2_sysi86()
/NextBSD/sys/compat/linux/
HDlinux_misc.c1805 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/
HDsysctl.h975 int userland_sysctl(struct thread *td, int *name, u_int namelen, void *old,
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_misc.c1887 error = userland_sysctl(td, name, uap->namelen, in freebsd32_sysctl()