Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/ia64/stand/efi/libefi/
Defi.c126 if (img->LoadOptionsSize > 0 && img->LoadOptions != NULL) { in efi_main()
127 if (img->LoadOptionsSize == strlen(img->LoadOptions) + 1) { in efi_main()
130 args[argc] = ((char*)img->LoadOptions)[argc]; in efi_main()
133 memcpy(args, img->LoadOptions, img->LoadOptionsSize); in efi_main()
/netbsd/src/sys/external/bsd/acpica/dist/include/platform/
Dacefiex.h621 VOID *LoadOptions; member