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

/netbsd-current/sys/external/bsd/gnu-efi/dist/apps/
H A Dt6.c17 EFI_LOADED_IMAGE *loaded_image = NULL; local
28 (void **) &loaded_image);
34 BS->HandleProtocol(loaded_image->DeviceHandle, &DevicePathProtocol, (void **) &dev_path);
37 Print(L"Image file : %s\n", DevicePathToStr(loaded_image->FilePath));
39 Print(L"Image base : %lx\n", loaded_image->ImageBase);
40 Print(L"Image size : %lx\n", loaded_image->ImageSize);
41 Print(L"Load options size : %lx\n", loaded_image->LoadOptionsSize);
42 Print(L"Load options : %s\n", loaded_image->LoadOptions);

Completed in 140 milliseconds