Home
last modified time | relevance | path

Searched defs:cb_id (Results 1 – 15 of 15) sorted by relevance

/titanic_52/usr/src/uts/common/io/1394/
H A Dnx1394.c376 ddi_callback_id_t *cb_id) in nx1394_add_eventcall() argument
411 nx1394_remove_eventcall(dev_info_t *dip, ddi_callback_id_t cb_id) in nx1394_remove_eventcall() argument
/titanic_52/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_main.c514 void *arg, ddi_callback_id_t *cb_id) in eibnx_add_eventcall() argument
522 eibnx_remove_eventcall(dev_info_t *dip, ddi_callback_id_t cb_id) in eibnx_remove_eventcall() argument
/titanic_52/usr/src/uts/common/os/
H A Dsunndi.c241 ddi_callback_id_t *cb_id) in ndi_busop_add_eventcall() argument
1689 ddi_callback_id_t *cb_id) in ndi_event_add_callback() argument
1765 ndi_event_remove_callback(ndi_event_hdl_t handle, ddi_callback_id_t cb_id) in ndi_event_remove_callback() argument
1785 ddi_callback_id_t cb_id) in do_ndi_event_remove_callback() argument
2451 i_ddi_rootnex_add_eventcall(dev_info_t * dip,dev_info_t * rdip,ddi_eventcookie_t eventid,void (* handler)(dev_info_t * dip,ddi_eventcookie_t event,void * arg,void * impl_data),void * arg,ddi_callback_id_t * cb_id) i_ddi_rootnex_add_eventcall() argument
2461 i_ddi_rootnex_remove_eventcall(dev_info_t * dip,ddi_callback_id_t cb_id) i_ddi_rootnex_remove_eventcall() argument
[all...]
/titanic_52/usr/src/uts/common/xen/io/
H A Dxpvd.c986 void *arg, ddi_callback_id_t *cb_id) in xpvd_add_eventcall() argument
994 xpvd_remove_eventcall(dev_info_t *dip, ddi_callback_id_t cb_id) in xpvd_remove_eventcall() argument
/titanic_52/usr/src/uts/common/io/usb/usb_ia/
H A Dusb_ia.c869 void *arg, ddi_callback_id_t *cb_id) in usb_ia_busop_add_eventcall() argument
919 usb_ia_busop_remove_eventcall(dev_info_t *dip, ddi_callback_id_t cb_id) in usb_ia_busop_remove_eventcall() argument
/titanic_52/usr/src/uts/common/io/usb/usb_mid/
H A Dusb_mid.c1074 void *arg, ddi_callback_id_t *cb_id) in usb_mid_busop_add_eventcall() argument
1116 usb_mid_busop_remove_eventcall(dev_info_t *dip, ddi_callback_id_t cb_id) in usb_mid_busop_remove_eventcall() argument
/titanic_52/usr/src/uts/common/io/
H A Dpshot.c253 ddi_callback_id_t cb_id; member
2367 void (*callback)(), void *arg, ddi_callback_id_t *cb_id) in pshot_add_eventcall() argument
2387 pshot_remove_eventcall(dev_info_t *dip, ddi_callback_id_t cb_id) in pshot_remove_eventcall() argument
/titanic_52/usr/src/uts/common/io/cardbus/
H A Dcardbus.c2110 void *arg, ddi_callback_id_t *cb_id) in cardbus_add_eventcall() argument
2155 cardbus_remove_eventcall(dev_info_t *dip, ddi_callback_id_t cb_id) in cardbus_remove_eventcall() argument
/titanic_52/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c3613 void *arg, ddi_callback_id_t *cb_id) in ibnex_add_eventcall() argument
3624 ibnex_remove_eventcall(dev_info_t *dip, ddi_callback_id_t cb_id) in ibnex_remove_eventcall() argument
/titanic_52/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c7071 ddi_callback_id_t *cb_id) argument
7091 sf_bus_remove_eventcall(dev_info_t *devi, ddi_callback_id_t cb_id) argument
/titanic_52/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c6567 void *arg, ddi_callback_id_t *cb_id) in hubd_busop_add_eventcall() argument
6608 hubd_busop_remove_eventcall(dev_info_t *dip, ddi_callback_id_t cb_id) in hubd_busop_remove_eventcall() argument
/titanic_52/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c11549 ddi_callback_id_t *cb_id) in fcp_scsi_bus_add_eventcall() argument
11563 fcp_scsi_bus_remove_eventcall(dev_info_t *dip, ddi_callback_id_t cb_id) in fcp_scsi_bus_remove_eventcall() argument
/titanic_52/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c2921 ddi_callback_id_t *cb_id) in scsi_hba_add_eventcall() argument
2936 scsi_hba_remove_eventcall(dev_info_t *self, ddi_callback_id_t cb_id) in scsi_hba_remove_eventcall() argument
/titanic_52/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1106 id_t cb_id; /* callback id, table index */ member
H A Dhat_sfmmu.c6998 id_t cb_id = pahmep->cb_id; in sfmmu_pahment_leaked() local