Searched refs:offset (Results 401 - 425 of 1236) sorted by relevance

<<11121314151617181920>>

/haiku/src/libs/stdc++/legacy/
H A Dfilebuf.cc176 streampos filebuf::seekoff(streamoff offset, _seek_dir dir, int mode) argument
178 return _IO_file_seekoff (this, offset, dir, mode);
191 streampos filebuf::sys_seek(streamoff offset, _seek_dir dir) argument
193 return _IO_file_seek(this, offset, dir);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dreiserfs.h55 offset_hash_value(uint64 offset) argument
57 return offset & 0x7fffff80ULL;
63 offset_generation_number(uint64 offset) argument
65 return offset & 0x7fULL;
134 uint16 ih_item_location; /* an offset to the item body
190 uint16 deh_location; /* offset of name in the whole item */
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dsg_buffer.h38 status_t sg_access_byte(sg_buffer *sgb, off_t offset, uchar *byte, bool b_set);
/haiku/headers/os/package/hpkg/v1/
H A DPackageData.h36 void SetData(uint64 size, uint64 offset);
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkSymlink.h37 virtual status_t Read(off_t offset, void* buffer,
/haiku/src/system/runtime_loader/
H A Delf_tls.h72 void* get_tls_address(unsigned dso, addr_t offset);
/haiku/src/apps/stylededit/
H A DStyledEditView.h32 int32 offset,
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPDriver.h42 bool NextBand(BBitmap* bitmap, BPoint* offset);
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.cpp49 BaseBlock::GetNameBackOffset(int32 offset, char *name, size_t size) const argument
51 BCPLString *string = (BCPLString *)&fData[fSize - offset];
218 off_t offset = (((partitionSize / blockSize) - 1 - reservedBlocks) / 2) + reservedBlocks; local
221 if (read_pos(fDevice, offset * blockSize, buffer, blockSize) < B_OK)
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DExtentStream.h27 status_t FindBlock(off_t offset, fsblock_t& block,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs_control.h27 uint32 offset; member in struct:update_boot_block
/haiku/headers/os/drivers/
H A Dfs_cache.h91 extern status_t file_cache_read(void *cacheRef, void *cookie, off_t offset,
93 extern status_t file_cache_write(void *cacheRef, void *cookie, off_t offset,
100 extern void file_map_invalidate(void *map, off_t offset, off_t size);
102 extern status_t file_map_translate(void *map, off_t offset, size_t size,
/haiku/headers/private/fs_shell/
H A Dfssh_fs_cache.h110 fssh_off_t offset, void *bufferBase,
113 fssh_off_t offset, const void *buffer,
121 extern void fssh_file_map_invalidate(void *_map, fssh_off_t offset,
124 extern fssh_status_t fssh_file_map_translate(void *_map, fssh_off_t offset,
H A Dfssh_disk_device_manager.h22 fssh_off_t offset; member in struct:fssh_partition_data
52 fssh_off_t offset; member in struct:fssh_partitionable_space_data
/haiku/src/apps/haikudepot/tar/
H A DTarArchiveService.h19 size_t offset,
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_osdep.h83 /* Read from an absolute offset in the adapter's memory space */
84 #define IGC_READ_OFFSET(hw, offset) \
86 ((struct igc_osdep *)(hw)->back)->mem_bus_space_handle, offset)
88 /* Write to an absolute offset in the adapter's memory space */
89 #define IGC_WRITE_OFFSET(hw, offset, value) \
91 ((struct igc_osdep *)(hw)->back)->mem_bus_space_handle, offset, value)
/haiku/src/add-ons/kernel/drivers/disk/nvme/compat/
H A Dlibnvme_haiku.cpp108 nvme_pcicfg_read32(struct pci_device* dev, uint32_t* value, uint32_t offset) argument
110 *value = sPCIModule->read_pci_config(dev->bus, dev->dev, dev->func, offset,
117 nvme_pcicfg_write32(struct pci_device* dev, uint32_t value, uint32_t offset) argument
119 sPCIModule->write_pci_config(dev->bus, dev->dev, dev->func, offset,
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_opt.h32 * i) An integer (int or unsigned) variable determined by 'offset' is
38 * 'offset' is set to the value of an option parameter
40 * 'offset' should normally be either set to
84 unsigned long offset; member in struct:fuse_opt
160 * - option did match and offset was set to -1
/haiku/headers/private/system/
H A Dddm_userland_interface_defs.h21 off_t offset; member in struct:user_partition_data
/haiku/headers/private/drivers/
H A Dpoke.h54 uint8 offset; member in struct:__anon4
/haiku/headers/private/virtio/
H A Dvirtio.h91 status_t (*read_device_config)(void* cookie, uint8 offset, void* buffer,
93 status_t (*write_device_config)(void* cookie, uint8 offset,
114 status_t (*read_device_config)(virtio_device cookie, uint8 offset,
116 status_t (*write_device_config)(virtio_device cookie, uint8 offset,
/haiku/src/apps/mail/
H A DWords.cpp134 entry.offset = -1;
151 entry.offset = blockOffset + (nptr - buffer);
153 entry.offset++;
211 int32 offset; local
219 for (sPtr = Metaph, offset = 25; *sPtr; sPtr++, offset -= 5) {
222 key |= int32(c) << offset;
224 for (; offset >= 0; offset -= 5)
225 key |= int32(31) << offset;
[all...]
H A DWIndex.h45 int32 offset; member in struct:WIndexHead
51 int32 offset; member in struct:WIndexEntry
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp47 ShapeIterator(Icon *icon, PathSourceShape *to, BPoint offset, const char *name);
68 ShapeIterator::ShapeIterator(Icon *icon, PathSourceShape *to, BPoint offset, argument
75 fOffset = offset;
77 fLastPoint = offset;
299 BPoint offset(origin);
304 i >= runs->runs[currentRun + 1].offset) {
319 if (offset == BPoint(0,0)) {
323 offset = origin;
332 offset = origin;
346 //offset
[all...]
/haiku/src/kits/storage/disk_device/
H A DPartitionDelegate.cpp229 BPartition::Delegate::ValidateMove(off_t* offset) const
234 return fPartitionHandle->ValidateMove(offset);
240 BPartition::Delegate::ValidateMoveChild(Delegate* child, off_t* offset) const
246 offset);
252 BPartition::Delegate::Move(off_t offset) argument
257 return fPartitionHandle->Move(offset);
263 BPartition::Delegate::MoveChild(Delegate* child, off_t offset) argument
268 return fPartitionHandle->MoveChild(&child->fMutablePartition, offset);

Completed in 113 milliseconds

<<11121314151617181920>>