Home
last modified time | relevance | path

Searched refs:KERN_PROC_NENV (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/kern/
Dkern_sysctl.c2118 case KERN_PROC_NENV: in sysctl_proc_args()
2128 if (op == KERN_PROC_NARGV || op == KERN_PROC_NENV) in sysctl_proc_args()
2144 if ((op == KERN_PROC_NENV || op == KERN_PROC_ENV) && in sysctl_proc_args()
2173 if (op == KERN_PROC_NENV) { in sysctl_proc_args()
/openbsd/src/sys/sys/
Dsysctl.h319 #define KERN_PROC_NENV 4 macro