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

/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dpnvram.c104 char *nvramptr; local
131 efivar = (struct efi_variable *) nvramptr;
132 if (nvramptr - nvram + sizeof (struct efi_variable) > nvramsize)
140 nvramptr += sizeof (struct efi_variable);
170 len = grub_utf8_to_utf16 ((grub_uint16_t *) nvramptr,
171 (nvramsize - (nvramptr - nvram)) / 2,
180 nvramptr += 2 * len;
181 *((grub_uint16_t *) nvramptr) = 0;
182 nvramptr += 2;
185 if (unescape (var->value, nvramptr, nvra
[all...]

Completed in 21 milliseconds