OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_dio_error
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
dosio.c
42
unsigned long
_dio_error
;
variable
190
_dio_error
= ERR_BADDEV;
200
_dio_error
= ERR_BADDEV;
206
_dio_error
= ERR_BADDEV;
259
_dio_error
= ERR_BADDEV;
266
_dio_error
= ERR_NOTSUPP;
285
_dio_error
= ERR_HARDWARE;
305
_dio_error
= ERR_HARDWARE;
316
_dio_error
= part->pno == 0xFE ? ERR_EMPTYPART :
403
_dio_error
= ERR_HARDWARE
[
all
...]
dosio.h
86
* 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 177 milliseconds