Home
last modified time | relevance | path

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

/minix/minix/tests/rmibtest/
H A Drmibtest.c140 mib[1] = KERN_OSTYPE; in test_remote_failures()
157 mib[1] = KERN_OSTYPE; in test_remote_failures()
/minix/lib/libc/gen/
H A Duname.c63 mib[1] = KERN_OSTYPE; in __weak_alias()
/minix/libexec/ld.elf_so/
H A Dexpand.c66 { CTL_KERN, KERN_OSTYPE },
/minix/minix/servers/mib/
H A Dkern.c333 /* 1*/ [KERN_OSTYPE] = MIB_STRING(_P | _RO, OS_NAME, "ostype",
/minix/sys/sys/
H A Dsysctl.h194 #define KERN_OSTYPE 1 /* string: system version */ macro