Searched refs:LoadOptions (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()133 args[argc] = ((char*)img->LoadOptions)[argc]; in efi_main()136 memcpy(args, img->LoadOptions, img->LoadOptionsSize); in efi_main()
1911 loaded_image->LoadOptions = argp = malloc (len); in command_chain()1973 free(loaded_image->LoadOptions); in command_chain()1974 loaded_image->LoadOptions = NULL; in command_chain()
62 VOID *LoadOptions; ///< A pointer to the image's binary load options. member
138 loaded_image->LoadOptions = cmd; in try_boot()157 loaded_image->LoadOptions = NULL; in try_boot()