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

/freebsd-current/stand/efi/loader/
H A Defi_main.c127 if (img->LoadOptionsSize > 0 && img->LoadOptions != NULL) {
128 if (img->LoadOptionsSize == strlen(img->LoadOptions) + 1) {
131 args[argc] = ((char*)img->LoadOptions)[argc];
134 memcpy(args, img->LoadOptions, img->LoadOptionsSize);
H A Dmain.c1657 loaded_image->LoadOptions = argp = malloc (len);
1712 free(loaded_image->LoadOptions);
1713 loaded_image->LoadOptions = NULL;
/freebsd-current/stand/efi/boot1/
H A Dboot1.c136 loaded_image->LoadOptions = cmd;
155 loaded_image->LoadOptions = NULL;
/freebsd-current/stand/efi/include/
H A Defiapi.h385 VOID *LoadOptions; member in struct:__anon601

Completed in 124 milliseconds