Searched defs:SGEN_FL_OPEN (Results 1 - 1 of 1) sorted by relevance

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

Completed in 57 milliseconds