Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c394 ind_action_t *indactp = NULL; in topoprop_indrule_add() local
433 link_indaction(&indactp, new_indaction(state, name)); in topoprop_indrule_add()
440 indactp = new_indaction(state, name); in topoprop_indrule_add()
446 if (!failed && (err = check_indactions(indactp)) != E_NO_ERROR) { in topoprop_indrule_add()
453 indaction_free(indactp); in topoprop_indrule_add()
456 link_indrule(indrp, new_indrule(&strans, indactp)); in topoprop_indrule_add()