Searched refs:euid_tbl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ps/
H A Dps.c291 static struct ughead euid_tbl; /* table to store selected euid's */ variable in typeref:struct:ughead
397 (void) memset(&euid_tbl, 0, sizeof (euid_tbl));
670 add_ugentry(&euid_tbl, parg);
779 i += uconv(&euid_tbl);
977 else if (uflg && ugfind((id_t)info.pr_euid, &euid_tbl))
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c152 static uidtbl_t euid_tbl = {0, 0, NULL}; /* selected effective users */ variable
937 !has_uid(&euid_tbl, psinfo.pr_euid) ||
1458 add_uid(&euid_tbl, p);
1460 add_uid(&euid_tbl, p);

Completed in 65 milliseconds