rctl_val
struct rctl_val *rv, rctl_qty_t i, uint_t f)
rctl_val_t *rctl_val = kmem_cache_alloc(rctl_val_cache, KM_SLEEP);
bzero(rctl_val, sizeof (rctl_val_t));
rctl_val->rcv_privilege = RCPRIV_SYSTEM;
rctl_val->rcv_value = max_native;
rctl_val->rcv_flagaction = localflags;
rctl_val->rcv_action_signal = 0;
rctl_val->rcv_action_recipient = NULL;
rctl_val->rcv_action_recip_pid = -1;
rctl_val->rcv_firing_time = 0;
rctl_val->rcv_next = NULL;
rctl_val->rcv_prev = NULL;
rctl_de->rcd_default_value = rctl_val;
rctl->rc_values = rctl_val;
struct rctl_val *rv, rctl_qty_t i, uint_t f)
struct rctl_val *rcntl, rctl_qty_t incr, uint_t flags)
struct rctl_val *rcv_prev; /* previous (lower) value */
struct rctl_val *rcv_next; /* next (higher) value */
struct rctl_val *, rctl_qty_t, uint_t);
struct rctl_val *, rctl_qty_t, uint_t);