Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c2402 static ndi_event_hdl_t rootnex_event_hdl; variable
2424 &rootnex_event_hdl, NDI_SLEEP) == NDI_SUCCESS) { in i_ddi_rootnex_init_events()
2425 if (ndi_event_bind_set(rootnex_event_hdl, in i_ddi_rootnex_init_events()
2427 (void) ndi_event_free_hdl(rootnex_event_hdl); in i_ddi_rootnex_init_events()
2428 rootnex_event_hdl = NULL; in i_ddi_rootnex_init_events()
2442 if (rootnex_event_hdl == NULL) in i_ddi_rootnex_get_eventcookie()
2454 if (rootnex_event_hdl == NULL) in i_ddi_rootnex_add_eventcall()
2456 return (ndi_event_add_callback(rootnex_event_hdl, rdip, in i_ddi_rootnex_add_eventcall()
2464 if (rootnex_event_hdl == NULL) in i_ddi_rootnex_remove_eventcall()
2477 if (rootnex_event_hdl == NULL) in i_ddi_rootnex_post_event()
[all …]