Lines Matching refs:zone_mode
253 ada_zone_mode zone_mode; member
1397 && (softc->zone_mode != ADA_ZONE_NONE)) in adaasync()
1422 switch (softc->zone_mode) { in adazonemodesysctl()
1786 softc->zone_mode = ADA_ZONE_HOST_AWARE; in adasetflags()
1790 softc->zone_mode = ADA_ZONE_DRIVE_MANAGED; in adasetflags()
1792 softc->zone_mode = ADA_ZONE_NONE; in adasetflags()
1973 && (softc->zone_mode != ADA_ZONE_NONE)) { in adaregister()
2268 switch (softc->zone_mode) { in ada_zone_cmd()
2270 params->zone_mode = DISK_ZONE_MODE_DRIVE_MANAGED; in ada_zone_cmd()
2273 params->zone_mode = DISK_ZONE_MODE_HOST_AWARE; in ada_zone_cmd()
2276 params->zone_mode = DISK_ZONE_MODE_HOST_MANAGED; in ada_zone_cmd()
2280 params->zone_mode = DISK_ZONE_MODE_NONE; in ada_zone_cmd()
3043 && (softc->zone_mode != ADA_ZONE_NONE)) { in adadone()
3234 softc->zone_mode = in adadone()
3238 softc->zone_mode = in adadone()