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

/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSB-solaris.c1587 uint_t cCompatible; local
1588 rc = ddi_prop_lookup_string_array(DDI_DEV_T_ANY, pDip, DDI_PROP_DONTPASS, "compatible", &ppszCompatible, &cCompatible);
1591 while (cCompatible--)
1593 Log((DEVICE_NAME ":vboxUSBSolarisIsUSBDevice compatible[%d]=%s\n", cCompatible, ppszCompatible[cCompatible]));
1594 if (!strncmp(ppszCompatible[cCompatible], "usb", 3))
1597 ppszCompatible[cCompatible]));
1616 &cCompatible);
1619 while (cCompatible--)
1621 Log((DEVICE_NAME ":vboxUSBSolarisIsUSBDevice parent compatible[%d]=%s\n", cCompatible,
[all...]

Completed in 50 milliseconds