Searched refs:Device (Results 1 - 25 of 203) sorted by last modified time

123456789

/haiku/src/kits/tracker/
H A DFSUtils.cpp2080 message.AddInt32("device_id", volume.Device());
2993 if (FSGetTrashDir(&trashDirectory, volume.Device()) != B_OK)
3022 if (FSGetTrashDir(&trashDirectory, volume.Device()) != B_OK)
3210 FSGetTrashDir(&trashDir, volume.Device());
H A DUtilities.cpp994 && fs_stat_dev(volume->Device(), &info) == 0) {
1047 && fs_stat_dev(tempVolume.Device(), &info) == 0) {
1073 foundDevice = tempVolume.Device();
H A DPoseView.cpp1655 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK
1742 if (FSGetTrashDir(&trash, volume.Device()) == B_OK
5525 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK
8366 message.AddInt32("device_id", volume.Device());
H A DFindPanel.cpp1944 message->AddInt32("device", volume.Device());
/haiku/src/apps/drivesetup/
H A DDiskView.cpp272 fVirtual = partition->Device()->IsFile();
330 name = B_TRANSLATE("Device");
412 // TODO: remove again once Disk Device API is fixed
H A DPartitionList.cpp233 // Device icon
252 appendParameter(parameters, partition->Device()->IsFile(),
277 else if (partition->Device()->IsFile())
418 AddColumn(new PartitionColumn(B_TRANSLATE("Device"), 150, 50, 500,
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DInode.cpp469 if (read_pos(volume->Device(), readPos, node, len) != len) {
485 if (read_pos(volume->Device(), readPos, block, len)
554 if (read_pos(volume->Device(), readPos, block, len)
668 if (read_pos(GetVolume()->Device(), readPos, block, lengthOfBlock)
721 if (read_pos(fVolume->Device(), readPos, fBuffer, len) != len) {
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp79 class Device : public AbstractModuleDevice, class in namespace:__anon4
80 public DoublyLinkedListLinkImpl<Device> {
82 Device(device_node* node, const char* moduleName);
83 virtual ~Device();
108 typedef DoublyLinkedList<Device> DeviceList;
153 void AddDevice(Device* device);
154 void RemoveDevice(Device* device);
575 // #pragma mark - Device Manager module API
745 Device* device = new(std::nothrow) Device(nod
1154 Device::Device(device_node* node, const char* moduleName) function in class:Device
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp284 status = read_file_io_vec_pages(volume->Device(), fileVecs,
323 return do_iterative_fd_io(volume->Device(), request,
/haiku/src/system/kernel/fs/
H A Dvfs.cpp7408 diskDevice = ddm->WriteLockDevice(partition->Device()->ID());
7698 if (partition->Device() == NULL) {
7702 diskDevice = ddm->WriteLockDevice(partition->Device()->ID());
7955 if (mount->partition != NULL && mount->partition->Device() != NULL)
7956 ioctl(mount->partition->Device()->FD(), B_FLUSH_DRIVE_CACHE);
/haiku/src/apps/devices/
H A DDevicesView.cpp145 fCategoryMap[category] = new Device(NULL, BUS_NONE, CAT_NONE, categoryName);
217 DevicesView::AddChildrenToOutlineByConnection(Device* parent)
229 DevicesView::AddDeviceAndChildren(device_node_cookie *node, Device* parent)
232 Device* newDevice = NULL;
272 newDevice = new Device(parent, BUS_NONE,
280 newDevice = new Device(parent, BUS_ACPI,
288 newDevice = new Device(parent, BUS_PCI,
296 newDevice = new Device(parent, BUS_ISA,
304 newDevice = new Device(parent, BUS_USB,
332 newDevice = new Device(paren
[all...]
H A DDevicesView.h21 #include "Device.h"
40 typedef std::map<Category, Device*> CategoryMap;
41 typedef std::map<Category, Device*>::const_iterator CategoryMapIterator;
43 typedef std::vector<Device*> Devices;
60 virtual void AddChildrenToOutlineByConnection(Device* parent);
61 virtual void AddDeviceAndChildren(device_node_cookie* node, Device* parent);
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h113 virtual Device * AllocateDevice(Hub *parent,
116 virtual void FreeDevice(Device *device);
136 // Device management
H A Dxhci.cpp211 TRACE_MODULE("XHCI Device found!\n");
701 // allocate Device Context Base Address array
1516 Device *
1563 for (Device *hubDevice = parent; hubDevice != RootObject();
1564 hubDevice = (Device *)hubDevice->Parent()) {
1754 Device *deviceObject = NULL;
1793 deviceObject = new(std::nothrow) Device(parent, hubAddress, hubPort,
1818 XHCI::FreeDevice(Device *usbDevice)
1870 Device* usbDevice = (Device *)pip
[all...]
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDevice.cpp2 * Driver for USB Audio Device Class devices.
9 #include "Device.h"
18 Device::Device(usb_device device) function in class:Device
60 Device::~Device()
74 Device::Open(uint32 flags)
93 Device::Close()
110 Device::Free()
117 Device
[all...]
H A DStream.cpp2 * Driver for USB Audio Device Class devices.
13 #include "Device.h"
18 Stream::Stream(Device* device, size_t interface, usb_interface_list* List)
H A DStream.h2 * Driver for USB Audio Device Class devices.
14 class Device;
17 friend class Device;
19 Stream(Device* device, size_t interface,
45 Device* fDevice;
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPipe.cpp90 return ((Device *)Parent())->DefaultPipe()->SendRequest(
111 return ((Device *)Parent())->DefaultPipe()->SendRequest(
128 return ((Device *)Parent())->DefaultPipe()->SendRequest(
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactypes.h1246 ACPI_HANDLE Device,
1265 ACPI_HANDLE Device,
1460 UINT16 Device; member in struct:acpi_pci_id
H A Dactbl3.h549 UINT8 Device; member in struct:acpi_table_tcpa_server
811 UINT8 PciDevice; /* PCI Device number */
935 UINT8 PciDevice; /* PCI Device number */
H A Dactbl2.h171 #define ACPI_SIG_AGDI "AGDI" /* Arm Generic Diagnostic Dump and Reset Device Interface */
175 #define ACPI_SIG_CDAT "CDAT" /* Coherent Device Attribute Table */
409 * AGDI - Arm Generic Diagnostic Dump and Reset Device Interface
894 * Device Entries for IVHD subtable, appear after ACPI_IVRS_HARDWARE structure.
2076 /* 1: Memory Device to System Address Range Map Structure */
2098 #define ACPI_NFIT_MEM_SAVE_FAILED (1) /* 00: Last SAVE to Memory Device failed */
2099 #define ACPI_NFIT_MEM_RESTORE_FAILED (1<<1) /* 01: Last RESTORE from Memory Device failed */
2101 #define ACPI_NFIT_MEM_NOT_ARMED (1<<3) /* 03: Memory Device is not armed */
2102 #define ACPI_NFIT_MEM_HEALTH_OBSERVED (1<<4) /* 04: Memory Device observed SMART/health events */
2226 /* Device handl
3555 UINT8 Device; member in struct:acpi_sdev_pcie_path
[all...]
H A Dactbl1.h581 * CDAT - Coherent Device Attribute Table
584 * Conforms to the "Coherent Device Attribute Table (CDAT) Specification
624 /* Subtable 0: Device Scoped Memory Affinity Structure (DSMAS) */
641 /* Subtable 1: Device scoped Latency and Bandwidth Information Structure (DSLBIS) */
657 /* Subtable 2: Device Scoped Memory Side Cache Information Structure (DSMSCIS) */
669 /* Subtable 3: Device Scoped Initiator Structure (DSIS) */
684 /* Subtable 4: Device Scoped EFI Memory Type Structure (DSEMTS) */
987 /* Debug Device Information Subtable */
1116 /* DMAR Device Scope structure */
1143 UINT8 Device; member in struct:acpi_dmar_pci_path
1872 UINT16 Device; member in struct:acpi_hest_aer_common
[all...]
H A Dacpixf.h924 ACPI_HANDLE Device,
932 ACPI_HANDLE Device,
939 ACPI_HANDLE Device,
948 ACPI_HANDLE Device,
957 ACPI_HANDLE Device,
963 ACPI_HANDLE Device,
1166 ACPI_HANDLE Device,
1174 ACPI_HANDLE Device,
1180 ACPI_HANDLE Device,
1199 ACPI_HANDLE Device,
[all...]
H A Dacobject.h509 UINT32 HandlerType; /* Type: Device/System/Both */
512 union acpi_operand_object *Next[2]; /* Device and System handler lists */
637 ACPI_OBJECT_DEVICE Device; member in union:acpi_operand_object
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutdelete.c260 * Device object also may have a GPE block.
264 if (Object->Device.GpeBlock)
266 (void) AcpiEvDeleteGpeBlock (Object->Device.GpeBlock);

Completed in 284 milliseconds

123456789