Home
last modified time | relevance | path

Searched refs:sf_event_hdl (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c717 &sf->sf_event_hdl, NDI_SLEEP); in sf_attach()
723 if (ndi_event_bind_set(sf->sf_event_hdl, in sf_attach()
848 if (sf->sf_event_hdl) { in sf_attach()
849 (void) ndi_event_unbind_set(sf->sf_event_hdl, in sf_attach()
851 (void) ndi_event_free_hdl(sf->sf_event_hdl); in sf_attach()
1082 if (sf->sf_event_hdl) { in sf_detach()
1083 (void) ndi_event_unbind_set(sf->sf_event_hdl, in sf_detach()
1085 (void) ndi_event_free_hdl(sf->sf_event_hdl); in sf_detach()
2431 sf->sf_event_hdl, target->sft_dip, in sf_statec_callback()
2435 sf->sf_event_hdl, in sf_statec_callback()
[all …]
/titanic_41/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h122 ndi_event_hdl_t sf_event_hdl; member