Searched refs:ind_state (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dinstance.h73 int ind_state; /* see below */ member in struct:in_drv
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.h103 ind_state_t ind_state; member in struct:ind_action
120 ind_state_t ind_state; member in struct:indicator
H A Ddiskmon_conf.c103 (((ind_action_t *)arg)->ind_state == INDICATOR_ON)
185 newindicator->ind_state = lstate;
229 lap->ind_state = state;
458 indrp->ind_state == INDICATOR_ON ? '+' : '-',
473 indrp->ind_state == INDICATOR_ON ? '-' : '+',
510 indp->ind_state == INDICATOR_ON ? '+' : '-',
601 indp->ind_state == INDICATOR_ON ? '+' : '-',
614 alp->ind_state == INDICATOR_ON ? '+' : '-',
676 plusminus = (indp->ind_state == INDICATOR_ON) ? '+' : '-';
697 plusminus = (lap->ind_state
[all...]
H A Dschg_mgr.c95 if (state == ind_listp->ind_state &&
185 actions->ind_state, actions->ind_name);
/illumos-gate/usr/src/uts/common/os/
H A Dinstance.c108 * indicated by ind_state:
615 dp->ind_state = IN_PROVISIONAL;
618 dp->ind_state = IN_BORROWED;
821 if (dp->ind_state == IN_PROVISIONAL) {
823 } else if (dp->ind_state == IN_BORROWED) {
824 dp->ind_state = IN_PERMANENT;
869 if (dp->ind_state == IN_PROVISIONAL || dp->ind_state == IN_BORROWED) {
870 dp->ind_state = IN_PERMANENT;
910 ASSERT(dp->ind_state !
[all...]
H A Dinst_sync.c320 if (dp->ind_state != IN_PERMANENT)

Completed in 69 milliseconds