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.c105 ((ind_action_t *)arg)->ind_name);
186 newindicator->ind_name = namep ? dstrdup(namep) : NULL;
216 if (indp->ind_name)
217 dstrfree(indp->ind_name);
230 lap->ind_name = namep ? dstrdup(namep) : NULL;
260 if (lap->ind_name)
261 dstrfree(lap->ind_name);
455 len = strlen(indrp->ind_name) + 2;
459 indrp->ind_name);
474 indrp->ind_name);
[all...]
H A Ddiskmon_conf.h104 char *ind_name; member in struct:ind_action
121 char *ind_name; member in struct:indicator
H A Dschg_mgr.c96 strcasecmp(ind_listp->ind_name, name) == 0) {
185 actions->ind_state, actions->ind_name);
H A Dtopo_gather.c360 topoprop_indicator_add(indicator_t **indp, char *ind_name, char *ind_action) argument
367 if (indicator_breakup(ind_name, &state, &name) != 0)

Completed in 63 milliseconds