Lines Matching defs:lrctl
2684 rctl_t *lrctl;
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->rc_cursor = lrctl->rc_cursor->rcv_next;
2718 RCTLOP_SET(lrctl, p, e, rctl_model_value(lrctl->rc_dict_entry,
2719 p, lrctl->rc_cursor->rcv_value));
2753 rctl_t *lrctl;
2773 if (rctl_set_find(rset, rhndl, &lrctl) == -1) {
2782 if ((lrctl->rc_dict_entry->rcd_flagaction & RCTL_GLOBAL_INFINITE) &&
2783 (lrctl->rc_cursor->rcv_flagaction & RCTL_LOCAL_MAXIMAL)) {
2794 rctl_entity_obtain_entity_p(lrctl->rc_dict_entry->rcd_entity,
2804 while (RCTLOP_TEST(lrctl, p, e, lrctl->rc_cursor, incr, flags)) {
2806 ret |= rctl_global_action(lrctl, rset, p,
2807 lrctl->rc_cursor);
2809 RCTLOP_ACTION(lrctl, p, e);
2811 ret |= rctl_local_action(lrctl, rset, p,
2812 lrctl->rc_cursor, flags);
2821 lrctl->rc_cursor->rcv_next == NULL) {
2826 lrctl->rc_cursor = lrctl->rc_cursor->rcv_next;
2827 RCTLOP_SET(lrctl, p, e, rctl_model_value(lrctl->rc_dict_entry,
2828 p, lrctl->rc_cursor->rcv_value));