Searched refs:KERN_OSRELEASE (Results 1 – 7 of 7) sorted by relevance
87 mib[1] = KERN_OSRELEASE; in __xuname()
239 NATIVE_SYSCTL2_GET(release, CTL_KERN, KERN_OSRELEASE) { in NATIVE_SYSCTL2_GET() argument
240 case KERN_OSRELEASE: in audit_ctlname_to_sysctlevent()
390 name[1] = KERN_OSRELEASE; in freebsd4_uname()
465 SYSCTL_PROC(_kern, KERN_OSRELEASE, osrelease,
316 int mib[2] = { CTL_KERN, KERN_OSRELEASE }; in GetMacosVersionInternal()
760 #define KERN_OSRELEASE 2 /* string: system release */ macro