Home
last modified time | relevance | path

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

/NextBSD/lib/libc/gen/
HD__xuname.c87 mib[1] = KERN_OSRELEASE; in __xuname()
/NextBSD/usr.bin/uname/
HDuname.c239 NATIVE_SYSCTL2_GET(release, CTL_KERN, KERN_OSRELEASE) { in NATIVE_SYSCTL2_GET() argument
/NextBSD/sys/security/audit/
HDaudit_bsm_klib.c240 case KERN_OSRELEASE: in audit_ctlname_to_sysctlevent()
/NextBSD/sys/kern/
HDkern_xxx.c390 name[1] = KERN_OSRELEASE; in freebsd4_uname()
HDkern_mib.c465 SYSCTL_PROC(_kern, KERN_OSRELEASE, osrelease,
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_mac.cc316 int mib[2] = { CTL_KERN, KERN_OSRELEASE }; in GetMacosVersionInternal()
/NextBSD/sys/sys/
HDsysctl.h760 #define KERN_OSRELEASE 2 /* string: system release */ macro