Home
last modified time | relevance | path

Searched refs:uidtbl_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprtable.h54 } uidtbl_t; typedef
76 extern void add_uid(uidtbl_t *, char *);
77 extern int has_uid(uidtbl_t *, uid_t);
H A Dprtable.c91 add_uid(uidtbl_t *tbl, char *name) in add_uid()
111 has_uid(uidtbl_t *tbl, uid_t uid) in has_uid()
H A Dprstat.c153 static uidtbl_t euid_tbl = {0, 0, NULL}; /* selected effective users */
154 static uidtbl_t ruid_tbl = {0, 0, NULL}; /* selected real users */