Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dsunndi.h465 typedef struct ndi_event_hdl *ndi_event_hdl_t; typedef
527 ndi_event_hdl_t *ndi_event_hdl, uint_t flag);
533 ndi_event_free_hdl(ndi_event_hdl_t handle);
539 ndi_event_bind_set(ndi_event_hdl_t handle,
544 ndi_event_unbind_set(ndi_event_hdl_t handle,
552 ndi_event_retrieve_cookie(ndi_event_hdl_t handle,
562 ndi_event_add_callback(ndi_event_hdl_t handle,
578 ndi_event_remove_callback(ndi_event_hdl_t handle, ddi_callback_id_t id);
584 ndi_event_run_callbacks(ndi_event_hdl_t handle, dev_info_t *child_dip,
590 int ndi_event_do_callback(ndi_event_hdl_t handle, dev_info_t *child_dip,
[all …]
H A Dndi_impldefs.h66 ndi_event_hdl_t ndi_next_hdl;
H A Dpshot.h105 ndi_event_hdl_t ndi_event_hdl;
/titanic_50/usr/src/uts/common/os/
H A Dsunndi.c1206 ndi_event_hdl_t *handle, uint_t flag) in ndi_event_alloc_hdl()
1225 *handle = (ndi_event_hdl_t)ndi_event_hdl; in ndi_event_alloc_hdl()
1234 ndi_event_free_hdl(ndi_event_hdl_t handle) in ndi_event_free_hdl()
1286 ndi_event_bind_set(ndi_event_hdl_t handle, in ndi_event_bind_set()
1440 ndi_event_unbind_set(ndi_event_hdl_t handle, ndi_event_set_t *ndi_events, in ndi_event_unbind_set()
1598 ndi_event_retrieve_cookie(ndi_event_hdl_t handle, in ndi_event_retrieve_cookie()
1645 ndi_event_is_defined(ndi_event_hdl_t handle, in ndi_event_is_defined()
1683 ndi_event_add_callback(ndi_event_hdl_t handle, dev_info_t *child_dip, in ndi_event_add_callback()
1765 ndi_event_remove_callback(ndi_event_hdl_t handle, ddi_callback_id_t cb_id) in ndi_event_remove_callback()
1828 ndi_event_run_callbacks(ndi_event_hdl_t handle, dev_info_t *child_dip, in ndi_event_run_callbacks()
[all …]
/titanic_50/usr/src/uts/common/sys/usb/usb_ia/
H A Dusb_iavar.h76 ndi_event_hdl_t ia_ndi_event_hdl;
/titanic_50/usr/src/uts/common/sys/usb/usb_mid/
H A Dusb_midvar.h92 ndi_event_hdl_t mi_ndi_event_hdl;
/titanic_50/usr/src/uts/common/io/cardbus/
H A Dcardbus.h65 ndi_event_hdl_t cb_ndi_event_hdl;
/titanic_50/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex.h210 ndi_event_hdl_t ibnex_ndi_event_hdl;
/titanic_50/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h213 ndi_event_hdl_t h_ndi_event_hdl;
/titanic_50/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h122 ndi_event_hdl_t sf_event_hdl;
/titanic_50/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_main.c180 ndi_event_hdl_t enx_ndi_event_hdl;
H A Denx_hdlrs.c57 extern ndi_event_hdl_t enx_ndi_event_hdl;
/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h368 ndi_event_hdl_t port_ndi_event_hdl;
/titanic_50/usr/src/uts/common/xen/io/
H A Dxpvd.c187 static ndi_event_hdl_t xpvd_ndi_event_handle;
/titanic_50/usr/src/uts/common/sys/1394/
H A Ds1394.h678 ndi_event_hdl_t hal_ndi_event_hdl;
/titanic_50/usr/src/uts/common/io/
H A Dpshot.c3541 ndi_event_hdl_t hdl; in pshot_event_test()