Home
last modified time | relevance | path

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

/freebsd-13.1/stand/efi/loader/
H A Defi_main.c126 if (img->LoadOptionsSize > 0 && img->LoadOptions != NULL) { in efi_main()
127 if (img->LoadOptionsSize == strlen(img->LoadOptions) + 1) { in efi_main()
128 args = malloc(img->LoadOptionsSize << 1); in efi_main()
129 for (argc = 0; argc < (int)img->LoadOptionsSize; argc++) in efi_main()
132 args = malloc(img->LoadOptionsSize); in efi_main()
133 memcpy(args, img->LoadOptions, img->LoadOptionsSize); in efi_main()
H A Dmain.c1606 loaded_image->LoadOptionsSize = len; in command_chain()
/freebsd-13.1/stand/efi/boot1/
H A Dboot1.c118 loaded_image->LoadOptionsSize = cmdsize; in try_boot()
137 loaded_image->LoadOptionsSize = 0; in try_boot()
/freebsd-13.1/stand/efi/include/
H A Defiapi.h385 UINT32 LoadOptionsSize; member