HomeSort by relevance Sort by last modified time
    Searched refs:_dio_hw_error (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ext2fs/
dosio.h 107 extern unsigned long _dio_hw_error;
112 #define HW_OK() ((unsigned char)_dio_hw_error == 0x00)
113 #define HW_BAD_CMD() ((unsigned char)_dio_hw_error == 0x01)
114 #define HW_NO_ADDR_MARK() ((unsigned char)_dio_hw_error == 0x02)
115 #define HW_WRITE_PROT() ((unsigned char)_dio_hw_error == 0x03)
116 #define HW_NO_SECTOR() ((unsigned char)_dio_hw_error == 0x04)
117 #define HW_RESET_FAIL() ((unsigned char)_dio_hw_error == 0x05)
118 #define HW_DISK_CHANGED() ((unsigned char)_dio_hw_error == 0x06)
119 #define HW_DRIVE_FAIL() ((unsigned char)_dio_hw_error == 0x07)
120 #define HW_DMA_OVERRUN() ((unsigned char)_dio_hw_error == 0x08
    [all...]
dosio.c 43 unsigned long _dio_hw_error; variable
275 _dio_hw_error = biosdisk(DISK_GET_GEOMETRY,
301 _dio_hw_error = biosdisk(DISK_READ, part->phys, 0, 0, 1, 1, sec);
393 _dio_hw_error = biosdisk(DISK_READ,
433 _dio_hw_error = biosdisk(DISK_WRITE,

Completed in 49 milliseconds