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

/freebsd-9.3-release/sys/boot/efi/libefi/
H A Dlibefi.c115 * '\0' is less than LoadOptionsSize. Even if all Unicode-16
121 if (img->LoadOptionsSize > 0 && img->LoadOptions != NULL) {
122 if (img->LoadOptionsSize == strlen(img->LoadOptions) + 1) {
123 args = malloc(img->LoadOptionsSize << 1);
124 for (argc = 0; argc < img->LoadOptionsSize; argc++)
127 args = malloc(img->LoadOptionsSize);
128 memcpy(args, img->LoadOptions, img->LoadOptionsSize);
/freebsd-9.3-release/sys/boot/efi/include/
H A Defiapi.h385 UINT32 LoadOptionsSize; member in struct:__anon5603

Completed in 49 milliseconds