Searched defs:_length (Results 51 - 75 of 96) sorted by last modified time

1234

/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
H A Dps2_standard_mouse.cpp437 standard_mouse_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
445 standard_mouse_write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dattr.cpp185 dosfs_read_attr(fs_volume *_vol, fs_vnode *_node, void *_cookie, off_t pos, void *buffer, size_t *_length) argument
219 dosfs_write_attr(fs_volume *_vol, fs_vnode *_node, void *_cookie, off_t pos, const void *buffer, size_t *_length) argument
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h420 void SetLength(uint16 _length) { argument
H A DInode.cpp239 Inode::ReadAt(off_t pos, uint8* buffer, size_t* _length) argument
246 WriteAt(Transaction& transaction, off_t pos, const uint8* buffer, size_t* _length) argument
[all...]
H A DHTree.cpp304 HTree::_HashHalfMD4(const char* name, uint8 _length) argument
355 HTree::_HashTEA(const char* name, uint8 _length) argument
/haiku/src/add-ons/kernel/network/stack/
H A Dlink.cpp354 link_control(net_protocol* _protocol, int level, int option, void* value, size_t* _length) argument
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/
H A Ddriver.c476 pegasus_device_read(driver_cookie *cookie, off_t position, void *buffer, size_t *_length) argument
552 pegasus_device_write(driver_cookie *cookie, off_t position, const void *buffer, size_t *_length) argument
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddevice.cpp372 device_read(void* /*data*/, off_t /*pos*/, void* /*buffer*/, size_t* _length) argument
380 device_write(void* , off_t , const void* , size_t* _length) argument
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp1325 PackageWriterImpl::_WriteTOC(hpkg_header& header, uint64& _length) argument
1377 PackageWriterImpl::_WritePackageAttributes(hpkg_header& header, uint64& _length) argument
H A DRepositoryWriterImpl.cpp442 _WriteRepositoryInfo(hpkg_repo_header& header, uint64& _length) argument
474 _WritePackageAttributes(hpkg_repo_header& header, uint64& _length) argument
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp1189 udp_control(net_protocol *protocol, int level, int option, void *value, size_t *_length) argument
/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp1609 checksumfs_read(fs_volume* fsVolume, fs_vnode* vnode, void* _cookie, off_t pos, void* buffer, size_t* _length) argument
1629 checksumfs_write(fs_volume* fsVolume, fs_vnode* vnode, void* _cookie, off_t pos, const void* buffer, size_t* _length) argument
2028 checksumfs_read_attr(fs_volume* fsVolume, fs_vnode* vnode, void* _cookie, off_t pos, void* buffer, size_t* _length) argument
2047 checksumfs_write_attr(fs_volume* fsVolume, fs_vnode* vnode, void* _cookie, off_t pos, const void* buffer, size_t* _length) argument
[all...]
/haiku/src/bin/bfs_tools/lib/
H A Dbfs.h216 inline void block_run::SetTo(int32 _group,uint16 _start,uint16 _length) argument
/haiku/src/add-ons/kernel/drivers/graphics/framebuffer/
H A Ddevice.cpp139 device_read(void* /*cookie*/, off_t /*pos*/, void* /*buffer*/, size_t* _length) argument
147 device_write(void* , off_t , const void* , size_t* _length) argument
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DAttribute.cpp204 Attribute::Read(attr_cookie* cookie, off_t pos, uint8* buffer, size_t* _length) argument
215 Write(Transaction& transaction, attr_cookie* cookie, off_t pos, const uint8* buffer, size_t* _length, bool* _created) argument
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp298 RemoteMessage::ReadString(char** _string, size_t& _length) argument
/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/tests/system/kernel/device_manager/playground/
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/add-ons/kernel/drivers/common/
H A Dconsole.cpp701 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
H A Ddprintf.cpp71 dprintf_write(void *cookie, off_t pos, const void *buffer, size_t *_length) argument
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/
H A Ddevice.cpp226 device_read(void* , off_t , void* , size_t *_length) argument
235 device_write(void* , off_t , const void* , size_t* _length) argument
/haiku/src/system/libnetwork/
H A Dsocket.cpp314 getsockopt(int socket, int level, int option, void *value, socklen_t *_length) argument
/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
H A DDataStream.cpp42 DataStream::FindBlock(off_t pos, off_t& physical, off_t *_length) argument

Completed in 274 milliseconds

1234