Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c1335 if (un->un_dev && (un->un_rsvd_status & ST_RESERVE) && in st_detach()
1854 reserved = (un->un_rsvd_status & ST_RESERVE) ? ST_RESERVE in st_known_tape_type()
1946 if (reserved != ((un->un_rsvd_status & ST_RESERVE) ? ST_RESERVE in st_known_tape_type()
2921 (ST_RESERVE | ST_PRESERVE_RESERVE)) == ST_RESERVE) { in st_open()
3664 (ST_RESERVE | ST_PRESERVE_RESERVE)) == in st_close()
3665 ST_RESERVE) { in st_close()
3718 (ST_RESERVE | ST_PRESERVE_RESERVE | in st_close()
3719 ST_APPLICATION_RESERVATIONS)) == ST_RESERVE) { in st_close()
4162 (ST_RESERVE | ST_APPLICATION_RESERVATIONS)) == 0) { in st_queued_strategy()
4164 if (st_reserve_release(un, ST_RESERVE, st_uscsi_cmd)) { in st_queued_strategy()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1246 #define ST_RESERVE 0x004 macro
1253 (ST_RESERVE | ST_LOST_RESERVE | ST_PRESERVE_RESERVE)