Searched refs:LoadOptionsSize (Results 1 – 5 of 5) sorted by relevance
160 if (img->LoadOptionsSize > 0 && img->LoadOptions != NULL) { in efi_main()161 if (img->LoadOptionsSize == strlen(img->LoadOptions) + 1) { in efi_main()162 args = malloc(img->LoadOptionsSize << 1); in efi_main()163 for (argc = 0; argc < img->LoadOptionsSize; argc++) in efi_main()166 args = malloc(img->LoadOptionsSize); in efi_main()167 memcpy(args, img->LoadOptions, img->LoadOptionsSize); in efi_main()
426 loaded_image->LoadOptionsSize = cmdsize; in try_boot()445 loaded_image->LoadOptionsSize = 0; in try_boot()
455 UINT32 LoadOptionsSize; member
384 UINT32 LoadOptionsSize; member
877 loaded_image->LoadOptionsSize = len; in command_chain()