Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dndievents.c225 (uintptr_t)handle.ndi_evthdl_dip) in ndi_event_hdl()
228 handle.ndi_evthdl_dip); in ndi_event_hdl()
240 "dip %</b>(%p) \n", addr, path, handle.ndi_evthdl_dip); in ndi_event_hdl()
/titanic_50/usr/src/uts/common/os/
H A Dsunndi.c1217 ndi_event_hdl->ndi_evthdl_dip = dip; in ndi_event_alloc_hdl()
1305 if (!DEVI_IS_ATTACHING(handle->ndi_evthdl_dip) && in ndi_event_bind_set()
1306 !DEVI_IS_DETACHING(handle->ndi_evthdl_dip)) { in ndi_event_bind_set()
1384 new_cookie->ddip = ndi_event_hdl->ndi_evthdl_dip; in ndi_event_bind_set()
1456 if (!DEVI_IS_ATTACHING(handle->ndi_evthdl_dip) && in ndi_event_unbind_set()
1457 !DEVI_IS_DETACHING(handle->ndi_evthdl_dip)) { in ndi_event_unbind_set()
1635 ndi_event_hdl->ndi_evthdl_dip, rdip, eventname, cookiep)); in ndi_event_retrieve_cookie()
1851 (void *)ndi_event_hdl->ndi_evthdl_dip, in ndi_event_run_callbacks()
1852 ddi_node_name(ndi_event_hdl->ndi_evthdl_dip), in ndi_event_run_callbacks()
1853 ddi_get_instance(ndi_event_hdl->ndi_evthdl_dip), in ndi_event_run_callbacks()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dndi_impldefs.h47 dev_info_t *ndi_evthdl_dip; member