Home
last modified time | relevance | path

Searched refs:LoadOptionsSize (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()
117 args = malloc(img->LoadOptionsSize << 1); in efi_main()
118 for (argc = 0; argc < (int)img->LoadOptionsSize; argc++) in efi_main()
121 args = malloc(img->LoadOptionsSize); in efi_main()
122 memcpy(args, img->LoadOptions, img->LoadOptionsSize); in efi_main()
H A Dmain.c1370 loaded_image->LoadOptionsSize = len; in command_chain()
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DLoadedImage.h61 UINT32 LoadOptionsSize; ///< The size in bytes of LoadOptions. member
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h620 UINT32 LoadOptionsSize; member