Searched defs:pos (Results 76 - 100 of 366) sorted by relevance

1234567891011>>

/haiku/src/kits/storage/
H A DOffsetFile.cpp74 OffsetFile::ReadAt(off_t pos, void *buffer, size_t size) argument
85 OffsetFile::WriteAt(off_t pos, const void *buffer, size_t size) argument
/haiku/src/kits/network/libnetservices/
H A DDataRequest.cpp67 int pos = 0; local
/haiku/src/kits/translation/
H A DBitmapStream.cpp66 BBitmapStream::ReadAt(off_t pos, void* buffer, size_t size) argument
96 BBitmapStream::WriteAt(off_t pos, const void* data, size_t size) argument
[all...]
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioChannelConverter.cpp96 AudioChannelConverter::Read(void* outBuffer, int64 pos, int64 frames) argument
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortAttribute.cpp91 ShortAttribute::Read(attr_cookie* cookie, off_t pos, uint8* buffer, size_t* length) argument
/haiku/src/add-ons/kernel/console/vga_text/
H A Dvga_text.c80 short int pos; local
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DFlatMessageIO.cpp127 const char* pos = base64Data; local
/haiku/src/preferences/mail/
H A DDNSQuery.h41 void SetWritePosition(off_t pos) { fWritePosition = pos; } argument
/haiku/src/tests/system/kernel/device_manager/
H A Dconfig.c158 config_read(void * cookie, off_t pos, void *buf, size_t *_length) argument
166 config_write(void * cookie, off_t pos, const void *buf, size_t *_length) argument
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddriver.cpp137 device_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
144 device_write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
H A Dgeneric_video_driver.cpp123 device_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
130 device_write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
H A Dspecific_video_driver.cpp123 device_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
130 device_write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
/haiku/src/tools/fs_shell/
H A Dfd.h58 fssh_off_t pos; member in struct:FSShell::file_descriptor
H A Dpartition_support.cpp122 restricted_file_restrict_io(int fd, fssh_off_t& pos, fssh_off_t size) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DXDR.cpp205 WriteStream::InsertUInt(Stream::Position pos, uint32 x) argument
/haiku/src/add-ons/translators/gif/
H A DGIFSave.h86 int pos; member in class:GIFSave
/haiku/src/kits/support/
H A DBufferIO.cpp53 BBufferIO::ReadAt(off_t pos, void* buffer, size_t size) argument
103 BBufferIO::WriteAt(off_t pos, const void* buffer, size_t size) argument
[all...]
/haiku/src/apps/serialconnect/libvterm/src/
H A Dparser.c192 size_t pos = 0; local
[all...]
H A Dencoding.c29 decode_utf8(VTermEncoding *enc, void *data_, uint32_t cp[], int *cpi, int cplen, const char bytes[], size_t *pos, size_t bytelen) argument
160 decode_usascii(VTermEncoding *enc, void *data, uint32_t cp[], int *cpi, int cplen, const char bytes[], size_t *pos, size_t bytelen) argument
185 decode_table(VTermEncoding *enc, void *data, uint32_t cp[], int *cpi, int cplen, const char bytes[], size_t *pos, size_t bytelen) argument
[all...]
/haiku/src/bin/
H A Dcatattr.cpp181 off_t pos = 0; local
/haiku/src/servers/syslog_daemon/
H A Dsyslog_output.cpp122 int32 pos = 0; local
[all...]
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp166 Inode::FindBlock(off_t pos, off_t& physical, off_t *_length) argument
174 Inode::ReadAt(off_t pos, uint8* buffer, size_t* _length) argument
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_wep.c356 uint8_t *pos; local
439 uint8_t *pos; local
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInodeAllocator.cpp159 uint32 pos = 0; local
184 _MarkInBitmap(Transaction& transaction, fsblock_t bitmapBlock, uint32 blockGroup, uint32 numInodes, uint32& pos, uint32& checksum) argument
230 uint32 pos = (id - 1) % fVolume->InodesPerGroup(); local
[all...]
/haiku/src/system/boot/loader/
H A DFileMapDisk.cpp92 FileMapDisk::ReadAt(void *cookie, off_t pos, void *_buffer, argument
105 FileMapDisk::WriteAt(void */*cookie*/, off_t pos, const void *buffer, argument

Completed in 294 milliseconds

1234567891011>>