Changeset 65840 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/solaris
- Timestamp:
- Feb 22, 2017 11:47:51 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113608
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c
r62490 r65840 510 510 rc = vboxUsbSolarisQuerySymbols(); 511 511 if (RT_FAILURE(rc)) 512 { 513 RTR0Term(); 512 514 return EINVAL; 515 } 513 516 514 517 rc = ddi_soft_state_init(&g_pVBoxUSBSolarisState, sizeof(vboxusb_state_t), 4 /* pre-alloc */);
Note:
See TracChangeset
for help on using the changeset viewer.