Searched refs:kernel_sysctl (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | kern_xxx.c | 104 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 D | kern_sysctl.c | 1758 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 D | kern_ktrace.c | 661 error = kernel_sysctl(curthread, mib, namelen + 2, mibname, &mibnamelen, in ktrsysctl()
|
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | ibcs2_socksys.c | 205 return (kernel_sysctl(td, sctl, 2, 0, 0, hname, hlen, 0, 0)); in ibcs2_setipdomainname()
|
| H A D | ibcs2_misc.c | 813 error = kernel_sysctl(td, mib, 2, &value, &len, NULL, 0, NULL, 0); in ibcs2_sysconf()
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysctl.h | 1079 int kernel_sysctl(struct thread *td, int *name, u_int namelen, void *old,
|
| /freebsd-12.1/sys/compat/linprocfs/ |
| H A D | linprocfs.c | 237 if (kernel_sysctl(td, hw_model, 2, &model, &size, 0, 0, 0, 0) != 0) in linprocfs_docpuinfo()
|