Searched defs:_length (Results 1 - 25 of 96) sorted by path

1234

/haiku/headers/private/app/
H A DServerLink.h224 ServerLink::ReadString(BString& string, size_t* _length) argument
231 ServerLink::ReadString(char** _string, size_t* _length) argument
/haiku/src/add-ons/kernel/cpu/x86/
H A Dgeneric_x86.cpp159 generic_get_mtrr(uint32 index, uint64 *_base, uint64 *_length, uint8 *_type) 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
H A Dnull.c49 null_read(void *cookie, off_t pos, void *buffer, size_t *_length) argument
57 null_write(void *cookie, off_t pos, const void *buffer, size_t *_length) argument
H A Dzero.c48 zero_read(void *cookie, off_t pos, void *buffer, size_t *_length) argument
58 zero_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/add-ons/kernel/file_systems/bfs/
H A Dbfs.h344 block_run::SetTo(int32 _group,uint16 _start,uint16 _length) argument
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.cpp113 Attribute::Read(attr_cookie* cookie, off_t pos, uint8* buffer, size_t* _length) argument
147 _Lookup(const char* name, size_t nameLength, btrfs_dir_entry** _entries, uint32* _length) argument
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDataStream.cpp42 DataStream::FindBlock(off_t pos, off_t& physical, off_t *_length) argument
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/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp193 Attribute::Read(attr_cookie* cookie, off_t pos, uint8* buffer, size_t* _length) argument
225 Write(Transaction& transaction, attr_cookie* cookie, off_t pos, const uint8* buffer, size_t* _length, bool* _created) argument
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeRegular.cpp345 Inode::Read(OpenFileCookie* cookie, off_t pos, void* buffer, size_t* _length) argument
308 ReadDirect(OpenStateCookie* cookie, off_t pos, void* buffer, size_t* _length, bool* eof) argument
359 WriteDirect(OpenStateCookie* cookie, off_t pos, const void* _buffer, size_t* _length) argument
408 Write(OpenFileCookie* cookie, off_t pos, const void* _buffer, size_t* _length) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h381 uint32 _length; member in struct:extent_address
1024 uint32 _length; member in struct:partition_descriptor
1167 uint8 _length; member in struct:partition_map_header
1196 uint8 _length; member in struct:physical_partition_map
1281 uint8 _length; member in struct:sparable_partition_map
[all...]
/haiku/src/add-ons/kernel/network/protocols/icmp/
H A Dicmp.cpp308 icmp_control(net_protocol* protocol, int level, int option, void* value, size_t* _length) argument
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap.cpp147 l2cap_control(net_protocol* protocol, int level, int option, void* value, size_t* _length) argument
/haiku/src/add-ons/kernel/network/stack/
H A Dstack_interface.cpp165 stack_interface_getsockopt(net_socket* socket, int level, int option, void* value, socklen_t* _length) argument
/haiku/src/kits/app/
H A DLinkReceiver.cpp318 LinkReceiver::ReadString(char** _string, size_t* _length) argument
364 LinkReceiver::ReadString(BString &string, size_t* _length) argument
/haiku/src/kits/package/hpkg/
H A DRepositoryWriterImpl.cpp442 _WriteRepositoryInfo(hpkg_repo_header& header, uint64& _length) argument
474 _WritePackageAttributes(hpkg_repo_header& header, uint64& _length) argument
/haiku/src/libs/bsd/
H A Dfgetln.c19 fgetln(FILE *stream, size_t *_length) argument
/haiku/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/src/system/libnetwork/
H A Dsocket.cpp314 getsockopt(int socket, int level, int option, void *value, socklen_t *_length) argument
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A DAdaptiveBuffering.cpp101 AdaptiveBuffering::Read(uint8* /*buffer*/, size_t* _length) argument
H A Dgenerate_hashs.cpp65 virtual status_t Read(uint8* buffer, size_t* _length) 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

Completed in 431 milliseconds

1234