Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dndievents.c227 (uintptr_t)handle.ndi_evthdl_dip) == -1) { in ndi_event_hdl()
229 handle.ndi_evthdl_dip); in ndi_event_hdl()
241 "dip %</b>(%p) \n", addr, path, handle.ndi_evthdl_dip); in ndi_event_hdl()
/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c1219 ndi_event_hdl->ndi_evthdl_dip = dip; in ndi_event_alloc_hdl()
1307 if (!DEVI_IS_ATTACHING(handle->ndi_evthdl_dip) && in ndi_event_bind_set()
1308 !DEVI_IS_DETACHING(handle->ndi_evthdl_dip)) { in ndi_event_bind_set()
1386 new_cookie->ddip = ndi_event_hdl->ndi_evthdl_dip; in ndi_event_bind_set()
1458 if (!DEVI_IS_ATTACHING(handle->ndi_evthdl_dip) && in ndi_event_unbind_set()
1459 !DEVI_IS_DETACHING(handle->ndi_evthdl_dip)) { in ndi_event_unbind_set()
1637 ndi_event_hdl->ndi_evthdl_dip, rdip, eventname, cookiep)); in ndi_event_retrieve_cookie()
1852 (void *)ndi_event_hdl->ndi_evthdl_dip, in ndi_event_run_callbacks()
1853 ddi_node_name(ndi_event_hdl->ndi_evthdl_dip), in ndi_event_run_callbacks()
1854 ddi_get_instance(ndi_event_hdl->ndi_evthdl_dip), in ndi_event_run_callbacks()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dndi_impldefs.h45 dev_info_t *ndi_evthdl_dip; member