Searched refs:deviceObject (Results 1 – 1 of 1) sorted by relevance
1758 Device *deviceObject = NULL; in AllocateDevice() local1793 deviceObject = new(std::nothrow) Hub(parent, hubAddress, hubPort, in AllocateDevice()1797 deviceObject = new(std::nothrow) Device(parent, hubAddress, hubPort, in AllocateDevice()1800 if (deviceObject == NULL || deviceObject->InitCheck() != B_OK) { in AllocateDevice()1801 if (deviceObject == NULL) { in AllocateDevice()1814 deviceObject->RegisterNode(); in AllocateDevice()1817 return deviceObject; in AllocateDevice()