Searched refs:LoadOptions (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()164 args[argc] = ((char*)img->LoadOptions)[argc]; in efi_main()167 memcpy(args, img->LoadOptions, img->LoadOptionsSize); in efi_main()
872 loaded_image->LoadOptions = argp = malloc (len); in command_chain()873 if (loaded_image->LoadOptions == NULL) { in command_chain()895 free(loaded_image->LoadOptions); in command_chain()896 loaded_image->LoadOptions = NULL; in command_chain()
427 loaded_image->LoadOptions = cmd; in try_boot()446 loaded_image->LoadOptions = NULL; in try_boot()
456 VOID *LoadOptions; member
385 VOID *LoadOptions; member