HomeSort by relevance Sort by last modified time
    Searched refs:subvendor_id (Results 1 - 7 of 7) sorted by null

  /external/syslinux/com32/hdt/
hdt-cli-pxe.c 63 p->vendor_id, p->product_id, p->subvendor_id,
hdt-menu-pxe.c 60 snprintf(buffer, sizeof buffer, "PCI SubVendor : %d", p->subvendor_id);
62 p->subvendor_id);
hdt-dump-pxe.c 45 snprintf(buffer,sizeof(buffer),"0x%x",hardware->pxe.subvendor_id);
46 add_s("pxe.subvendor_id",buffer);
hdt-common.c 461 hardware->pxe.subvendor_id = gnt.info.pci.SubVendor_ID;
477 hardware->pxe.subvendor_id = gnt.info.cardbus.SubVendor_ID;
  /external/libdrm/tests/
drmdevice.c 55 printf("\t\t\tsubvendor_id\t%04x\n", device->deviceinfo.pci->subvendor_id);
  /external/libdrm/
xf86drm.h 776 uint16_t subvendor_id; member in struct:_drmPciDeviceInfo
xf86drm.c     [all...]

Completed in 593 milliseconds