Home
last modified time | relevance | path

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

/netbsd/external/bsd/tmux/dist/
H A Dosdep-netbsd.c133 #ifdef KERN_PROC_CWD in osdep_get_cwd()
144 #ifdef KERN_PROC_CWD in osdep_get_cwd()
148 mib[3] = KERN_PROC_CWD; in osdep_get_cwd()
H A Dosdep-freebsd.c162 #ifdef KERN_PROC_CWD
168 int name[] = { CTL_KERN, KERN_PROC, KERN_PROC_CWD, 0 }; in osdep_get_cwd()
H A Dosdep-openbsd.c143 int name[] = { CTL_KERN, KERN_PROC_CWD, 0 }; in osdep_get_cwd()
/netbsd/tests/kernel/
H A Dt_proccwd.c50 CTL_KERN, KERN_PROC_ARGS, pid, KERN_PROC_CWD, in getproccwd()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dnbsd-nat.c53 int mib[4] = {CTL_KERN, KERN_PROC_ARGS, pid, KERN_PROC_CWD}; in nbsd_pid_to_cwd()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dnbsd-nat.c53 int mib[4] = {CTL_KERN, KERN_PROC_ARGS, pid, KERN_PROC_CWD}; in nbsd_pid_to_cwd()
/netbsd/sys/sys/
H A Dsysctl.h617 #define KERN_PROC_CWD 6 /* current working dir */ macro
/netbsd/sys/kern/
H A Dkern_proc.c2363 case KERN_PROC_CWD: in sysctl_kern_proc_args()