Searched defs:gDeviceInfo (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/haiku/VBoxVideo/driver/
H A Ddriver.cpp139 static DeviceInfo gDeviceInfo; variable
140 static char *gDeviceNames[2] = { gDeviceInfo.name, NULL };
187 while (gPCI->get_nth_pci_info(pciIndex, &gDeviceInfo.pciInfo) == B_OK)
189 if (gDeviceInfo.pciInfo.vendor_id == VENDOR_ID && gDeviceInfo.pciInfo.device_id == DEVICE_ID)
191 sprintf(gDeviceInfo.name, "graphics/" DEVICE_FORMAT,
192 gDeviceInfo.pciInfo.vendor_id, gDeviceInfo.pciInfo.device_id,
193 gDeviceInfo.pciInfo.bus, gDeviceInfo
[all...]

Completed in 42 milliseconds