Searched refs:LoadOptions (Results 1 – 7 of 7) sorted by relevance
126 if (img->LoadOptionsSize > 0 && img->LoadOptions != NULL) { in efi_main()127 if (img->LoadOptionsSize == strlen(img->LoadOptions) + 1) { in efi_main()130 args[argc] = ((char*)img->LoadOptions)[argc]; in efi_main()133 memcpy(args, img->LoadOptions, img->LoadOptionsSize); in efi_main()
62 Print(L" li->LoadOptions: %xh\n", li->LoadOptions); in efi_main()82 VOID *LoadOptions; in efi_main()
42 Print(L"Load options : %s\n", loaded_image->LoadOptions); in efi_main()
58 CopyMem(ArgvContents, ((EFI_LOADED_IMAGE *)LoadedImage)->LoadOptions, BufLen); in GetShellArgcArgvFromLoadedImage()
513 VOID *LoadOptions; member
1240 VOID *LoadOptions; member
405 Subject: [PATCH 3/4] document format of LoadedImage::LoadOptions data