Searched refs:ps_nenvstr (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/kernel/
H A Dh_ps_strings1.c67 if (__ps_strings->ps_nenvstr != nenv) {
/freebsd-13-stable/sys/sys/
H A Dexec.h48 * fields ps_envstr and ps_nenvstr are the equivalent for the environment.
60 unsigned int ps_nenvstr; /* the number of environment strings */ member in struct:ps_strings
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32_util.h49 int ps_nenvstr; /* the number of environment strings */ member in struct:freebsd32_ps_strings
H A Dfreebsd32_misc.c3499 suword32(&arginfo->ps_nenvstr, envc) != 0)
/freebsd-13-stable/lib/libprocstat/
H A Dcore.c363 nstr = pss.ps_nenvstr;
/freebsd-13-stable/sys/arm64/linux/
H A Dlinux_sysvec.c319 suword(&arginfo->ps_nenvstr, envc) != 0)
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c160 u_int ps_nenvstr; /* the number of environment strings */ member in struct:linux32_ps_strings
827 suword32(&arginfo->ps_nenvstr, envc) != 0)
/freebsd-13-stable/sys/kern/
H A Dkern_proc.c1853 vsize = pss.ps_nenvstr;
1860 (pss.ps_nenvstr + 1) * sizeof(int32_t);
1929 vsize = pss.ps_nenvstr;
1939 vptr = (vm_offset_t)pss.ps_envstr + (pss.ps_nenvstr + 1)
H A Dkern_exec.c1711 suword32(&arginfo->ps_nenvstr, envc) != 0)
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_sysvec.c417 suword(&arginfo->ps_nenvstr, envc) != 0)
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_sysvec.c367 suword(&arginfo->ps_nenvstr, envc) != 0)

Completed in 142 milliseconds