Home | History | Annotate | Download | only in apps

Lines Matching defs:li

12 	EFI_LOADED_IMAGE *li;
39 li = void_li_p;
47 Print(L" li: %xh\n", li);
49 if (!li) {
53 Print(L" li->Revision: %xh\n", li->Revision);
54 Print(L" li->ParentHandle: %xh\n", li->ParentHandle);
55 Print(L" li->SystemTable: %xh\n", li->SystemTable);
56 Print(L" li->DeviceHandle: %xh\n", li->DeviceHandle);
57 Print(L" li->FilePath: %xh\n", li->FilePath);
58 Print(L" li->Reserved: %xh\n", li->Reserved);
59 Print(L" li->LoadOptionsSize: %xh\n", li->LoadOptionsSize);
60 Print(L" li->LoadOptions: %xh\n", li->LoadOptions);
61 Print(L" li->ImageBase: %xh\n", li->ImageBase);
62 Print(L" li->ImageSize: %xh\n", li->ImageSize);
63 Print(L" li->ImageCodeType: %xh\n", li->ImageCodeType);
64 Print(L" li->ImageDataType: %xh\n", li->ImageDataType);
65 Print(L" li->Unload: %xh\n", li->Unload);