Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pgrep/
H A Dpsexp.c41 idtab_create(&psexp->ps_ppids); in psexp_create()
59 idtab_destroy(&psexp->ps_ppids); in psexp_destroy()
82 idtab_sort(&psexp->ps_ppids); in psexp_compile()
122 if (NOMATCH(ps_ppids, pr_ppid)) in psexp_match()
H A Dpsexp.h47 idtab_t ps_ppids; /* Table of parent process-ids to match */ member
H A Dpgrep.c535 return (parse_ids(&g_psexp.ps_ppids, arg, 10, c, 0)); in opt_ppid()