Searched refs:LoadOptionsSize (Results 1 – 6 of 6) 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()128 args = alloc(img->LoadOptionsSize << 1); in efi_main()129 for (argc = 0; argc < img->LoadOptionsSize; argc++) in efi_main()132 args = alloc(img->LoadOptionsSize); in efi_main()133 memcpy(args, img->LoadOptions, img->LoadOptionsSize); in efi_main()
61 Print(L" li->LoadOptionsSize: %xh\n", li->LoadOptionsSize); in efi_main()81 UINT32 LoadOptionsSize; in efi_main()
41 Print(L"Load options size : %lx\n", loaded_image->LoadOptionsSize); in efi_main()
52 BufLen = ((EFI_LOADED_IMAGE *)LoadedImage)->LoadOptionsSize; in GetShellArgcArgvFromLoadedImage()
512 UINT32 LoadOptionsSize; member
1239 UINT32 LoadOptionsSize; member