Home
last modified time | relevance | path

Searched refs:LoadOptions (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/efi/loader/
H A Defi_main.c115 if (img->LoadOptionsSize > 0 && img->LoadOptions != NULL) { in efi_main()
116 if (img->LoadOptionsSize == strlen(img->LoadOptions) + 1) { in efi_main()
119 args[argc] = ((char *)img->LoadOptions)[argc]; in efi_main()
122 memcpy(args, img->LoadOptions, img->LoadOptionsSize); in efi_main()
H A Dmain.c1365 loaded_image->LoadOptions = argp = malloc(len); in command_chain()
1366 if (loaded_image->LoadOptions == NULL) { in command_chain()
1420 free(loaded_image->LoadOptions); in command_chain()
1421 loaded_image->LoadOptions = NULL; in command_chain()
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DLoadedImage.h62 VOID *LoadOptions; ///< A pointer to the image's binary load options. member
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h621 VOID *LoadOptions; member