Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsgendef.h96 #define SGEN_FL_OPEN 0x01 /* instance is open */ macro
102 (((sgen_state_t *)(stp))->sgen_flags |= SGEN_FL_OPEN)
104 (((sgen_state_t *)(stp))->sgen_flags &= ~SGEN_FL_OPEN)
106 ((((sgen_state_t *)(stp))->sgen_flags & SGEN_FL_OPEN) == SGEN_FL_OPEN)