Searched defs:pos (Results 101 - 125 of 559) sorted by relevance

1234567891011>>

/haiku-fatelf/src/libs/stdc++/legacy/
H A Dbuiltinbuf.cc56 streampos builtinbuf::seekpos(streampos pos, int mode) argument
H A Dindstream.cc92 streampos indirectbuf::seekpos(streampos pos, int mode) argument
/haiku-fatelf/src/preferences/cpufrequency/
H A DColorStepView.h49 void SetSliderPosition(float pos) { argument
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DFile.cpp48 File::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
59 File::WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize) argument
/haiku-fatelf/src/system/boot/platform/routerboard_mipsel/
H A Dconsole.cpp46 Console::ReadAt(void* cookie, off_t pos, void* buffer, size_t bufferSize) argument
/haiku-fatelf/src/system/kernel/device_manager/
H A DBaseDevice.cpp75 BaseDevice::Read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
82 BaseDevice::Write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Dfmemopen.c87 _IO_off64_t pos; member in struct:fmemopen_cookie_struct
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DIcb.cpp72 Icb::Read(off_t pos, void *buffer, size_t *length, uint32 *block) argument
H A DUdfString.cpp200 uint32 pos = 0; local
/haiku-fatelf/src/tests/kits/game/simple_game_sound_test/
H A DSimpleSoundTest.cpp166 int32 pos; local
/haiku-fatelf/src/tests/system/boot/loader/
H A DHandle.cpp85 Handle::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
93 Handle::WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize) argument
[all...]
/haiku-fatelf/src/tools/restest/
H A DOffsetFile.cpp71 OffsetFile::ReadAt(off_t pos, void *buffer, size_t size) argument
79 OffsetFile::WriteAt(off_t pos, const void *buffer, size_t size) argument
/haiku-fatelf/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-fatelf/headers/private/kernel/fs/
H A Dfd.h56 off_t pos; member in struct:file_descriptor
/haiku-fatelf/src/add-ons/kernel/bus_managers/ide/
H A Data.c185 create_rw_taskfile(ide_device_info *device, ide_qrequest *qrequest, uint64 pos, size_t length, bool write) argument
339 ata_send_rw(ide_device_info *device, ide_qrequest *qrequest, uint64 pos, size_t length, bool write) argument
[all...]
H A Dscsi2ata.c486 uint32 pos; local
503 uint32 pos; local
/haiku-fatelf/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_standard_mouse.cpp92 ps2_packet_to_movement(standard_mouse_cookie *cookie, uint8 packet[], mouse_movement *pos) argument
445 standard_mouse_read(void *cookie, off_t pos, void *buffer, size_t *_length) argument
453 standard_mouse_write(void *cookie, off_t pos, const void *buffer, size_t *_length) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/busses/scsi/ahci/
H A Dutil.cpp131 int pos = 1; local
/haiku-fatelf/src/add-ons/kernel/console/vga_text/
H A Dvga_text.c80 short int pos; local
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/vmware/
H A Ddevice.c224 ReadHook(void *dev, off_t pos, void *buf, size_t *len) argument
230 WriteHook(void *dev, off_t pos, const void *buf, size_t *len) argument
339 uint16 *pos = buf; local
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.cpp117 Attribute::Read(attr_cookie* cookie, off_t pos, uint8* buffer, size_t* _length) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DBitmapBlock.cpp235 BitmapBlock::_FindNext(uint32& pos, bool marked) argument
304 FindPreviousMarked(uint32& pos) argument
[all...]
H A DInodeAllocator.cpp151 uint32 pos = 0; local
174 _MarkInBitmap(Transaction& transaction, fsblock_t bitmapBlock, uint32 blockGroup, uint32 numInodes, uint32& pos) argument
216 uint32 pos = (id - 1) % fVolume->InodesPerGroup(); local
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/fat/
H A Dattr.c237 dosfs_read_attr(fs_volume *_vol, fs_vnode *_node, void *_cookie, off_t pos, argument
272 dosfs_write_attr(fs_volume *_vol, fs_vnode *_node, void *_cookie, off_t pos, const void *buffer, size_t *_length) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dntfsdir.c37 _ntfs_dirent_filler(void *_dirent, const ntfschar *name, const int name_len, const int name_type, const s64 pos, const MFT_REF mref, const unsigned dt_type) argument

Completed in 275 milliseconds

1234567891011>>