Home
last modified time | relevance | path

Searched refs:strans (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c401 state_transition_t strans; in topoprop_indrule_add() local
410 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()
H A Ddiskmon_conf.c272 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()
H A Dschg_mgr.c169 rulelist->strans.begin == oldstate) && in schg_execute_state_change_action()
170 rulelist->strans.end == newstate) in schg_execute_state_change_action()
H A Ddiskmon_conf.h114 state_transition_t strans; member