Searched refs:FR_NOT_READY (Results 1 – 3 of 3) sorted by relevance
259 FR_NOT_READY, /* (3) The physical drive cannot work */ enumerator
3260 return FR_NOT_READY; /* Failed to initialize due to no medium or hard error */5565 if (stat & STA_NOINIT) return FR_NOT_READY;6016 if (stat & STA_NOINIT) return FR_NOT_READY;
250 case FR_NOT_READY: return ENODEV; in fresult_to_errno()