Searched refs:strans (Results 1 – 4 of 4) sorted by relevance
401 state_transition_t strans; in topoprop_indrule_add() local410 strans.begin = str2dmstate(states); in topoprop_indrule_add()412 strans.end = str2dmstate(p + 1); in topoprop_indrule_add()414 if (strans.begin == HPS_UNKNOWN || strans.end == HPS_UNKNOWN) { in topoprop_indrule_add()417 } else if ((err = check_state_transition(strans.begin, strans.end)) in topoprop_indrule_add()419 conf_error_msg(err, msgbuf, MAX_CONF_MSG_LEN, &strans); in topoprop_indrule_add()456 link_indrule(indrp, new_indrule(&strans, indactp)); in topoprop_indrule_add()
272 lrp->strans = *st; in new_indrule()560 (int)indrp->strans.begin, (int)indrp->strans.end); in check_indrules()563 *offender = &indrp->strans; in check_indrules()693 hotplug_state_string(lrp->strans.begin), in print_indrules()694 hotplug_state_string(lrp->strans.end)); in print_indrules()
171 rulelist->strans.begin == oldstate) && in schg_execute_state_change_action()172 rulelist->strans.end == newstate) in schg_execute_state_change_action()
114 state_transition_t strans; member