Searched refs:_dio_error (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Ddosio.c41 unsigned long _dio_error; variable
188 _dio_error = ERR_BADDEV;
198 _dio_error = ERR_BADDEV;
204 _dio_error = ERR_BADDEV;
257 _dio_error = ERR_BADDEV;
264 _dio_error = ERR_NOTSUPP;
283 _dio_error = ERR_HARDWARE;
303 _dio_error = ERR_HARDWARE;
314 _dio_error = part->pno == 0xFE ? ERR_EMPTYPART :
401 _dio_error
[all...]
H A Ddosio.h86 * Errors to put in _dio_error
102 extern unsigned long _dio_error;
105 * This one contains last hardware error (if _dio_error == ERR_HARDWARE)

Completed in 261 milliseconds