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.c1687 p->tfd |= (ATA_ERROR_ABORT << 8); in ahci_handle_cmd()
1713 p->tfd |= (ATA_ERROR_ABORT << 8); in ahci_handle_cmd()
1723 p->tfd |= (ATA_ERROR_ABORT << 8); in ahci_handle_cmd()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c5810 *error = ATA_ERROR_ABORT; in get_ata_status()
6758 if (error & ATA_ERROR_ABORT) { in sanitize_wait_ata()