Searched defs:to_add (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.c193 link_indicator(indicator_t **first, indicator_t *to_add) argument
199 *first = to_add;
205 travptr->next = to_add;
236 link_indaction(ind_action_t **first, ind_action_t *to_add) argument
242 *first = to_add;
248 travptr->next = to_add;
279 link_indrule(indrule_t **first, indrule_t *to_add) argument
285 *first = to_add;
291 travptr->next = to_add;

Completed in 58 milliseconds