Home
last modified time | relevance | path

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

/freebsd-12.1/stand/efi/loader/
H A Defi_main.c120 if (img->LoadOptionsSize > 0 && img->LoadOptions != NULL) { in efi_main()
121 if (img->LoadOptionsSize == strlen(img->LoadOptions) + 1) { in efi_main()
124 args[argc] = ((char*)img->LoadOptions)[argc]; in efi_main()
127 memcpy(args, img->LoadOptions, img->LoadOptionsSize); in efi_main()
H A Dmain.c1336 loaded_image->LoadOptions = argp = malloc (len); in command_chain()
1391 free(loaded_image->LoadOptions); in command_chain()
1392 loaded_image->LoadOptions = NULL; in command_chain()
/freebsd-12.1/stand/efi/boot1/
H A Dboot1.c262 loaded_image->LoadOptions = cmd; in try_boot()
281 loaded_image->LoadOptions = NULL; in try_boot()
/freebsd-12.1/stand/efi/include/
H A Defiapi.h382 VOID *LoadOptions; member