Home
last modified time | relevance | path

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

/openbsd/libexec/ld.so/
H A Ddl_uname.c48 const int ormib[2] = { CTL_KERN, KERN_OSRELEASE }; in _dl_uname()
/openbsd/lib/libc/gen/
H A Duname.c59 mib[1] = KERN_OSRELEASE; in uname()
/openbsd/distrib/special/sysctl/
H A Dsysctl.c50 { CTL_KERN, KERN_OSRELEASE }},
/openbsd/usr.bin/sendbug/
H A Dsendbug.c381 sysname[1] = KERN_OSRELEASE; in init()
/openbsd/usr.sbin/vmd/
H A Dvm_agentx.c482 int osversid[] = {CTL_KERN, KERN_OSRELEASE}; in vm_agentx_vmHvVersion()
/openbsd/sys/sys/
H A Dsysctl.h106 #define KERN_OSRELEASE 2 /* string: system release */ macro
/openbsd/sys/kern/
H A Dkern_pledge.c954 case KERN_OSRELEASE: /* uname() */ in pledge_sysctl()
H A Dkern_sysctl.c464 case KERN_OSRELEASE: in kern_sysctl()