Home
last modified time | relevance | path

Searched refs:new_indaction (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.h203 extern ind_action_t *new_indaction(ind_state_t state, char *namep);
H A Dtopo_gather.c433 link_indaction(&indactp, new_indaction(state, name)); in topoprop_indrule_add()
440 indactp = new_indaction(state, name); in topoprop_indrule_add()
H A Ddiskmon_conf.c226 new_indaction(ind_state_t state, char *namep) in new_indaction() function