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

/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_pt.c64 PT_FLAG_OPEN = 0x01, enumerator in enum:__anon9697
157 if ((softc->flags & PT_FLAG_OPEN) == 0)
158 softc->flags |= PT_FLAG_OPEN;
182 softc->flags &= ~PT_FLAG_OPEN;

Completed in 111 milliseconds