iPXE
Macros
INT 13 status codes

Macros

#define INT13_STATUS_SUCCESS   0x00
 Operation completed successfully. More...
 
#define INT13_STATUS_INVALID   0x01
 Invalid function or parameter. More...
 
#define INT13_STATUS_READ_ERROR   0x04
 Read error. More...
 
#define INT13_STATUS_RESET_FAILED   0x05
 Reset failed. More...
 
#define INT13_STATUS_WRITE_ERROR   0xcc
 Write error. More...
 

Detailed Description

Macro Definition Documentation

◆ INT13_STATUS_SUCCESS

#define INT13_STATUS_SUCCESS   0x00

Operation completed successfully.

Definition at line 59 of file int13.h.

◆ INT13_STATUS_INVALID

#define INT13_STATUS_INVALID   0x01

Invalid function or parameter.

Definition at line 61 of file int13.h.

◆ INT13_STATUS_READ_ERROR

#define INT13_STATUS_READ_ERROR   0x04

Read error.

Definition at line 63 of file int13.h.

◆ INT13_STATUS_RESET_FAILED

#define INT13_STATUS_RESET_FAILED   0x05

Reset failed.

Definition at line 65 of file int13.h.

◆ INT13_STATUS_WRITE_ERROR

#define INT13_STATUS_WRITE_ERROR   0xcc

Write error.

Definition at line 67 of file int13.h.