Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dgen_drv.c64 ddi_callback_id_t gen_cb_ids[NUMEVENTS]; member
310 gen_event_cb, NULL, &(dstatep->gen_cb_ids[0])); in gen_attach()
316 gen_event_cb, NULL, &(dstatep->gen_cb_ids[1])); in gen_attach()
322 gen_event_cb, NULL, &(dstatep->gen_cb_ids[2])); in gen_attach()
328 gen_event_cb, NULL, &(dstatep->gen_cb_ids[3])); in gen_attach()
335 NULL, &(dstatep->gen_cb_ids[4])); in gen_attach()
342 NULL, &(dstatep->gen_cb_ids[5])); in gen_attach()
704 if (dstatep->gen_cb_ids[i]) { in gen_detach()
705 (void) ddi_remove_event_handler(dstatep->gen_cb_ids[i]); in gen_detach()
706 dstatep->gen_cb_ids[i] = NULL; in gen_detach()