HomeSort by relevance Sort by last modified time
    Searched refs:uidtbl_t (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/prstat/
prtable.h 52 } uidtbl_t; typedef in typeref:struct:__anon2
74 extern void add_uid(uidtbl_t *, char *);
75 extern int has_uid(uidtbl_t *, uid_t);
prtable.c 74 add_uid(uidtbl_t *tbl, char *name)
94 has_uid(uidtbl_t *tbl, uid_t uid)
prstat.c 146 static uidtbl_t euid_tbl = {0, 0, NULL}; /* selected effective users */
147 static uidtbl_t ruid_tbl = {0, 0, NULL}; /* selected real users */
    [all...]

Completed in 120 milliseconds