Searched refs:devices (Results 51 - 53 of 53) sorted by path

123

/haiku/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_cpu.cpp20 #include <platform/openfirmware/devices.h>
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp104 DeviceList devices; member in struct:__anon1::legacy_driver
282 /*! Collects all published devices of a driver, compares them to what the
283 driver would publish now, and then publishes/unpublishes the devices
285 If the driver does not publish any devices anymore, it is unloaded.
295 // mark all devices
296 DeviceList::Iterator iterator = driver->devices.GetIterator();
301 // now ask the driver for it's currently published devices
308 iterator = driver->devices.GetIterator();
333 driver->devices.Add(device);
339 // remove all devices tha
[all...]
/haiku/src/system/kernel/platform/openfirmware/
H A Dopenfirmware_devices.cpp6 #include <platform/openfirmware/devices.h>

Completed in 67 milliseconds

123