Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ps/
H A Dps.c293 static struct ughead euid_tbl; /* table to store selected euid's */ variable
399 (void) memset(&euid_tbl, 0, sizeof (euid_tbl)); in stdmain()
672 add_ugentry(&euid_tbl, parg); in stdmain()
781 i += uconv(&euid_tbl); in stdmain()
979 else if (uflg && ugfind((id_t)info.pr_euid, &euid_tbl)) in print_proc()
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c153 static uidtbl_t euid_tbl = {0, 0, NULL}; /* selected effective users */ variable
960 !has_uid(&euid_tbl, psinfo.pr_euid) || in prstat_scandir()
1497 add_uid(&euid_tbl, p); in main()
1499 add_uid(&euid_tbl, p); in main()