Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.c187 newindicator->ind_instr_spec = actionp ? dstrdup(actionp) : NULL; in new_indicator()
218 if (indp->ind_instr_spec) in ind_free()
219 dstrfree(indp->ind_instr_spec); in ind_free()
678 indp->ind_name, indp->ind_instr_spec); in print_inds()
H A Ddiskmon_conf.h122 char *ind_instr_spec; member
H A Dschg_mgr.c96 str = ind_listp->ind_instr_spec; in lookup_action_string()