Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
H A Duname.c86 mib[1] = KERN_OSRELEASE; in uname()
/dragonfly/usr.bin/uname/
H A Duname.c252 NATIVE_SYSCTL2_GET(release, CTL_KERN, KERN_OSRELEASE) { in NATIVE_SYSCTL2_GET() argument
/dragonfly/sys/kern/
H A Dkern_mib.c83 SYSCTL_STRING(_kern, KERN_OSRELEASE, osrelease, CTLFLAG_RD | CTLFLAG_NOLOCK,
/dragonfly/usr.bin/dsynth/
H A Dconfig.c119 ReleaseName = dokernsysctl(CTL_KERN, KERN_OSRELEASE); in ParseConfiguration()
/dragonfly/sys/sys/
H A Dsysctl.h513 #define KERN_OSRELEASE 2 /* string: system release */ macro