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

/illumos-gate/usr/src/cmd/pgrep/
H A Dpsexp.c58 idtab_destroy(&psexp->ps_euids);
59 idtab_destroy(&psexp->ps_ruids);
60 idtab_destroy(&psexp->ps_rgids);
61 idtab_destroy(&psexp->ps_ppids);
62 idtab_destroy(&psexp->ps_pgids);
63 idtab_destroy(&psexp->ps_sids);
64 idtab_destroy(&psexp->ps_ttys);
65 idtab_destroy(&psexp->ps_projids);
66 idtab_destroy(&psexp->ps_taskids);
67 idtab_destroy(
[all...]
H A Didtab.h53 extern void idtab_destroy(idtab_t *);
H A Didtab.c46 idtab_destroy(idtab_t *idt) function

Completed in 70 milliseconds