|
iPXE
|
Macros | |
| #define | INT13_STATUS_SUCCESS 0x00 |
| Operation completed successfully. | |
| #define | INT13_STATUS_INVALID 0x01 |
| Invalid function or parameter. | |
| #define | INT13_STATUS_READ_ERROR 0x04 |
| Read error. | |
| #define | INT13_STATUS_RESET_FAILED 0x05 |
| Reset failed. | |
| #define | INT13_STATUS_WRITE_ERROR 0xcc |
| Write error. | |
| #define INT13_STATUS_SUCCESS 0x00 |
| #define INT13_STATUS_INVALID 0x01 |
Invalid function or parameter.
Definition at line 61 of file int13.h.
Referenced by int13(), int13_cdrom_read_boot_catalog(), int13_cdrom_status_terminate(), int13_extended_rw(), int13_extended_verify(), int13_extension_check(), int13_get_extended_parameters(), int13_get_parameters(), and int13_rw_sectors().
| #define INT13_STATUS_READ_ERROR 0x04 |
Read error.
Definition at line 63 of file int13.h.
Referenced by int13_cdrom_read_boot_catalog(), int13_extended_rw(), and int13_rw_sectors().
| #define INT13_STATUS_RESET_FAILED 0x05 |