Home
last modified time | relevance | path

Searched refs:WDCE_ABRT (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dwdcreg.h70 #define WDCE_ABRT 0x04 /* aborted command */ macro
/openbsd-src/sys/dev/ata/
H A Data_wdc.c573 ata_bio->r_error = WDCE_ABRT; in wdc_ata_bio_kill_xfer()
802 WDCE_ABRT | WDCE_TK0NF | WDCE_AMNF)) in wdc_ata_err()
H A Dwd.c1072 if (wdc_c.r_error == WDCE_ABRT) /* command not supported */ in wd_flushcache()
/openbsd-src/sbin/atactl/
H A Datactl.c445 if (req->error & WDCE_ABRT) in ata_command()
591 if (buf[p] & WDCE_ABRT) in device_dump()
/openbsd-src/sys/dev/atapiscsi/
H A Datapiscsi.c1081 if (chp->ch_error & WDCE_ABRT) { in wdc_atapi_intr_complete()