Home
last modified time | relevance | path

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

/freebsd/sbin/camcontrol/
H A Dzone.c69 { "rz", ZBC_IN_SA_REPORT_ZONES },
70 { "reportzones", ZBC_IN_SA_REPORT_ZONES },
437 if (action == ZBC_IN_SA_REPORT_ZONES) { in zone()
630 (action == ZBC_IN_SA_REPORT_ZONES) ? "In" : "Out"); in zone()
644 if (action != ZBC_IN_SA_REPORT_ZONES) in zone()
/freebsd/sys/cam/scsi/
H A Dscsi_da.h172 #define ZBC_IN_SA_REPORT_ZONES 0x00 macro
H A Dscsi_da.c3193 /*service_action*/ ZBC_IN_SA_REPORT_ZONES, in da_zone_cmd()