Home | History | Annotate | Download | only in apps

Lines Matching refs:Print

21 	Print(L"Hello World! (0xd=0x%x, 13=%d)\n", 13, 13);
23 Print(L"before InitializeLib(): PoolAllocationType=%d\n",
26 Print(L" after InitializeLib(): PoolAllocationType=%d\n",
33 Print(L"BS->HandleProtocol() ");
43 Print(L"%xh (%r)\n", efi_status, efi_status);
49 Print(L" li: %xh\n", li);
55 Print(L" li->Revision: %xh\n", li->Revision);
56 Print(L" li->ParentHandle: %xh\n", li->ParentHandle);
57 Print(L" li->SystemTable: %xh\n", li->SystemTable);
58 Print(L" li->DeviceHandle: %xh\n", li->DeviceHandle);
59 Print(L" li->FilePath: %xh\n", li->FilePath);
60 Print(L" li->Reserved: %xh\n", li->Reserved);
61 Print(L" li->LoadOptionsSize: %xh\n", li->LoadOptionsSize);
62 Print(L" li->LoadOptions: %xh\n", li->LoadOptions);
63 Print(L" li->ImageBase: %xh\n", li->ImageBase);
64 Print(L" li->ImageSize: %xh\n", li->ImageSize);
65 Print(L" li->ImageCodeType: %xh\n", li->ImageCodeType);
66 Print(L" li->ImageDataType: %xh\n", li->ImageDataType);
67 Print(L" li->Unload: %xh\n", li->Unload);