Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsunndi.h469 typedef struct ndi_event_hdl *ndi_event_hdl_t; typedef
531 ndi_event_hdl_t *ndi_event_hdl, uint_t flag);
537 ndi_event_free_hdl(ndi_event_hdl_t handle);
554 ndi_event_retrieve_cookie(ndi_event_hdl_t handle, dev_info_t *child_dip,
561 ndi_event_add_callback(ndi_event_hdl_t handle, dev_info_t *child_dip,
569 ndi_event_remove_callback(ndi_event_hdl_t handle, ddi_callback_id_t id);
575 ndi_event_run_callbacks(ndi_event_hdl_t handle, dev_info_t *child_dip,
589 ndi_event_tag_to_cookie(ndi_event_hdl_t handle, int event_tag);
596 ndi_event_cookie_to_tag(ndi_event_hdl_t handle,
604 ndi_event_cookie_to_name(ndi_event_hdl_t handle,
[all …]
H A Dndi_impldefs.h64 ndi_event_hdl_t ndi_next_hdl;
H A Dpshot.h103 ndi_event_hdl_t ndi_event_hdl;
/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c1208 ndi_event_hdl_t *handle, uint_t flag) in ndi_event_alloc_hdl()
1227 *handle = (ndi_event_hdl_t)ndi_event_hdl; in ndi_event_alloc_hdl()
1236 ndi_event_free_hdl(ndi_event_hdl_t handle) in ndi_event_free_hdl()
1288 ndi_event_bind_set(ndi_event_hdl_t handle, in ndi_event_bind_set()
1600 ndi_event_retrieve_cookie(ndi_event_hdl_t handle, in ndi_event_retrieve_cookie()
1647 ndi_event_is_defined(ndi_event_hdl_t handle, in ndi_event_is_defined()
1685 ndi_event_add_callback(ndi_event_hdl_t handle, dev_info_t *child_dip, in ndi_event_add_callback()
1916 ndi_event_do_callback(ndi_event_hdl_t handle, dev_info_t *child_dip, in ndi_event_do_callback()
1998 ndi_event_tag_to_cookie(ndi_event_hdl_t handle, int event_tag) in ndi_event_tag_to_cookie()
2079 ndi_event_tag_to_name(ndi_event_hdl_t handle, int event_tag) in ndi_event_tag_to_name()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/usb_ia/
H A Dusb_iavar.h76 ndi_event_hdl_t ia_ndi_event_hdl;
/illumos-gate/usr/src/uts/common/sys/usb/usb_mid/
H A Dusb_midvar.h90 ndi_event_hdl_t mi_ndi_event_hdl;
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.h63 ndi_event_hdl_t cb_ndi_event_hdl;
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_common.h55 ndi_event_hdl_t pci_ndi_event_hdl;
/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex.h210 ndi_event_hdl_t ibnex_ndi_event_hdl;
/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h221 ndi_event_hdl_t h_ndi_event_hdl;
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h122 ndi_event_hdl_t sf_event_hdl;
/illumos-gate/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;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h368 ndi_event_hdl_t port_ndi_event_hdl;
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvd.c191 static ndi_event_hdl_t xpvd_ndi_event_handle;
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h642 ndi_event_hdl_t hal_ndi_event_hdl;
/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c3538 ndi_event_hdl_t hdl; in pshot_event_test()