Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HData.h350 #define ATA_ERROR_ABORT 0x04 macro
/freebsd-14-stable/usr.sbin/bhyve/
HDpci_ahci.c1738 p->tfd |= (ATA_ERROR_ABORT << 8); in ahci_handle_cmd()
1764 p->tfd |= (ATA_ERROR_ABORT << 8); in ahci_handle_cmd()
1774 p->tfd |= (ATA_ERROR_ABORT << 8); in ahci_handle_cmd()
/freebsd-14-stable/sbin/camcontrol/
HDcamcontrol.c5796 *error = ATA_ERROR_ABORT; in get_ata_status()
6744 if (error & ATA_ERROR_ABORT) { in sanitize_wait_ata()