Home
last modified time | relevance | path

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

/freebsd/usr.sbin/zonectl/
H A Dzonectl.c399 zone_print_status zp_status; in main() local
571 zp_status = zonectl_print_rz(&zone_args.zone_params.report, in main()
573 if (zp_status == ZONE_PRINT_MORE_DATA) { in main()
578 } else if (zp_status == ZONE_PRINT_ERROR) in main()
/freebsd/sbin/camcontrol/
H A Dzone.c332 zone_print_status zp_status; in zone()
652 zp_status = zone_rz_print(data_ptr, valid_len, ata_format, out_flags, in zone()
655 if (zp_status == ZONE_PRINT_MORE_DATA) { in zone()
661 } else if (zp_status == ZONE_PRINT_ERROR) in zone()
333 zone_print_status zp_status; zone() local