Searched refs:ev_rm_cb_id (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_types.h212 ddi_callback_id_t ev_rm_cb_id; member in struct:usba_evdata
348 usba_evdata::ev_rm_cb_id))
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai.c1043 NULL, &evdata->ev_rm_cb_id) != DDI_SUCCESS) {
1132 NULL, &evdata->ev_rm_cb_id) != DDI_SUCCESS) {
1213 if (evdata->ev_rm_cb_id != NULL) {
1214 (void) ddi_remove_event_handler(evdata->ev_rm_cb_id);
1215 evdata->ev_rm_cb_id = NULL;
H A Dusbai_util.c2394 cookie, event_cb, NULL, &evdata->ev_rm_cb_id);
2450 if (evdata->ev_rm_cb_id != NULL) {
2451 (void) ddi_remove_event_handler(evdata->ev_rm_cb_id);
2452 evdata->ev_rm_cb_id = NULL;

Completed in 98 milliseconds