Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Data.h350 #define ATA_ERROR_ABORT 0x04 macro
/freebsd/usr.sbin/bhyve/
H A Dpci_ahci.c1737 p->tfd |= (ATA_ERROR_ABORT << 8); in ahci_handle_cmd()
1763 p->tfd |= (ATA_ERROR_ABORT << 8); in ahci_handle_cmd()
1773 p->tfd |= (ATA_ERROR_ABORT << 8); in ahci_handle_cmd()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c5811 *error = ATA_ERROR_ABORT; in get_ata_status()
6759 if (error & ATA_ERROR_ABORT) { in sanitize_wait_ata()