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

/illumos-gate/usr/src/uts/common/os/
H A Drctl.c2684 rctl_t *lrctl; local
2689 if (rctl_set_find(rset, hndl, &lrctl) == -1) {
2695 rctl_entity_obtain_entity_p(lrctl->rc_dict_entry->rcd_entity,
2701 ret |= rctl_global_action(lrctl, rset, p, lrctl->rc_cursor);
2703 RCTLOP_ACTION(lrctl, p, e);
2705 ret |= rctl_local_action(lrctl, rset, p,
2706 lrctl->rc_cursor, safety);
2715 lrctl->rc_cursor->rcv_next != NULL) {
2716 lrctl
2753 rctl_t *lrctl; local
[all...]

Completed in 64 milliseconds