iPXE
Data Structures | Macros | Functions
errortab.h File Reference

Error message tables. More...

#include <ipxe/tables.h>

Go to the source code of this file.

Data Structures

struct  errortab
 

Macros

#define ERRORTAB   __table ( struct errortab, "errortab" )
 
#define __errortab   __table_entry ( ERRORTAB, 01 )
 
#define __einfo_errortab(einfo)
 

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 

Detailed Description

Error message tables.

Definition in file errortab.h.

Macro Definition Documentation

◆ ERRORTAB

#define ERRORTAB   __table ( struct errortab, "errortab" )

Definition at line 19 of file errortab.h.

◆ __errortab

#define __errortab   __table_entry ( ERRORTAB, 01 )

Definition at line 21 of file errortab.h.

◆ __einfo_errortab

#define __einfo_errortab (   einfo)
Value:
{ \
.errno = __einfo_errno ( einfo ), \
.text = __einfo_desc ( einfo ), \
}
#define __einfo_errno(einfo)
Get error code.
Definition: errno.h:203
#define __einfo_desc(einfo)
Get error description.
Definition: errno.h:169

Definition at line 23 of file errortab.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )