Searched refs:Device (Results 101 - 125 of 200) sorted by relevance

12345678

/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamSensor.h47 CamDevice *Device();
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DStream.cpp93 if (read_pos(fVolume.Device(), block << BlockShift(), fBlock, BlockSize())
115 if (read_pos(volume.Device(), volume.ToOffset(run), this, sizeof(bfs_inode))
125 if (read_pos(volume.Device(), volume.ToOffset(id), this, sizeof(bfs_inode))
388 if (read_pos(fVolume.Device(), fVolume.ToOffset(run), buffer + bytesRead,
/haiku-fatelf/src/preferences/virtualmemory/
H A DSettingsWindow.cpp182 _AddVolumeMenuItem(vol.Device());
397 if (item->Volume().Device() == device)
412 ->Menu()->FindMarked())->Volume().Device());
427 if (gBootDev == item->Volume().Device())
H A DSettings.cpp180 if (fs_stat_dev(vol.Device(), &volStat) == 0) {
191 bestVol = vol.Device();
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DJournal.cpp415 size_t written = write_pos(fJournalVolume->Device(), logOffset,
447 size_t written = write_pos(fJournalVolume->Device(),
592 off_t written = write_pos(fJournalVolume->Device(), logOffset,
614 off_t written = write_pos(fJournalVolume->Device(), logOffset, commitBlock,
673 size_t bytesRead = read_pos(fJournalVolume->Device(), superblockPos,
683 size_t bytesWritten = write_pos(fJournalVolume->Device(), superblockPos,
709 size_t bytesRead = read_pos(fJournalVolume->Device(), superblockPos
1008 size_t read = read_pos(fJournalVolume->Device(),
1021 size_t written = write_pos(fFilesystemVolume->Device(),
H A DVolume.h41 int Device() const { return fDevice; } function in class:Volume
/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dxhci.h97 virtual Device * AllocateDevice(Hub *parent,
106 virtual void FreeDevice(Device *device);
/haiku-fatelf/src/add-ons/kernel/drivers/input/usb_hid/
H A DHIDReport.cpp191 status_t result = fParser->Device()->SendReport(this);
231 status_t result = fParser->Device()->MaybeScheduleTransfer();
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCP.cpp208 if (Interface().Device())
209 overhead += Interface().Device()->Overhead();
/haiku-fatelf/src/system/boot/loader/file_systems/amiga_ffs/
H A DFile.cpp166 if (read_pos(volume.Device(), block * volume.BlockSize(), data, volume.BlockSize()) == volume.BlockSize())
189 Stream *stream = new(nothrow) Stream(fVolume.Device(), fNode);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devregion.c271 HandlerObj = ObjDesc->Device.Handler;
842 * of type Region or Device.
844 * If the Object is a Device, and the device has a handler of
911 /* Check if this Device already has a handler for this address space */
913 NextHandlerObj = ObjDesc->Device.Handler;
1078 HandlerObj = ObjDesc->Device.Handler;
1115 "Creating object on Device %p while installing handler\n", Node));
1154 "Installing address handler for region %s(%X) on Device %4.4s %p(%p)\n",
1181 /* Install at head of Device.AddressSpace list */
1183 HandlerObj->AddressSpace.Next = ObjDesc->Device
[all...]
H A Devgpe.c378 * PARAMETERS: GpeDevice - Device node. NULL for GPE0/GPE1
425 /* A Non-NULL GpeDevice means this is a GPE Block Device */
429 !ObjDesc->Device.GpeBlock)
434 return (AcpiEvLowGetGpeInfo (GpeNumber, ObjDesc->Device.GpeBlock));
798 * PARAMETERS: GpeDevice - Device node. NULL for GPE0/GPE1
H A Devrgnini.c410 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (PciValue));
450 * PARAMETERS: Node - Device node being examined
711 HandlerObj = ObjDesc->Device.Handler;
/haiku-fatelf/src/tests/kits/storage/
H A DVolumeTest.cpp124 CHK(volume.Device() == device);
166 CHK(volume.Device() == -1);
202 CHK(volume.Device() != bootDevice);
491 device = volume.Device();
503 device = volume.Device();
/haiku-fatelf/src/servers/net/
H A DDHCPClient.cpp493 syslog(LOG_DEBUG, "%s: DHCP status = %s\n", Device(), strerror(fStatus));
529 BNetworkDevice device(Device());
601 Device(), dhcp_message::TypeToString(message->Type()),
623 fConfiguration.AddString("device", Device());
672 fResolverConfiguration.AddString("device", Device());
925 Device(), timeout, tries);
964 syslog(LOG_DEBUG, "%s: Send %s to %s\n", Device(), text.String(),
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DInode.h354 release_block(fVolume->Device(), fBlockNumber);
363 return fBlock = empty ? (uint8 *)get_empty_block(fVolume->Device(), block, BlockSize())
364 : (uint8 *)get_block(fVolume->Device(), block, BlockSize());
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnseval.c490 ParentNode->Object->Device.Handler;
/haiku-fatelf/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.h37 usb_device Device() { return fDevice; }; function in class:SerialDevice
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A DVolume.h106 int Device() const { return fDevice; } function in class:Volume
/haiku-fatelf/src/kits/game/
H A DStreamingGameSound.cpp111 status_t error = Device()->CreateBuffer(&sound, this, format,
/haiku-fatelf/src/preferences/bluetooth/
H A DDeviceListItem.cpp151 DeviceListItem::Device() const function in class:Bluetooth::DeviceListItem
/haiku-fatelf/src/servers/mount/
H A DAutoMounter.cpp244 WRITELOG(("ERROR: Device %li does not appear to be "
489 && partition->Device()->IsRemovableMedia()
681 partition->Device()->VisitEachDescendant(&visitor);
684 partition->Device()->Eject();
913 if (fs_stat_dev(volume.Device(), &info) == 0
/haiku-fatelf/src/tests/system/kernel/
H A Dlive_query.cpp233 add.AddInt32("volume", volume.Device());
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DVolume.cpp43 int Device() const { return fDevice; } function in class:DeviceOpener
338 fDevice = opener.Device();
680 if (opener.Device() < B_OK)
686 fDevice = opener.Device();
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutdelete.c228 * Device object also may have a GPE block.
232 if (Object->Device.GpeBlock)
234 (void) AcpiEvDeleteGpeBlock (Object->Device.GpeBlock);

Completed in 208 milliseconds

12345678