Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c715 &sf->sf_event_hdl, NDI_SLEEP); in sf_attach()
721 if (ndi_event_bind_set(sf->sf_event_hdl, in sf_attach()
846 if (sf->sf_event_hdl) { in sf_attach()
847 (void) ndi_event_unbind_set(sf->sf_event_hdl, in sf_attach()
849 (void) ndi_event_free_hdl(sf->sf_event_hdl); in sf_attach()
1080 if (sf->sf_event_hdl) { in sf_detach()
1081 (void) ndi_event_unbind_set(sf->sf_event_hdl, in sf_detach()
1083 (void) ndi_event_free_hdl(sf->sf_event_hdl); in sf_detach()
2429 sf->sf_event_hdl, target->sft_dip, in sf_statec_callback()
2433 sf->sf_event_hdl, in sf_statec_callback()
[all …]
/titanic_50/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h122 ndi_event_hdl_t sf_event_hdl; member