Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
Devices
src/apps/devices/DevicesView.h
45
typedef std::vector<Device*> Devices;
src/system/kernel/device_manager/device_manager.cpp
150
const DeviceList& Devices() const { return fDevices; }
src/tests/system/kernel/device_manager/playground/device_manager.cpp
137
const DeviceList& Devices() const { return fDevices; }