Home
last modified time | relevance | path

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

/dragonfly/stand/boot/efi/loader/
H A Defi_main.c122 if (img->LoadOptionsSize > 0 && img->LoadOptions != NULL) { in efi_main()
123 if (img->LoadOptionsSize == strlen(img->LoadOptions) + 1) { in efi_main()
126 args[argc] = ((char*)img->LoadOptions)[argc]; in efi_main()
129 memcpy(args, img->LoadOptions, img->LoadOptionsSize); in efi_main()
/dragonfly/stand/contrib/edk2/MdePkg/Include/Protocol/
H A DLoadedImage.h62 VOID *LoadOptions; ///< A pointer to the image's binary load options. member
/dragonfly/stand/boot/efi/boot1/
H A Dboot1.c448 loaded_image->LoadOptions = cmd; in try_boot()
467 loaded_image->LoadOptions = NULL; in try_boot()
/dragonfly/sys/contrib/dev/acpica/source/include/platform/
H A Dacefiex.h621 VOID *LoadOptions; member