Searched refs:PT_FLAG_OPEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_pt.c62 PT_FLAG_OPEN = 0x01, enumerator in enum:__anon4213
155 if ((softc->flags & PT_FLAG_OPEN) == 0)
156 softc->flags |= PT_FLAG_OPEN;
180 softc->flags &= ~PT_FLAG_OPEN;

Completed in 47 milliseconds