Searched refs:indrp (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | diskmon_conf.c | 331 new_diskmon(nvlist_t *app_props, indicator_t *indp, indrule_t *indrp, in new_diskmon() argument 346 dmp->indrule_list = indrp; in new_diskmon() 442 check_indactions(ind_action_t *indrp) in check_indactions() argument 454 while (indrp != NULL && rv == E_NO_ERROR) { in check_indactions() 455 len = strlen(indrp->ind_name) + 2; in check_indactions() 458 indrp->ind_state == INDICATOR_ON ? '+' : '-', in check_indactions() 459 indrp->ind_name); in check_indactions() 473 indrp->ind_state == INDICATOR_ON ? '-' : '+', in check_indactions() 474 indrp->ind_name); in check_indactions() 485 indrp = indrp->next; in check_indactions() [all …]
|
H A D | topo_gather.c | 392 topoprop_indrule_add(indrule_t **indrp, char *sts, char *acts) in topoprop_indrule_add() argument 456 link_indrule(indrp, new_indrule(&strans, indactp)); in topoprop_indrule_add() 483 indrule_t *indrp = NULL; in topo_add_bay() local 592 if (topoprop_indrule_add(&indrp, indrule_states, in topo_add_bay() 617 if (!conf_failure && indrp != NULL && indp != NULL && in topo_add_bay() 618 ((conferr = check_indrules(indrp, (state_transition_t **)&ptr)) in topo_add_bay() 620 (conferr = check_consistent_ind_indrules(indp, indrp, in topo_add_bay() 690 diskp = new_diskmon(dmap_nvl, indp, indrp, diskprops); in topo_add_bay() 713 if (indrp) in topo_add_bay() 714 indrule_free(indrp); in topo_add_bay()
|
H A D | diskmon_conf.h | 214 indrule_t *indrp, nvlist_t *nvlp); 227 extern conf_err_t check_indrules(indrule_t *indrp, 230 indrule_t *indrp, ind_action_t **offender);
|