Home
last modified time | relevance | path

Searched refs:kernel_sysctl (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/kern/
H A Dkern_xxx.c104 return (kernel_sysctl(td, name, 2, (long *)td->td_retval, &len, in ogethostid()
123 return (kernel_sysctl(td, name, 2, NULL, NULL, &uap->hostid, in osethostid()
H A Dkern_sysctl.c1758 kernel_sysctl(struct thread *td, int *name, u_int namelen, void *old, in kernel_sysctl() function
1816 error = kernel_sysctl(td, oid, 2, oid, &oidlen, in kernel_sysctlbyname()
1821 error = kernel_sysctl(td, oid, plen / sizeof(int), old, oldlenp, in kernel_sysctlbyname()
H A Dkern_ktrace.c661 error = kernel_sysctl(curthread, mib, namelen + 2, mibname, &mibnamelen, in ktrsysctl()
/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_socksys.c205 return (kernel_sysctl(td, sctl, 2, 0, 0, hname, hlen, 0, 0)); in ibcs2_setipdomainname()
H A Dibcs2_misc.c813 error = kernel_sysctl(td, mib, 2, &value, &len, NULL, 0, NULL, 0); in ibcs2_sysconf()
/freebsd-12.1/sys/sys/
H A Dsysctl.h1079 int kernel_sysctl(struct thread *td, int *name, u_int namelen, void *old,
/freebsd-12.1/sys/compat/linprocfs/
H A Dlinprocfs.c237 if (kernel_sysctl(td, hw_model, 2, &model, &size, 0, 0, 0, 0) != 0) in linprocfs_docpuinfo()