Searched defs:pos (Results 151 - 175 of 366) sorted by relevance

1234567891011>>

/haiku/src/build/libroot/
H A Dfs_attr_haiku.cpp139 _haiku_build_fs_read_attr(int fd, const char* attribute, uint32 type, off_t pos, argument
172 _haiku_build_fs_write_attr(int fd, const char* attribute, uint32 type, off_t pos, argument
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DFile.cpp216 File::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
227 File::WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize) argument
/haiku/src/system/boot/loader/net/
H A DRemoteDisk.cpp96 RemoteDisk::ReadAt(void */*cookie*/, off_t pos, void *_buffer, argument
158 RemoteDisk::WriteAt(void */*cookie*/, off_t pos, const void *buffer, argument
243 RemoteDisk::_ReadFromPacket(off_t &pos, uint8 *&buffer, size_t &bufferSize) argument
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Ddriver.c249 read_hook(void *dev, off_t pos, void *buf, size_t *len) argument
258 write_hook(void *dev, off_t pos, const void *buf, size_t *len) argument
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDataStream.cpp405 DataStream::_PrepareBlock(Transaction& transaction, uint32* pos, argument
/haiku/src/tests/apps/miniterminal/
H A DConsole.cpp479 size_t pos = 0; local
/haiku/src/system/kernel/device_manager/
H A DFileDevice.cpp197 FileDevice::Read(void* _cookie, off_t pos, void* buffer, size_t* _length) argument
213 FileDevice::Write(void* _cookie, off_t pos, const void* buffer, size_t* _length) argument
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp392 int32 pos = nameString.FindLast('.'); local
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandRequestHandler.cpp1249 off_t pos = request->pos; local
1846 off_t pos = request->pos; local
/haiku/src/bin/cddb_lookup/
H A Dcddb_server.cpp262 int32 pos = line.FindFirst(" / "); local
297 int32 pos = cddbServer.FindFirst(":"); local
/haiku/src/system/boot/platform/riscv/
H A Ddevices.cpp41 virtual ssize_t WriteAt(void* cookie, off_t pos, const void* buffer, argument
71 VirtioBlockDevice::ReadAt(void* cookie, off_t pos, void* buffer, argument
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dio.cpp236 uint32 pos = offset; local
/haiku/src/add-ons/translators/raw/
H A DLibRAW.cpp145 int pos = 0; local
/haiku/src/system/boot/platform/openfirmware/
H A Dconsole.cpp150 int pos = (fStart + fCount) % BUFFER_SIZE; local
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFileReader.cpp309 long pos = ftell(fFile); local
/haiku/src/tools/translation/stxtinfo/
H A Dstxtinfo.cpp283 off_t seekresult, pos; local
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlcnalloc.c64 static void ntfs_cluster_set_zone_pos(LCN start, LCN end, LCN *pos, LCN tc) argument
171 static int bitmap_writeback(ntfs_volume *vol, s64 pos, s64 size, void *b, argument
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp227 off_t pos = logicalBlock << fVolume->BlockShift(); local
301 Icb::Read(off_t pos, voi argument
367 _Read(DescriptorList &list, off_t pos, void *_buffer, size_t *length, uint32 *block) argument
[all...]
/haiku/src/kits/storage/
H A DQuery.cpp527 const char* pos = start; local
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeDir.cpp118 Inode::FillDirEntry(struct dirent* de, ino_t id, const char* name, uint32 pos, argument
143 Inode::ReadDirUp(struct dirent* de, uint32 pos, uint32 size) argument
341 uint32 pos = 0; local
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandle.cpp137 FileHandle::Read(off_t pos, void* buffer, size_t size, size_t* _bytesRead) argument
152 FileHandle::Write(off_t pos, const void* buffer, size_t size, argument
168 FileHandle::ReadAttr(const char* name, uint32 type, off_t pos, void* buffer, argument
184 FileHandle::WriteAttr(const char* name, uint32 type, off_t pos, argument
/haiku/src/system/boot/platform/efi/
H A Ddevices.cpp39 virtual ssize_t WriteAt(void *cookie, off_t pos, const void *buffer, argument
63 EfiDevice::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_alps.cpp474 alps_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
482 alps_write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerUtils.cpp164 int pos = 0; local
/haiku/src/system/boot/platform/generic/
H A Dtext_menu.cpp196 char *pos = strchr(buffer, '\n'); local
581 size_t pos = 0; local
[all...]

Completed in 293 milliseconds

1234567891011>>