HomeSort by relevance Sort by last modified time
    Searched full:oem_ptr (Results 1 - 1 of 1) sorted by null

  /external/syslinux/com32/hdt/
hdt-common.c 319 char *oem_ptr; local
348 oem_ptr = GET_PTR(gi->oem_vendor_name_ptr);
349 strlcpy(hardware->vesa.vendor, oem_ptr, sizeof(hardware->vesa.vendor));
350 oem_ptr = GET_PTR(gi->oem_product_name_ptr);
351 strlcpy(hardware->vesa.product, oem_ptr, sizeof(hardware->vesa.product));
352 oem_ptr = GET_PTR(gi->oem_product_rev_ptr);
353 strlcpy(hardware->vesa.product_revision, oem_ptr,

Completed in 1053 milliseconds