Searched refs:ind_action_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.h106 } ind_action_t; typedef in typeref:struct:ind_action
115 ind_action_t *action_list;
203 extern ind_action_t *new_indaction(ind_state_t state, char *namep);
204 extern void link_indaction(ind_action_t **first,
205 ind_action_t *to_add);
206 extern void indaction_free(ind_action_t *lap);
209 ind_action_t *actionp);
226 extern conf_err_t check_indactions(ind_action_t *indap);
230 indrule_t *indrp, ind_action_t **offender);
H A Ddiskmon_conf.c103 (((ind_action_t *)arg)->ind_state == INDICATOR_ON)
105 ((ind_action_t *)arg)->ind_name);
225 ind_action_t *
228 ind_action_t *lap = (ind_action_t *)dmalloc(sizeof (ind_action_t));
236 link_indaction(ind_action_t **first, ind_action_t *to_add)
238 ind_action_t *travptr;
253 indaction_free(ind_action_t *la
[all...]
H A Dtopo_gather.c394 ind_action_t *indactp = NULL;
621 (ind_action_t **)&ptr)) != E_NO_ERROR)) {
H A Dschg_mgr.c153 ind_action_t *actions;

Completed in 47 milliseconds