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

1234

/haiku/src/libs/bsd/
H A Dfgetln.c19 fgetln(FILE *stream, size_t *_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/tests/add-ons/kernel/file_systems/consistency_check/
H A DAdaptiveBuffering.cpp101 AdaptiveBuffering::Read(uint8* /*buffer*/, size_t* _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/xfs/
H A DSymlink.cpp73 Symlink::_ReadLocalLink(off_t pos, char* buffer, size_t* _length) argument
94 Symlink::_ReadExtentLink(off_t pos, char* buffer, size_t* _length) argument
131 Symlink::ReadLink(off_t pos, char* buffer, size_t* _length) argument
[all...]
/haiku/src/add-ons/kernel/drivers/common/
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
H A Ddprintf.cpp71 dprintf_write(void *cookie, off_t pos, const void *buffer, 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
H A DAbstractModuleDevice.cpp90 AbstractModuleDevice::Read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
103 AbstractModuleDevice::Write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
71 _DoIO(void* cookie, off_t pos, void* buffer, size_t* _length, bool isWrite) argument
[all...]
/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/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 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/add-ons/kernel/drivers/graphics/vesa/
H A Ddevice.cpp234 device_read(void* /*cookie*/, off_t /*pos*/, void* /*buffer*/, size_t* _length) argument
242 device_write(void* , off_t , const void* , size_t* _length) argument
/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/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
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddriver.cpp137 device_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
144 device_write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
H A Dgeneric_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
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/cpu/x86/
H A Dgeneric_x86.cpp159 generic_get_mtrr(uint32 index, uint64 *_base, uint64 *_length, uint8 *_type) argument
/haiku/src/add-ons/kernel/bus_managers/ps2/
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/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/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/network/stack/
H A Dstack_interface.cpp165 stack_interface_getsockopt(net_socket* socket, int level, int option, void* value, socklen_t* _length) argument

Completed in 228 milliseconds

1234