Home
last modified time | relevance | path

Searched refs:firmware_vendor (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c1289 static uint16_t __efi_runtime_data firmware_vendor[] = variable
1298 .fw_vendor = (long)firmware_vendor,
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0005-calloc-Use-calloc-at-most-places.patch150 for (vendor_utf16 = st->firmware_vendor; *vendor_utf16; vendor_utf16++);
151 - vendor = grub_malloc (4 * (vendor_utf16 - st->firmware_vendor) + 1);
153 + vendor = grub_calloc (4, vendor_utf16 - st->firmware_vendor + 1);
156 *grub_utf16_to_utf8 ((grub_uint8_t *) vendor, st->firmware_vendor,