Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/pgrep/
H A Dpsexp.c45 idtab_create(&psexp->ps_sids); in psexp_create()
63 idtab_destroy(&psexp->ps_sids); in psexp_destroy()
86 idtab_sort(&psexp->ps_sids); in psexp_compile()
128 if (NOMATCH(ps_sids, pr_sid)) in psexp_match()
H A Dpsexp.h51 idtab_t ps_sids; /* Table of process session-ids to match */ member
H A Dpgrep.c547 return (parse_ids(&g_psexp.ps_sids, arg, 10, c, getsid(0))); in opt_sid()