Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h509 timeout_id_t un_rmw_msg_timeid; /* for RMW message control */ member
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dsd.c6293 if (un->un_rmw_msg_timeid != NULL) { in sd_ddi_suspend()
6294 timeout_id_t temp_id = un->un_rmw_msg_timeid; in sd_ddi_suspend()
6295 un->un_rmw_msg_timeid = NULL; in sd_ddi_suspend()
8481 if (un->un_rmw_msg_timeid != NULL) { in sd_unit_attach()
8482 timeout_id_t temp_id = un->un_rmw_msg_timeid; in sd_unit_attach()
8483 un->un_rmw_msg_timeid = NULL; in sd_unit_attach()
8699 if (un->un_rmw_msg_timeid != NULL) { in sd_unit_detach()
8700 timeout_id_t temp_id = un->un_rmw_msg_timeid; in sd_unit_detach()
8701 un->un_rmw_msg_timeid = NULL; in sd_unit_detach()
12669 un->un_rmw_msg_timeid == NULL) {
[all …]