Searched refs:ErrorCodeTable (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Derror.c24 } ErrorCodeTable[] = { variable in typeref:struct:__anon20051
68 for (Index = 0; ErrorCodeTable[Index].Desc; Index +=1) {
69 if (ErrorCodeTable[Index].Code == Status) {
70 StrCpy (Buffer, ErrorCodeTable[Index].Desc);

Completed in 365 milliseconds