Home
last modified time | relevance | path

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

/illumos-gate/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)
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c10031 un->un_rsvd_status |= ST_LOST_RESERVE; in st_handle_incomplete()
11048 un->un_rsvd_status |= ST_LOST_RESERVE; in st_decode_sense()
11461 un->un_rsvd_status |= ST_LOST_RESERVE; in st_check_error()
11946 ~(ST_RELEASE | ST_LOST_RESERVE | in st_set_state()
11953 ~(ST_RESERVE | ST_LOST_RESERVE | in st_set_state()
11970 ST_LOST_RESERVE | ST_RESERVATION_CONFLICT | in st_set_state()
11987 ST_LOST_RESERVE | ST_RESERVATION_CONFLICT | in st_set_state()
12853 int was_lost = un->un_rsvd_status & ST_LOST_RESERVE; in st_do_reserve()
12875 un->un_rsvd_status &= ~(ST_LOST_RESERVE | ST_RESERVE); in st_do_reserve()
12904 ((un->un_rsvd_status & (ST_RESERVE | ST_LOST_RESERVE)) == in st_check_cdb_for_need_to_reserve()
[all …]