KERN_OSRELEASE
{ CTL_KERN, KERN_OSRELEASE }},
mib[1] = KERN_OSRELEASE;
const int ormib[2] = { CTL_KERN, KERN_OSRELEASE };
case KERN_OSRELEASE: /* uname() */
case KERN_OSRELEASE:
sysname[1] = KERN_OSRELEASE;
int osversid[] = {CTL_KERN, KERN_OSRELEASE};