Searched refs:xpvd_ndi_event_handle (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xpvd.c | 187 static ndi_event_hdl_t xpvd_ndi_event_handle; variable 264 if (ndi_event_alloc_hdl(devi, 0, &xpvd_ndi_event_handle, in xpvd_attach() 269 if (ndi_event_bind_set(xpvd_ndi_event_handle, &xpvd_ndi_events, in xpvd_attach() 271 (void) ndi_event_free_hdl(xpvd_ndi_event_handle); in xpvd_attach() 977 return (ndi_event_retrieve_cookie(xpvd_ndi_event_handle, in xpvd_get_eventcookie() 988 return (ndi_event_add_callback(xpvd_ndi_event_handle, in xpvd_add_eventcall() 996 return (ndi_event_remove_callback(xpvd_ndi_event_handle, in xpvd_remove_eventcall() 1005 return (ndi_event_run_callbacks(xpvd_ndi_event_handle, rdip, in xpvd_post_event()
|