Searched defs:flagaction (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Drctl.c2192 rctl_alloc_gp_t *ragp, int flagaction, int signal, const cred_t *cr)
2237 (flagaction & ~RCTL_LOCAL_ACTION_MASK)) {
2252 rval_priv->rcv_flagaction = flagaction;
2277 rval_basic->rcv_flagaction = flagaction;
2555 uint_t flagaction = v->rcv_flagaction; local
2558 if (flagaction & RCTL_LOCAL_DENY) {
2564 if (flagaction & RCTL_LOCAL_SIGNAL) {
2649 if ((flagaction & RCTL_LOCAL_DENY) &&
2191 rctl_rlimit_set(rctl_hndl_t rc, struct proc *p, struct rlimit64 *rlp64, rctl_alloc_gp_t *ragp, int flagaction, int signal, const cred_t *cr) argument

Completed in 65 milliseconds