Lines Matching refs:zone_mode
254 ada_zone_mode zone_mode; member
1401 && (softc->zone_mode != ADA_ZONE_NONE)) in adaasync()
1426 switch (softc->zone_mode) { in adazonemodesysctl()
1790 softc->zone_mode = ADA_ZONE_HOST_AWARE; in adasetflags()
1794 softc->zone_mode = ADA_ZONE_DRIVE_MANAGED; in adasetflags()
1796 softc->zone_mode = ADA_ZONE_NONE; in adasetflags()
1975 && (softc->zone_mode != ADA_ZONE_NONE)) { in adaregister()
2270 switch (softc->zone_mode) { in ada_zone_cmd()
2272 params->zone_mode = DISK_ZONE_MODE_DRIVE_MANAGED; in ada_zone_cmd()
2275 params->zone_mode = DISK_ZONE_MODE_HOST_AWARE; in ada_zone_cmd()
2278 params->zone_mode = DISK_ZONE_MODE_HOST_MANAGED; in ada_zone_cmd()
2282 params->zone_mode = DISK_ZONE_MODE_NONE; in ada_zone_cmd()
3036 && (softc->zone_mode != ADA_ZONE_NONE)) { in adadone()
3227 softc->zone_mode = in adadone()
3231 softc->zone_mode = in adadone()