Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c1732 cb->ndi_evtcb_next = NDI_EVENT(cookie)->callback_list; in ndi_event_add_callback()
1796 cb->ndi_evtcb_prev->ndi_evtcb_next = cb->ndi_evtcb_next; in do_ndi_event_remove_callback()
1799 if (cb->ndi_evtcb_next) { in do_ndi_event_remove_callback()
1800 cb->ndi_evtcb_next->ndi_evtcb_prev = cb->ndi_evtcb_prev; in do_ndi_event_remove_callback()
1805 cb->ndi_evtcb_next; in do_ndi_event_remove_callback()
1874 next = next->ndi_evtcb_next; in ndi_event_run_callbacks()
1959 next = next->ndi_evtcb_next; in ndi_event_do_callback()
2130 next = next->ndi_evtcb_next) { in ndi_event_dump_hdl()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dndievents.c150 callback_list = cb.ndi_evtcb_next; in ndi_callback_print()
/illumos-gate/usr/src/uts/common/sys/
H A Dsunndi.h475 struct ndi_event_callbacks *ndi_evtcb_next; member