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

/osnet-11/usr/src/grub/grub2/grub-core/commands/efi/
H A Dlsefisystab.c59 grub_uint16_t *vendor_utf16; local
62 for (vendor_utf16 = st->firmware_vendor; *vendor_utf16; vendor_utf16++);
63 vendor = grub_malloc (4 * (vendor_utf16 - st->firmware_vendor) + 1);
67 vendor_utf16 - st->firmware_vendor) = 0;

Completed in 20 milliseconds