Searched refs:_AddDevice (Results 1 - 13 of 13) sorted by relevance

/haiku/src/servers/midi/
H A DDeviceWatcher.h35 void _AddDevice(const char* path);
H A DDeviceWatcher.cpp160 _AddDevice(path);
199 _AddDevice(name.Path());
205 DeviceWatcher::_AddDevice(const char* path) function in class:DeviceWatcher
207 TRACE(("DeviceWatcher::_AddDevice(\"%s\");\n", path));
241 TRACE(("Doing _AddDevice(\"%s\"); fd=%d\n", path, fd));
263 TRACE(("Done _AddDevice(\"%s\")\n", path));
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.h43 status_t _AddDevice(const char* path);
H A DMouseInputDevice.cpp808 return _AddDevice(path);
838 _AddDevice(path.Path());
859 MouseInputDevice::_AddDevice(const char* path) function in class:MouseInputDevice
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.h44 status_t _AddDevice(const char* path);
H A DTabletInputDevice.cpp532 return _AddDevice(path);
553 _AddDevice(path.Path());
574 TabletInputDevice::_AddDevice(const char* path) function in class:TabletInputDevice
/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.h44 void _AddDevice(const char* path);
H A DMasterServerDevice.cpp180 _AddDevice(path.Path());
204 // _AddDevice
206 MasterServerDevice::_AddDevice(const char* path) function in class:MasterServerDevice
259 _AddDevice(path.Path());
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.h98 status_t _AddDevice(const char* path);
H A DKeyboardInputDevice.cpp715 return _AddDevice(path);
740 KeyboardInputDevice::_AddDevice(const char* path) function in class:KeyboardInputDevice
801 _AddDevice(path.Path());
/haiku/headers/private/kernel/boot/net/
H A DiSCSITarget.h94 static bool _AddDevice(ip_addr_t address, uint16 port,
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceManager.h122 bool _AddDevice(KDiskDevice *device);
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp703 if (error == B_OK && !_AddDevice(device))
783 if (error == B_OK && !_AddDevice(device))
1168 KDiskDeviceManager::_AddDevice(KDiskDevice* device) function in class:KDiskDeviceManager
1305 if (error == B_OK && !_AddDevice(device))

Completed in 75 milliseconds