Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.c216 if (indp->ind_name) in ind_free()
217 dstrfree(indp->ind_name); in ind_free()
260 if (lap->ind_name) in indaction_free()
261 dstrfree(lap->ind_name); in indaction_free()
459 indrp->ind_name); in check_indactions()
474 indrp->ind_name); in check_indactions()
507 len = strlen(indp->ind_name) + 2; in check_inds()
511 indp->ind_name); in check_inds()
598 len = strlen(indp->ind_name) + 2; in check_consistent_ind_indrules()
602 indp->ind_name); in check_consistent_ind_indrules()
[all …]
H A Ddiskmon_conf.h104 char *ind_name; member
121 char *ind_name; member
H A Dschg_mgr.c94 strcasecmp(ind_listp->ind_name, name) == 0) { in lookup_action_string()
183 actions->ind_state, actions->ind_name); in schg_execute_state_change_action()
H A Dtopo_gather.c360 topoprop_indicator_add(indicator_t **indp, char *ind_name, char *ind_action) in topoprop_indicator_add() argument
367 if (indicator_breakup(ind_name, &state, &name) != 0) in topoprop_indicator_add()