Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/geom/
Dgeom_io.c322 g_trace(G_T_BIO, "bio_zone(%d)", zone_args->zone_cmd); in g_io_zonecmd()
330 if (zone_args->zone_cmd == DISK_ZONE_REPORT_ZONES) in g_io_zonecmd()
392 if ((bp->bio_zone.zone_cmd == DISK_ZONE_REPORT_ZONES) || in g_io_check()
393 (bp->bio_zone.zone_cmd == DISK_ZONE_GET_PARAMS)) { in g_io_check()
1048 switch (bp->bio_zone.zone_cmd) { in g_print_bio()
Dgeom_dev.c665 if (zone_args->zone_cmd == DISK_ZONE_REPORT_ZONES) { in g_dev_ioctl()
679 if (zone_args->zone_cmd == DISK_ZONE_REPORT_ZONES && in g_dev_ioctl()
/freebsd-12-stable/sys/sys/
Ddisk_zone.h176 uint8_t zone_cmd; member
/freebsd-12-stable/sys/cam/ata/
Data_da.c2047 switch (bp->bio_zone.zone_cmd) { in ada_zone_cmd()
2056 zone_sa = ada_zone_bio_to_ata(bp->bio_zone.zone_cmd); in ada_zone_cmd()
2059 "cmd %#x to ATA\n", bp->bio_zone.zone_cmd); in ada_zone_cmd()
2608 switch (bp->bio_zone.zone_cmd) { in adazonedone()
2733 bp->bio_zone.zone_cmd); in adazonedone()
2737 if (bp->bio_zone.zone_cmd == DISK_ZONE_REPORT_ZONES) in adazonedone()
/freebsd-12-stable/usr.sbin/zonectl/
Dzonectl.c506 zone_args.zone_cmd = action; in main()
/freebsd-12-stable/sys/kern/
Dsubr_devstat.c378 && (bp->bio_zone.zone_cmd == DISK_ZONE_REPORT_ZONES))) in devstat_end_transaction_bio_bt()
/freebsd-12-stable/usr.sbin/diskinfo/
Ddiskinfo.c723 zone_args.zone_cmd = DISK_ZONE_GET_PARAMS; in zonecheck()
/freebsd-12-stable/sys/cam/scsi/
Dscsi_da.c2941 switch (bp->bio_zone.zone_cmd) { in da_zone_cmd()
2950 zone_sa = da_zone_bio_to_scsi(bp->bio_zone.zone_cmd); in da_zone_cmd()
2953 "cmd %#x to SCSI\n", bp->bio_zone.zone_cmd); in da_zone_cmd()
4276 switch (bp->bio_zone.zone_cmd) { in dazonedone()
4405 bp->bio_zone.zone_cmd); in dazonedone()
4409 if (bp->bio_zone.zone_cmd == DISK_ZONE_REPORT_ZONES) in dazonedone()