Symbol: ST_LOST_RESERVE
usr/src/uts/common/io/scsi/targets/st.c
10031
un->un_rsvd_status |= ST_LOST_RESERVE;
usr/src/uts/common/io/scsi/targets/st.c
11048
un->un_rsvd_status |= ST_LOST_RESERVE;
usr/src/uts/common/io/scsi/targets/st.c
11461
un->un_rsvd_status |= ST_LOST_RESERVE;
usr/src/uts/common/io/scsi/targets/st.c
11946
~(ST_RELEASE | ST_LOST_RESERVE |
usr/src/uts/common/io/scsi/targets/st.c
11953
~(ST_RESERVE | ST_LOST_RESERVE |
usr/src/uts/common/io/scsi/targets/st.c
11970
ST_LOST_RESERVE | ST_RESERVATION_CONFLICT |
usr/src/uts/common/io/scsi/targets/st.c
11987
ST_LOST_RESERVE | ST_RESERVATION_CONFLICT |
usr/src/uts/common/io/scsi/targets/st.c
12853
int was_lost = un->un_rsvd_status & ST_LOST_RESERVE;
usr/src/uts/common/io/scsi/targets/st.c
12875
un->un_rsvd_status &= ~(ST_LOST_RESERVE | ST_RESERVE);
usr/src/uts/common/io/scsi/targets/st.c
12904
((un->un_rsvd_status & (ST_RESERVE | ST_LOST_RESERVE)) ==
usr/src/uts/common/io/scsi/targets/st.c
12956
((un->un_rsvd_status & (ST_RESERVE | ST_LOST_RESERVE)) ==
usr/src/uts/common/io/scsi/targets/st.c
13076
~(ST_LOST_RESERVE | ST_RESERVATION_CONFLICT);
usr/src/uts/common/io/scsi/targets/st.c
16938
(ST_LOST_RESERVE | ST_APPLICATION_RESERVATIONS)) ==
usr/src/uts/common/io/scsi/targets/st.c
16939
ST_LOST_RESERVE)) &&
usr/src/uts/common/io/scsi/targets/st.c
16951
un->un_rsvd_status &= ~(ST_RELEASE | ST_LOST_RESERVE |
usr/src/uts/common/io/scsi/targets/st.c
18578
un->un_rsvd_status |= ST_LOST_RESERVE;
usr/src/uts/common/sys/scsi/targets/stdef.h
1253
(ST_RESERVE | ST_LOST_RESERVE | ST_PRESERVE_RESERVE)