Home
last modified time | relevance | path

Searched refs:CTL_KERN (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/util/
H A Dcutils.c1094 static int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1}; in qemu_init_exec_dir()
1096 static int mib[4] = {CTL_KERN, KERN_PROC_ARGS, -1, KERN_PROC_PATHNAME}; in qemu_init_exec_dir()
/openbmc/qemu/bsd-user/
H A Dmain.c251 mib[0] = CTL_KERN; in save_proc_pathname()
/openbmc/linux/include/uapi/linux/
H A Dsysctl.h51 CTL_KERN=1, /* General kernel info and control */ enumerator
/openbmc/qemu/bsd-user/freebsd/
H A Dos-sys.c267 case CTL_KERN: in do_freebsd_sysctl_oid()