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

/freebsd-10.0-release/sys/boot/efi/libefi/
H A Dlibefi.c121 if (img->LoadOptionsSize > 0 && img->LoadOptions != NULL) {
122 if (img->LoadOptionsSize == strlen(img->LoadOptions) + 1) {
125 args[argc] = ((char*)img->LoadOptions)[argc];
128 memcpy(args, img->LoadOptions, img->LoadOptionsSize);
/freebsd-10.0-release/sys/boot/efi/include/
H A Defiapi.h386 VOID *LoadOptions; member in struct:__anon5968

Completed in 118 milliseconds