Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h345 ddi_eventcookie_t un_remove_event; /* remove event */ member
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c6325 if (un->un_remove_event != NULL) { in sd_ddi_suspend()
6329 un->un_remove_event = NULL; in sd_ddi_suspend()
8885 if ((un->un_remove_event != NULL) && in sd_unit_detach()
8898 un->un_remove_event = NULL; in sd_unit_detach()
9302 if ((un->un_remove_event == NULL) && in sd_init_event_callbacks()
9304 &un->un_remove_event) == DDI_SUCCESS)) { in sd_init_event_callbacks()
9309 un->un_remove_event, sd_event_callback, (void *)un, in sd_init_event_callbacks()
9350 _NOTE(DATA_READABLE_WITHOUT_LOCK(sd_lun::un_remove_event)); in sd_event_callback()
9351 } else if (event == un->un_remove_event) { in sd_event_callback()