Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcallb.c82 callb_t *ct_first_cb[NCBCLASS]; /* ptr to 1st callb in a class */ member
143 cp->c_next = ct->ct_first_cb[class]; in callb_add_common()
144 ct->ct_first_cb[class] = cp; in callb_add_common()
190 pp = &ct->ct_first_cb[me->c_class]; in callb_delete()
240 for (cp = ct->ct_first_cb[class]; in callb_execute_class()
359 for (cp = ct->ct_first_cb[CB_CL_CPR_DAEMON]; in callb_is_stopped()