Searched refs:Device (Results 126 - 150 of 203) sorted by relevance

123456789

/haiku/src/apps/mail/
H A DMailApp.cpp470 fs_create_index(volume.Device(), "META:group", B_STRING_TYPE, 0);
471 fs_create_index(volume.Device(), "META:email", B_STRING_TYPE, 0);
472 fs_create_index(volume.Device(), "MAIL:draft", B_INT32_TYPE, 0);
473 fs_create_index(volume.Device(), INDEX_SIGNATURE, B_STRING_TYPE, 0);
474 fs_create_index(volume.Device(), INDEX_STATUS, B_STRING_TYPE, 0);
475 fs_create_index(volume.Device(), B_MAIL_ATTR_FLAGS, B_INT32_TYPE, 0);
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp438 if (BDiskDevice* device = Device()) {
467 if (BDiskDevice* device = Device()) {
610 return Device()->Update();
643 status = Device()->Update();
664 BPartition::Device() const function in class:BPartition
H A DDiskDeviceRoster.cpp351 && volume.Device() == fVolume;
356 } visitor(volume.Device());
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.cpp182 fDevice = opener.Device();
552 if (opener.Device() < B_OK)
558 fDevice = opener.Device();
H A DVolume.h57 int Device() const { return fDevice; } function in class:Volume
H A DJournal.cpp544 ssize_t written = write_pos(fVolume->Device(), offset,
827 if (writev_pos(fVolume->Device(), logOffset
852 if (writev_pos(fVolume->Device(), logOffset
894 ioctl(fVolume->Device(), B_FLUSH_DRIVE_CACHE);
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dtest.cpp90 shutdown_cache(gVolume->Device(), gVolume->BlockSize());
731 init_cache(gVolume->Device(), gVolume->BlockSize());
777 shutdown_cache(gVolume->Device(), gVolume->BlockSize());
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp209 if (strlcpy(info.device, Device()->Path(), sizeof(info.device))
284 error = devfs_rename_partition(Device()->Path(), fPublishedName, newName);
718 status_t error = path->SetPath(Device()->Path());
842 KPartition::Device() const function in class:KPartition
889 partition->SetDevice(Device());
1247 if (!Device()->IsReadOnlyMedia())
/haiku/src/kits/game/
H A DFileGameSound.cpp347 gs_audio_format dformat = Device()->Format();
381 error = Device()->CreateBuffer(&sound, this, &gsformat);
H A DPushGameSound.cpp124 return new BPushGameSound(bufferFrameCount, &format, fPageCount, Device());
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafAttribute.cpp100 if (read_pos(fInode->GetVolume()->Device(), readPos, fLeafBuffer, len) != len) {
221 if (read_pos(fInode->GetVolume()->Device(), readPos, buffer, lengthToRead)
H A DBPlusTree.cpp245 if (read_pos(volume->Device(), readPos, path[i].blockData, len)
264 if (read_pos(volume->Device(), readPos, path[i].blockData, len)
329 if (read_pos(volume->Device(), readPos, fSingleDirBlock, len)
367 if (read_pos(fInode->GetVolume()->Device(), readPos, blockBuffer, len)
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp409 unmountMessage.AddInt32("device_id", volume.Device());
558 if (FSGetTrashDir(&trashDir, volume.Device()) == B_OK) {
/haiku/src/system/boot/loader/file_systems/fat/
H A DStream.cpp322 if (read_pos(fVolume.Device(), fVolume.BlockToOffset(num),
387 ssize_t written = write_pos(fVolume.Device(),
/haiku/src/add-ons/print/transports/usb_port/
H A DUSBTransport.cpp186 if (entry.value->fInterface->Device() == dev) {
/haiku/src/kits/shared/
H A DQueryFile.cpp183 return fVolumes.AddItem((void*)(addr_t)volume.Device()) ? B_OK : B_NO_MEMORY;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h130 KPPPDevice *Device() const function in class:KPPPInterface
/haiku/headers/os/game/
H A DGameSound.h23 BGameSoundDevice* Device() const;
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.cpp153 fDevice = opener.Device();
H A Dkernel_interface.cpp292 status = read_file_io_vec_pages(volume->Device(), fileVecs,
331 return do_iterative_fd_io(volume->Device(), request,
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h138 KDiskDevice *Device() const;
/haiku/headers/private/storage/
H A DPartition.h80 BDiskDevice* Device() const;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
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/executer/
H A Dexregion.c566 Function, BitWidth, PciId->Segment, PciId->Bus, PciId->Device,
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devrgnini.c440 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue));
480 * PARAMETERS: Node - Device node being examined

Completed in 255 milliseconds

123456789