Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c1651 int valuematch = 1; in match_rctl_blk() local
1662 valuematch = (valuein == value); in match_rctl_blk()
1664 valuematch = scaledequint64(valuestringin, value, in match_rctl_blk()
1676 return (valuematch && privmatch && pidmatch); in match_rctl_blk()