Home
last modified time | relevance | path

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

/openbsd/sys/dev/ata/
H A Dwdvar.h93 #define RECAL 0 macro
H A Dwd.c747 if (wd->drvp->state > RECAL) in wdgetdisklabel()
751 if (wd->drvp->state > RECAL) in wdgetdisklabel()
809 if (wd->drvp->state > RECAL) in wdioctl()
936 wd->drvp->state = RECAL; in wddump()
H A Data_wdc.c251 /* at this point, we should only be in RECAL state */ in _wdc_ata_bio_start()
252 if (drvp->state != RECAL) { in _wdc_ata_bio_start()
625 case RECAL: /* Should not be in this state here */ in wdc_ata_ctrl_intr()
626 panic("wdc_ata_ctrl_intr: state==RECAL"); in wdc_ata_ctrl_intr()