Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dprocname.c140 int name[] = { CTL_KERN, KERN_PROC_CWD, 0 }; in get_proc_cwd()
/openbsd/sys/sys/
H A Dsysctl.h182 #define KERN_PROC_CWD 78 /* node: proc cwd */ macro
/openbsd/bin/ps/
H A Dprint.c215 int name[] = { CTL_KERN, KERN_PROC_CWD, kp->p_pid }; in curwd()
/openbsd/sys/kern/
H A Dkern_pledge.c882 mib[0] == CTL_KERN && mib[1] == KERN_PROC_CWD) in pledge_sysctl()
H A Dkern_sysctl.c362 case KERN_PROC_CWD: in kern_sysctl_dirs()