Home
last modified time | relevance | path

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

/src/sys/cam/scsi/
H A Dscsi_pass.c73 PASS_FLAG_ZONE_VALID = 0x20, enumerator
1050 KASSERT(((softc->flags & PASS_FLAG_ZONE_VALID) == 0), in passcreatezone()
1094 softc->flags |= PASS_FLAG_ZONE_VALID; in passcreatezone()
1104 && ((softc->flags & PASS_FLAG_ZONE_VALID) == 0)) { in passcreatezone()
1114 if ((softc->flags & PASS_FLAG_ZONE_VALID) == 0){ in passcreatezone()
1852 if ((softc->flags & PASS_FLAG_ZONE_VALID) == 0) { in passdoioctl()