Searched refs:_DevicePresent (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAPrivate.h131 bool _DevicePresent(int device);
H A DATAChannel.cpp113 ATAChannel::_DevicePresent(int device) function in class:ATAChannel
118 TRACE_ALWAYS("_DevicePresent: device selection failed for device %i\n",
128 TRACE_ERROR("_DevicePresent: writing registers failed\n");
133 TRACE_ERROR("_DevicePresent: reading registers failed\n");
139 TRACE_ALWAYS("_DevicePresent: device %i, presence %d\n", device, present);
150 deviceMask |= (int)_DevicePresent(i) << i;

Completed in 42 milliseconds