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

123456789

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DSymlink.cpp62 if (read_pos(fInode->GetVolume()->Device(), readPos, fSymlinkBuffer, len)
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) {
H A DNodeAttribute.cpp124 if (read_pos(fInode->GetVolume()->Device(), readPos, buffer, len) != len) {
246 if (read_pos(fInode->GetVolume()->Device(), readPos, buffer, lengthToRead)
/haiku/src/system/boot/loader/file_systems/bfs/
H A DStream.cpp92 if (read_pos(fVolume.Device(), block << BlockShift(), fBlock, BlockSize())
114 if (read_pos(volume.Device(), volume.ToOffset(run), this, sizeof(bfs_inode))
124 if (read_pos(volume.Device(), volume.ToOffset(id), this, sizeof(bfs_inode))
387 if (read_pos(fVolume.Device(), fVolume.ToOffset(run), buffer + bytesRead,
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devxfgpe.c181 * Device has been added or if any new GPE methods have been added via a
234 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
299 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
344 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
428 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
478 * PARAMETERS: GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
532 * PARAMETERS: WakeDevice - Device associated with the GPE (via _PRW)
533 * GpeDevice - Parent GPE Device. NULL for GPE0/GPE1
541 * Each _PRW appears under a Device Object (The WakeDevice), and
586 /* Validate WakeDevice is of type Device */
[all...]
H A Devgpe.c466 * PARAMETERS: GpeDevice - Device node. NULL for GPE0/GPE1
513 /* A Non-NULL GpeDevice means this is a GPE Block Device */
517 !ObjDesc->Device.GpeBlock)
522 return (AcpiEvLowGetGpeInfo (GpeNumber, ObjDesc->Device.GpeBlock));
813 * PARAMETERS: GpeDevice - Device node. NULL for GPE0/GPE1
953 * PARAMETERS: GpeDevice - Device node. NULL for GPE0/GPE1
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DFile.cpp168 if (read_pos(volume.Device(), block * volume.BlockSize(), data, volume.BlockSize()) == volume.BlockSize())
191 Stream *stream = new(nothrow) Stream(fVolume.Device(), fNode);
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDReport.cpp184 status_t result = fParser->Device()->SendReport(this);
235 status_t result = fParser->Device()->MaybeScheduleTransfer(this);
H A DJoystickProtocolHandler.cpp28 ProtocolHandler(report.Device(), "joystick/" DEVICE_PATH_SUFFIX "/", 0),
354 if (fReport.Device()->IsRemoved()) {
/haiku/src/servers/net/
H A DDHCPClient.cpp549 syslog(LOG_DEBUG, "%s: DHCP status = %s\n", Device(), strerror(fStatus));
628 fResolverConfiguration.AddString("device", Device());
649 fConfiguration.AddString("device", Device());
702 BNetworkDevice device(Device());
755 Device(), dhcp_message::TypeToString(message->Type()),
761 Device(), dhcp_message::TypeToString(message->Type()),
981 return timeout.Shift(socket, stateMaxTime, Device());
1013 syslog(LOG_DEBUG, "%s: Send %s to %s\n", Device(), text.String(),
/haiku/src/preferences/virtualmemory/
H A DSettings.cpp182 if (fs_stat_dev(vol.Device(), &volStat) == 0) {
193 bestVol = vol.Device();
/haiku/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/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.cpp131 fDevice = opener.Device();
356 if (opener.Device() < B_OK)
362 fDevice = opener.Device();
/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/tests/system/kernel/
H A Dlive_query.cpp233 add.AddInt32("volume", volume.Device());
/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/preferences/bluetooth/
H A DDeviceListItem.cpp150 DeviceListItem::Device() const function in class:Bluetooth::DeviceListItem
/haiku/src/kits/game/
H A DStreamingGameSound.cpp111 status_t error = Device()->CreateBuffer(&sound, this, format,
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DVolume.h41 int Device() const { return fDevice; } function in class:Volume
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioPrivate.h119 VirtioDevice* Device() { return fDevice; } function in class:VirtioQueue
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.cpp49 bool aIsNetDevice = is_net_device(a->Device());
50 bool bIsNetDevice = is_net_device(b->Device());
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DDriver.cpp202 HIDDevice *device = handler->Device();
316 HIDDevice *device = cookie->handler->Device();
/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);
/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

Completed in 274 milliseconds

123456789