Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
DMisc.c87 UNDI_LOADER_T *DisplayPointer; in Print_Undi_Loader_Table() local
89 DisplayPointer = (UNDI_LOADER_T *) UndiLoaderStructure; in Print_Undi_Loader_Table()
94 DEBUG ((DEBUG_NET, "\n\rStatus = 0x%X\n\r", DisplayPointer->Status)); in Print_Undi_Loader_Table()
95 DEBUG ((DEBUG_NET, "\t_AX_= 0x%X\n\r", DisplayPointer->Ax)); in Print_Undi_Loader_Table()
96 DEBUG ((DEBUG_NET, "\t_BX_= 0x%X\n\r", DisplayPointer->Bx)); in Print_Undi_Loader_Table()
97 DEBUG ((DEBUG_NET, "\t_DX_= 0x%X\n\r", DisplayPointer->Dx)); in Print_Undi_Loader_Table()
98 DEBUG ((DEBUG_NET, "\t_DI_= 0x%X\n\r", DisplayPointer->Di)); in Print_Undi_Loader_Table()
99 DEBUG ((DEBUG_NET, "\t_ES_= 0x%X\n\r", DisplayPointer->Es)); in Print_Undi_Loader_Table()
100 DEBUG ((DEBUG_NET, "\tUNDI_DS= 0x%X\n\r", DisplayPointer->Undi_Ds)); in Print_Undi_Loader_Table()
101 DEBUG ((DEBUG_NET, "\tUNDI_CS= 0x%X\n\r", DisplayPointer->Undi_Cs)); in Print_Undi_Loader_Table()
[all …]