Searched defs:Device (Results 26 - 50 of 55) sorted by relevance

123

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DVolume.h48 int Device() const { return fDevice; } function in class:Volume
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwpci.c174 ACPI_HANDLE Device; member in struct:acpi_pci_device
[all...]
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DDevice.cpp16 Device::Device(Object* parent, int8 hubAddress, uint8 hubPort, function in class:Device
[all...]
H A Dusb_private.h537 class Device : public Object { class in inherits:Object
[all...]
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDevice.cpp18 Device::Device(usb_device device) function in class:Device
[all...]
/haiku/src/kits/storage/
H A DVolume.cpp101 BVolume::Device() const function in class:BVolume
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.h115 int Device() const { return fDevice; } function in class:Volume
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.h37 usb_device Device() { return fDevice; }; function in class:SerialDevice
/haiku/src/system/boot/loader/file_systems/fat/
H A DVolume.h31 int Device() const { return fDevice; } function in class:FATFS::Volume
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.h41 int Device() const { return fDevice; } function in class:Volume
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DVolume.h41 int Device() const { return fDevice; } function in class:Volume
/haiku/src/apps/devices/
H A DDevice.h75 class Device : public BStringItem { class in inherits:BStringItem
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioPrivate.h119 VirtioDevice* Device() { return fDevice; } function in class:VirtioQueue
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h130 KPPPDevice *Device() const function in class:KPPPInterface
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.h57 int Device() const { return fDevice; } function in class:Volume
/haiku/src/servers/input/
H A DInputServer.h82 BInputServerDevice* Device() { return fDevice; } function in class:BPrivate::DeviceAddOn
/haiku/src/kits/game/
H A DGameSound.cpp67 BGameSound::Device() const function in class:BGameSound
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp60 dev_t Device() const function in struct:FileSystem::NodeListenerKey
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAPrivate.h276 ATADevice * Device() const { return fDevice; } function in class:ATARequest
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp70 class Device : public DoublyLinkedListLinkImpl<Device> { class in inherits:DoublyLinkedListLinkImpl
864 Device::Device(device_node* node, const char* path, const char* moduleName) function in class:Device
[all...]
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp158 struct Device { struct
159 Device(device_node* node) function in struct:Device
955 RawDevice* Device() const { return fDevice; } function in struct:RawDeviceCookie
[all...]
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp79 class Device : public AbstractModuleDevice, class in namespace:__anon4
1154 Device::Device(device_node* node, const char* moduleName) function in class:Device
[all...]
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp664 BPartition::Device() const function in class:BPartition
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp842 KPartition::Device() const function in class:KPartition
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacobject.h637 ACPI_OBJECT_DEVICE Device; member in union:acpi_operand_object

Completed in 191 milliseconds

123