Home
last modified time | relevance | path

Searched refs:ErrIdx (Results 1 – 1 of 1) sorted by relevance

/xen/xen/common/efi/
A Dboot.c365 EFI_STATUS ErrIdx = ErrCode & ~EFI_ERROR_MASK; in PrintErrMesg() local
371 if( (ErrIdx < ARRAY_SIZE(ErrCodeToStr)) && ErrCodeToStr[ErrIdx] ) in PrintErrMesg()
372 mesg = ErrCodeToStr[ErrIdx]; in PrintErrMesg()

Completed in 6 milliseconds