Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c157 int pidin);
160 rctl_priv_t privin, int pidin);
1572 char *valuestringin, int valuein, rctl_priv_t privin, int pidin) in match_rctl() argument
1597 if (match_rctl_blk(next, valuestringin, valuein, privin, pidin) == 1) { in match_rctl()
1612 if (match_rctl_blk(next, valuestringin, valuein, privin, pidin) in match_rctl()
1645 uint64_t valuein, rctl_priv_t privin, int pidin) in match_rctl_blk() argument
1673 if (pidin != -1) { in match_rctl_blk()
1674 pidmatch = (pidin == pid); in match_rctl_blk()