Searched refs:PSC_TYPE_ARGV (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/lib/libprocstat/
H A Dcore.h44 PSC_TYPE_ARGV, enumerator in enum:psc_type
H A Dcore.c241 if (type == PSC_TYPE_ARGV || type == PSC_TYPE_ENVV) {
354 assert(type == PSC_TYPE_ARGV || type == PSC_TYPE_ENVV);
358 if (type == PSC_TYPE_ARGV) {
H A Dlibprocstat.c1833 type = env ? PSC_TYPE_ENVV : PSC_TYPE_ARGV;

Completed in 101 milliseconds