Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1247 #define ST_PRESERVE_RESERVE 0x008 macro
1253 (ST_RESERVE | ST_LOST_RESERVE | ST_PRESERVE_RESERVE)
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c2921 (ST_RESERVE | ST_PRESERVE_RESERVE)) == ST_RESERVE) { in st_open()
3664 (ST_RESERVE | ST_PRESERVE_RESERVE)) == in st_close()
3718 (ST_RESERVE | ST_PRESERVE_RESERVE | in st_close()
5325 un->un_rsvd_status |= ST_PRESERVE_RESERVE; in st_ioctl()
5353 un->un_rsvd_status &= ~ST_PRESERVE_RESERVE; in st_ioctl()
16925 if ((un->un_rsvd_status & ST_RESERVE | ST_PRESERVE_RESERVE) && in st_recover()