Searched defs:pos (Results 176 - 200 of 366) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DNodeAttribute.cpp192 NodeAttribute::Read(attr_cookie* cookie, off_t pos, uint8* buffer, size_t* length) argument
H A DLeafAttribute.cpp168 LeafAttribute::Read(attr_cookie* cookie, off_t pos, uint8* buffer, size_t* length) argument
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dmkdos.cpp462 int64 pos = 0; local
/haiku/src/tools/fs_shell/
H A Dunistd.cpp374 fssh_off_t pos = -1; local
389 fssh_read_pos(int fd, fssh_off_t pos, void *buffer, fssh_size_t count) argument
405 fssh_off_t pos = -1; local
420 fssh_write_pos(int fd, fssh_off_t pos, const void *buffer, fssh_size_t count) argument
[all...]
H A Dfd.cpp469 _kern_read(int fd, fssh_off_t pos, void *buffer, fssh_size_t length) argument
504 _kern_readv(int fd, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count) argument
548 _kern_write(int fd, fssh_off_t pos, const void *buffer, fssh_size_t length) argument
583 _kern_writev(int fd, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count) argument
627 _kern_seek(int fd, fssh_off_t pos, int seekType) argument
[all...]
/haiku/src/servers/mail/
H A DDeskbarView.cpp350 DeskbarView::MouseUp(BPoint pos) argument
370 DeskbarView::MouseDown(BPoint pos) argument
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogfile.c57 static BOOL ntfs_check_restart_page_header(RESTART_PAGE_HEADER *rp, s64 pos) argument
374 ntfs_check_and_load_restart_page(ntfs_attr *log_na, RESTART_PAGE_HEADER *rp, s64 pos, RESTART_PAGE_HEADER **wrp, LSN *lsn) argument
494 s64 size, pos; local
730 s64 pos, count; local
[all...]
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioFormatConverter.cpp190 AudioFormatConverter::Read(void* buffer, int64 pos, int64 frames) argument
H A DAudioResampler.cpp110 AudioResampler::Read(void* buffer, int64 pos, int64 frames) argument
/haiku/src/system/boot/loader/file_systems/bfs/
H A DStream.cpp198 Stream::FindBlockRun(off_t pos, block_run& run, off_t& offset) argument
296 Stream::ReadAt(off_t pos, uint8* buffer, size_t* _length) argument
[all...]
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.cpp722 device_read(void* cookie, off_t pos, void* buffer, size_t* count) argument
733 device_write(void* cookie, off_t pos, const void* buffer, size_t* count) argument
/haiku/src/system/boot/loader/file_systems/fat/
H A DStream.cpp110 Stream::_FindCluster(off_t pos, uint32& _cluster) argument
156 Stream::_FindOrCreateCluster(off_t pos, uint32& _cluster, bool& _added) argument
212 Stream::FindBlock(off_t pos, off_t &block, off_t &offset) argument
232 ReadAt(off_t pos, void *_buffer, size_t *_length, off_t *diskOffset) argument
348 WriteAt(off_t pos, const void* _buffer, size_t* _length, off_t* diskOffset) argument
[all...]
/haiku/src/apps/serialconnect/
H A DSerialWindow.cpp481 int32 pos = message->FindInt32("pos"); local
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DInode.cpp101 off_t pos; local
/haiku/src/apps/people/
H A DPeopleApp.cpp81 BPoint pos = fPosition.LeftTop(); local
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.cpp173 Inode::FindBlock(off_t pos, off_t& physical, off_t* _length) argument
211 Inode::ReadAt(off_t pos, uint8* buffer, size_t* _length) argument
[all...]
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dmixer.c290 mixer_read( void * cookie, off_t pos, void * data, size_t * nread) argument
301 mixer_write( void * cookie, off_t pos, const void * data, size_t * nwritten) argument
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp470 SlideShowSaver::LayoutCaption(BView *view, BFont &font, BPoint &pos, BRect &rect) argument
494 BPoint pos; local
[all...]
/haiku/src/libs/stdc++/legacy/
H A Deditbuf.cc107 void edit_buffer::move_gap(buf_offset pos) argument
115 void edit_buffer::gap_left (int pos) argument
166 gap_right(int pos) argument
[all...]
/haiku/src/system/boot/platform/amiga_m68k/
H A Dconsole.cpp290 ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
345 WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize) argument
460 ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
523 WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize) argument
553 ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
622 WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize) argument
[all...]
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DFile.cpp178 File::Read(off_t pos, void* buffer, size_t size, size_t& _bytesRead) argument
212 File::Write(off_t pos, const void* buffer, size_t size, size_t& _bytesWritten, argument
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/bfs/fragmenter/
H A Dfragmenter.cpp61 read_from(int fd, off_t pos, void *buffer, size_t size) argument
73 write_to(int fd, off_t pos, const void *buffer, size_t size) argument
/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackAudioSupplier.cpp128 MediaTrackAudioSupplier::Read(void* buffer, int64 pos, int64 frames) argument
503 _ReadCachedFrames(void*& dest, int64& pos, int64& frames, bigtime_t time) argument
[all...]
/haiku/src/kits/support/
H A DDataIO.cpp349 BMemoryIO::ReadAt(off_t pos, void* buffer, size_t size) argument
365 BMemoryIO::WriteAt(off_t pos, cons argument
477 ReadAt(off_t pos, void* buffer, size_t size) argument
493 WriteAt(off_t pos, const void* buffer, size_t size) argument
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_subr_sbuf.c322 sbuf_setpos(struct sbuf *s, ssize_t pos) argument

Completed in 141 milliseconds

1234567891011>>