Searched refs:deviceOnly (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/storage/
H A DDiskDevice.h50 static status_t _GetData(partition_id id, bool deviceOnly,
54 status_t _SetTo(partition_id id, bool deviceOnly,
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceManager.h49 KDiskDevice *FindDevice(partition_id id, bool deviceOnly = true);
55 KDiskDevice *RegisterDevice(partition_id id, bool deviceOnly = true);
61 KDiskDevice *ReadLockDevice(partition_id id, bool deviceOnly = true);
62 KDiskDevice *WriteLockDevice(partition_id id, bool deviceOnly = true);
H A Dddm_userland_interface.h32 status_t _user_get_disk_device_data(partition_id deviceID, bool deviceOnly,
/haiku/src/kits/storage/disk_device/
H A DDiskDevice.cpp409 BDiskDevice::_GetData(partition_id id, bool deviceOnly, size_t neededSize, argument
425 error = _kern_get_disk_device_data(id, deviceOnly,
452 BDiskDevice::_SetTo(partition_id id, bool deviceOnly, size_t neededSize) argument
458 status_t error = _GetData(id, deviceOnly, neededSize, &data);
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp415 KDiskDeviceManager::FindDevice(partition_id id, bool deviceOnly) argument
419 if (!deviceOnly || id == device->ID())
494 KDiskDeviceManager::RegisterDevice(partition_id id, bool deviceOnly) argument
497 if (KDiskDevice* device = FindDevice(id, deviceOnly)) {
570 KDiskDeviceManager::ReadLockDevice(partition_id id, bool deviceOnly) argument
573 KDiskDevice* device = RegisterDevice(id, deviceOnly);
585 KDiskDeviceManager::WriteLockDevice(partition_id id, bool deviceOnly) argument
588 KDiskDevice* device = RegisterDevice(id, deviceOnly);
H A Dddm_userland_interface.cpp319 The device is identified by \a id. If \a deviceOnly is \c true, then
325 (if \a deviceOnly is \c false), or the ID of the disk device
326 itself (if \a deviceOnly is true).
327 \param deviceOnly Specifies whether only IDs of disk devices (\c true),
342 - \c B_ENTRY_NOT_FOUND: \a id is no valid disk device ID (if \a deviceOnly
343 is \c true) or not even a valid partition ID (if \a deviceOnly is
349 _user_get_disk_device_data(partition_id id, bool deviceOnly, argument
356 KDiskDevice *device = manager->RegisterDevice(id, deviceOnly);
/haiku/headers/private/system/
H A Dsyscalls.h588 bool deviceOnly, struct user_disk_device_data *buffer,

Completed in 70 milliseconds