Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/sys/boot/efi/libefi/
H A Dlibefi.c160 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()
/titanic_53/usr/src/boot/sys/boot/efi/loader/
H A Dmain.c872 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()
/titanic_53/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c427 loaded_image->LoadOptions = cmd; in try_boot()
446 loaded_image->LoadOptions = NULL; in try_boot()
/titanic_53/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h456 VOID *LoadOptions; member
/titanic_53/usr/src/boot/sys/boot/efi/include/
H A Defiapi.h385 VOID *LoadOptions; member