Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dsunndi.c2401 static ndi_event_hdl_t rootnex_event_hdl; variable
2423 &rootnex_event_hdl, NDI_SLEEP) == NDI_SUCCESS) { in i_ddi_rootnex_init_events()
2424 if (ndi_event_bind_set(rootnex_event_hdl, in i_ddi_rootnex_init_events()
2426 (void) ndi_event_free_hdl(rootnex_event_hdl); in i_ddi_rootnex_init_events()
2427 rootnex_event_hdl = NULL; in i_ddi_rootnex_init_events()
2441 if (rootnex_event_hdl == NULL) in i_ddi_rootnex_get_eventcookie()
2443 return (ndi_event_retrieve_cookie(rootnex_event_hdl, rdip, eventname, 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()
[all …]