Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HData.h348 #define ATA_ERROR_ABORT 0x04 macro
/freebsd-11-stable/usr.sbin/bhyve/
HDpci_ahci.c1675 p->tfd |= (ATA_ERROR_ABORT << 8); in ahci_handle_cmd()
1701 p->tfd |= (ATA_ERROR_ABORT << 8); in ahci_handle_cmd()
1711 p->tfd |= (ATA_ERROR_ABORT << 8); in ahci_handle_cmd()
/freebsd-11-stable/sbin/camcontrol/
HDcamcontrol.c5540 *error = ATA_ERROR_ABORT; in get_ata_status()
6493 if (error & ATA_ERROR_ABORT) { in sanitize_wait_ata()