Searched defs:pos (Results 226 - 250 of 366) sorted by relevance

1234567891011>>

/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.cpp935 streampos pos = iss->tellg(); local
/haiku/src/libs/stdc++/legacy/
H A Dstreambuf.cc118 streampos streambuf::seekpos(streampos pos, int mode) argument
123 streampos streambuf::sseekpos(streampos pos, int mode) argument
153 static _IO_pos_t _IO_sb_seekoff(_IO_FILE *fp, _IO_off_t pos, int dir, int mode) argument
158 static _IO_pos_t _IO_sb_seekpos(_IO_FILE *fp, _IO_pos_t pos, int mode) argument
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.h146 off_t pos; // Position within block. member in struct:dircookie
/haiku/src/apps/serialconnect/libvterm/src/
H A Dvterm_internal.h52 VTermPos pos; member in struct:VTermState
115 VTermPos pos; member in struct:VTermState::__anon29
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualVolume.cpp429 VirtualVolume::Read(Node* node, void* cookie, off_t pos, void* _buffer, argument
438 VirtualVolume::Write(Node* node, void* cookie, off_t pos, const void* _buffer, argument
702 VirtualVolume::ReadAttr(Node* node, const char* name, int type, off_t pos, argument
712 VirtualVolume::WriteAttr(Node* node, const char* name, int type, off_t pos, argument
H A Dnetfs.cpp477 netfs_read(void *ns, void *_node, void *cookie, off_t pos, void *buffer, argument
492 netfs_write(void *ns, void *_node, void *cookie, off_t pos, argument
802 netfs_read_attr(void *ns, void *_node, const char *name, int type, void *buffer, size_t *bufferSize, off_t pos) argument
818 netfs_write_attr(void *ns, void *_node, const char *name, int type, const void *buffer, size_t *bufferSize, off_t pos) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_power.c58 u_int8_t pos, high32; local
/haiku/src/add-ons/kernel/drivers/common/
H A Dconsole.cpp546 size_t pos = 0; local
701 console_read(void *cookie, off_t pos, void *buffer, size_t *_length) argument
708 console_write(void *cookie, off_t pos, const void *buffer, size_t *_length) argument
/haiku/src/add-ons/kernel/drivers/graphics/s3/
H A Ddriver.cpp734 device_read(void* dev, off_t pos, void* buf, size_t* len) argument
747 device_write(void* dev, off_t pos, const void* buf, size_t* len) argument
/haiku/src/add-ons/kernel/drivers/graphics/intel_810/
H A Ddriver.cpp583 device_read(void* dev, off_t pos, void* buf, size_t* len) argument
597 device_write(void* dev, off_t pos, const void* buf, size_t* len) argument
/haiku/src/kits/support/
H A DArchivable.cpp127 string::size_type pos = 0; local
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRequestBuilder.cpp261 RequestBuilder::LockT(LockType type, uint64 pos, uint64 len, argument
399 int pos = 0; local
499 RequestBuilder::Read(const uint32* id, uint32 stateSeq, uint64 pos, uint32 len) argument
708 int pos = strlen(id); local
766 Write(const uint32* id, uint32 stateSeq, const void* buffer, uint64 pos, uint32 len, bool stable) argument
[all...]
H A DReplyInterpreter.cpp297 ReplyInterpreter::LockT(uint64* pos, uint64* len, LockType* type) argument
/haiku/src/add-ons/kernel/drivers/graphics/neomagic/
H A Ddriver.c796 read_hook (void* dev, off_t pos, void* buf, size_t* len) argument
807 write_hook (void* dev, off_t pos, const void* buf, size_t* len) argument
/haiku/src/add-ons/kernel/drivers/graphics/via/
H A Ddriver.c759 read_hook (void* dev, off_t pos, void* buf, size_t* len) argument
769 write_hook (void* dev, off_t pos, const void* buf, size_t* len) argument
/haiku/src/add-ons/kernel/drivers/graphics/skeleton/
H A Ddriver.c771 read_hook (void* dev, off_t pos, void* buf, size_t* len) argument
781 write_hook (void* dev, off_t pos, const void* buf, size_t* len) argument
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp584 bindfs_preallocate(fs_volume* fsVolume, fs_vnode* fsNode, off_t pos, argument
257 bindfs_read_pages(fs_volume* fsVolume, fs_vnode* fsNode, void* cookie, off_t pos, const iovec* vecs, size_t count, size_t* _numBytes) argument
275 bindfs_write_pages(fs_volume* fsVolume, fs_vnode* fsNode, void* cookie, off_t pos, const iovec* vecs, size_t count, size_t* _numBytes) argument
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_tkip.c674 u8 *pos; local
733 u8 *pos, icv[4]; local
[all...]
/haiku/src/tools/fs_shell/
H A Ddriver_settings.cpp141 char *pos = *_pos; local
250 char *pos = *_pos; local
[all...]
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dencodings.cpp1507 int32 i, pos; local
/haiku/src/add-ons/accelerants/intel_extreme/
H A Doverlay.cpp135 int32 pos; local
679 int32 pos local
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/matrox/
H A Ddriver.c871 read_hook (void* dev, off_t pos, void* buf, size_t* len) argument
882 write_hook (void* dev, off_t pos, const void* buf, size_t* len) argument
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp72 int32 pos = 0; local
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.cpp239 Inode::ReadAt(off_t pos, uint8* buffer, size_t* _length) argument
246 Inode::WriteAt(Transaction& transaction, off_t pos, const uint8* buffer, argument
[all...]
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp266 TarFS::File::ReadAt(void* cookie, off_t pos, void* buffer, size_t bufferSize) argument
288 WriteAt(void* cookie, off_t pos, const void* buffer, size_t bufferSize) argument
567 ReadAt(void* cookie, off_t pos, void* buffer, size_t bufferSize) argument
574 WriteAt(void* cookie, off_t pos, const void* buffer, size_t bufferSize) argument
[all...]

Completed in 1183 milliseconds

1234567891011>>