Searched refs:LoadOptions (Results 1 – 4 of 4) sorted by relevance
115 if (boot_img->LoadOptionsSize > 0 && boot_img->LoadOptions != NULL) { in efi_main()117 strlen(boot_img->LoadOptions) + 1) { in efi_main()122 ((char *)boot_img->LoadOptions)[argc]; in efi_main()125 memcpy(args, boot_img->LoadOptions, in efi_main()
1357 loaded_image->LoadOptions = argp = malloc(len); in command_chain()1358 if (loaded_image->LoadOptions == NULL) { in command_chain()1414 free(loaded_image->LoadOptions); in command_chain()1415 loaded_image->LoadOptions = NULL; in command_chain()
62 VOID *LoadOptions; ///< A pointer to the image's binary load options. member
621 VOID *LoadOptions; member