Searched refs:DeviceFlags (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDevice.cpp189 KDiskDevice::DeviceFlags() const function in class:KDiskDevice
337 data->device_flags = DeviceFlags();
351 OUT(" device flags: %" B_PRIx32 "\n", DeviceFlags());
426 SetDeviceFlags(DeviceFlags() | B_DISK_DEVICE_REMOVABLE);
428 SetDeviceFlags(DeviceFlags() | B_DISK_DEVICE_HAS_MEDIA);
430 SetDeviceFlags(DeviceFlags() & ~B_DISK_DEVICE_HAS_MEDIA);
433 SetDeviceFlags(DeviceFlags() | B_DISK_DEVICE_READ_ONLY);
435 SetDeviceFlags(DeviceFlags() | B_DISK_DEVICE_WRITE_ONCE);
H A DKFileDiskDevice.cpp30 SetDeviceFlags(DeviceFlags() | B_DISK_DEVICE_IS_FILE);
99 SetDeviceFlags(DeviceFlags() | B_DISK_DEVICE_IS_FILE);
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDevice.h51 uint32 DeviceFlags() const;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl3.h539 UINT8 DeviceFlags; member in struct:acpi_table_tcpa_server
554 /* Values for DeviceFlags above */

Completed in 47 milliseconds