Symbol: _AddDevice
headers/private/kernel/boot/net/iSCSITarget.h
94
static bool _AddDevice(ip_addr_t address, uint16 port,
headers/private/kernel/disk_device_manager/KDiskDeviceManager.h
121
bool _AddDevice(KDiskDevice *device);
src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp
689
return _AddDevice(path);
src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp
775
_AddDevice(path.Path());
src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.h
98
status_t _AddDevice(const char* path);
src/add-ons/input_server/devices/mouse/MouseInputDevice.cpp
802
return _AddDevice(path);
src/add-ons/input_server/devices/mouse/MouseInputDevice.cpp
832
_AddDevice(path.Path());
src/add-ons/input_server/devices/mouse/MouseInputDevice.h
43
status_t _AddDevice(const char* path);
src/add-ons/input_server/devices/tablet/TabletInputDevice.cpp
503
return _AddDevice(path);
src/add-ons/input_server/devices/tablet/TabletInputDevice.cpp
524
_AddDevice(path.Path());
src/add-ons/input_server/devices/tablet/TabletInputDevice.h
44
status_t _AddDevice(const char* path);
src/add-ons/input_server/devices/wacom/MasterServerDevice.cpp
181
_AddDevice(path.Path());
src/add-ons/input_server/devices/wacom/MasterServerDevice.cpp
259
_AddDevice(path.Path());
src/add-ons/input_server/devices/wacom/MasterServerDevice.h
44
void _AddDevice(const char* path);
src/servers/midi/DeviceWatcher.cpp
160
_AddDevice(path);
src/servers/midi/DeviceWatcher.cpp
199
_AddDevice(name.Path());
src/servers/midi/DeviceWatcher.h
35
void _AddDevice(const char* path);
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
1305
if (error == B_OK && !_AddDevice(device))
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
703
if (error == B_OK && !_AddDevice(device))
src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp
783
if (error == B_OK && !_AddDevice(device))