Searched refs:LoadOptionsSize (Results 1 – 4 of 4) sorted by relevance
129 if (img->LoadOptionsSize > 0 && img->LoadOptions != NULL) { in efi_main()130 if (img->LoadOptionsSize == strlen(img->LoadOptions) + 1) { in efi_main()131 args = malloc(img->LoadOptionsSize << 1); in efi_main()132 for (argc = 0; argc < (int)img->LoadOptionsSize; argc++) in efi_main()135 args = malloc(img->LoadOptionsSize); in efi_main()136 memcpy(args, img->LoadOptions, img->LoadOptionsSize); in efi_main()
1912 loaded_image->LoadOptionsSize = len; in command_chain()
61 UINT32 LoadOptionsSize; ///< The size in bytes of LoadOptions. member
137 loaded_image->LoadOptionsSize = cmdsize; in try_boot()156 loaded_image->LoadOptionsSize = 0; in try_boot()