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

/freebsd-10.2-release/contrib/netbsd-tests/kernel/
H A Dh_ps_strings1.c67 if (__ps_strings->ps_nenvstr != nenv) {
/freebsd-10.2-release/sys/sys/
H A Dexec.h46 * fields ps_envstr and ps_nenvstr are the equivalent for the environment.
58 unsigned int ps_nenvstr; /* the number of environment strings */ member in struct:ps_strings
/freebsd-10.2-release/sys/compat/freebsd32/
H A Dfreebsd32_util.h47 int ps_nenvstr; /* the number of environment strings */ member in struct:freebsd32_ps_strings
H A Dfreebsd32_misc.c2979 suword32(&arginfo->ps_nenvstr, envc);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp402 auxv_addr = ps_strings.ps_envstr + ps_strings.ps_nenvstr + 1;
/freebsd-10.2-release/lib/libprocstat/
H A Dcore.c371 nstr = pss.ps_nenvstr;
/freebsd-10.2-release/sys/amd64/linux32/
H A Dlinux32_sysvec.c219 u_int ps_nenvstr; /* the number of environment strings */ member in struct:linux32_ps_strings
944 suword32(&arginfo->ps_nenvstr, envc);
/freebsd-10.2-release/sys/kern/
H A Dkern_proc.c1558 vsize = pss.ps_nenvstr;
1565 (pss.ps_nenvstr + 1) * sizeof(int32_t);
1634 vsize = pss.ps_nenvstr;
1644 vptr = (vm_offset_t)pss.ps_envstr + (pss.ps_nenvstr + 1)
H A Dkern_exec.c1389 suword32(&arginfo->ps_nenvstr, envc);
/freebsd-10.2-release/sys/i386/linux/
H A Dlinux_sysvec.c385 suword(&arginfo->ps_nenvstr, envc);

Completed in 201 milliseconds