Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1249 #define ST_LOST_RESERVE 0x020 macro
1253 (ST_RESERVE | ST_LOST_RESERVE | ST_PRESERVE_RESERVE)
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dst.c10030 un->un_rsvd_status |= ST_LOST_RESERVE; in st_handle_incomplete()
11048 un->un_rsvd_status |= ST_LOST_RESERVE; in st_decode_sense()
11460 un->un_rsvd_status |= ST_LOST_RESERVE; in st_check_error()
11945 ~(ST_RELEASE | ST_LOST_RESERVE | in st_set_state()
11952 ~(ST_RESERVE | ST_LOST_RESERVE | in st_set_state()
11969 ST_LOST_RESERVE | ST_RESERVATION_CONFLICT | in st_set_state()
11986 ST_LOST_RESERVE | ST_RESERVATION_CONFLICT | in st_set_state()
12851 int was_lost = un->un_rsvd_status & ST_LOST_RESERVE; in st_do_reserve()
12873 un->un_rsvd_status &= ~(ST_LOST_RESERVE | ST_RESERVE); in st_do_reserve()
12902 ((un->un_rsvd_status & (ST_RESERVE | ST_LOST_RESERVE)) == in st_check_cdb_for_need_to_reserve()
[all …]