Searched defs:_length (Results 1 - 25 of 96) sorted by last modified time

1234

/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp1021 socket_get_option(net_socket* socket, int level, int option, void* value, int* _length) argument
1135 socket_getsockopt(net_socket* socket, int level, int option, void* value, int* _length) argument
[all...]
H A Ddatalink.cpp131 get_interface_name_or_index(net_domain* domain, int32 option, void* value, size_t* _length) argument
213 datalink_control(net_domain* _domain, int32 option, void* value, size_t* _length) argument
[all...]
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap.cpp100 l2cap_control(net_protocol* protocol, int level, int option, void* value, size_t* _length) argument
109 l2cap_getsockopt(net_protocol* protocol, int level, int option, void* value, int* _length) argument
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp1073 TCPEndpoint::GetOption(int option, void* _value, int* _length) argument
H A Dtcp.cpp540 tcp_control(net_protocol* _protocol, int level, int option, void* value, size_t* _length) argument
556 tcp_getsockopt(net_protocol* _protocol, int level, int option, void* value, int* _length) argument
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp887 get_attr_raw(const device_node* node, const char* name, const void** _data, size_t* _length, bool recursive) argument
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp574 btrfs_write(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, const void* buffer, size_t* _length) argument
594 btrfs_read(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, void* buffer, size_t* _length) argument
998 btrfs_read_attr(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, void* buffer, size_t* _length) argument
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/network/protocols/ipv6/
H A Dipv6.cpp1074 ipv6_control(net_protocol* _protocol, int level, int option, void* value, size_t* _length) argument
1085 ipv6_getsockopt(net_protocol* _protocol, int level, int option, void* value, int* _length) argument
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp1179 ipv4_control(net_protocol* _protocol, int level, int option, void* value, size_t* _length) argument
1190 ipv4_getsockopt(net_protocol* _protocol, int level, int option, void* value, int* _length) argument
[all...]
/haiku/src/add-ons/kernel/network/devices/tunnel/
H A Dtunnel.cpp155 tunnel_read(void* _cookie, off_t position, void* data, size_t* _length) argument
177 tunnel_write(void* _cookie, off_t position, const void* data, size_t* _length) argument
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp1071 tty_write_to_tty_master_unsafe(tty_cookie* sourceCookie, const char* data, size_t* _length) argument
1177 tty_write_to_tty_slave_unsafe(tty_cookie* sourceCookie, const char* data, size_t* _length) argument
1255 tty_write_to_tty_master(tty_cookie* sourceCookie, const void* _buffer, size_t* _length) argument
1290 tty_write_to_tty_slave(tty_cookie* sourceCookie, const void* _buffer, size_t* _length) argument
1555 tty_read(tty_cookie* cookie, void* _buffer, size_t* _length) argument
1665 tty_write(tty_cookie* sourceCookie, const void* _buffer, size_t* _length) argument
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/virtio/
H A Dvirtio_gpu.cpp692 virtio_gpu_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
700 virtio_gpu_write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
/haiku/src/system/kernel/fs/
H A Dsocket.cpp733 getsockopt(int socket, int level, int option, void *value, socklen_t *_length) argument
198 socket_read(struct file_descriptor *descriptor, off_t pos, void *buffer, size_t *_length) argument
209 socket_write(struct file_descriptor *descriptor, off_t pos, const void *buffer, size_t *_length) argument
522 common_getsockopt(int fd, int level, int option, void *value, socklen_t *_length, bool kernel) argument
1088 _user_getsockopt(int socket, int level, int option, void *userValue, socklen_t *_length) argument
[all...]
/haiku/src/add-ons/kernel/drivers/disk/mmc/
H A Dmmc_disk.cpp405 mmc_block_read(void* cookie, off_t position, void* buffer, size_t* _length) argument
432 mmc_block_write(void* cookie, off_t position, const void* buffer, size_t* _length) argument
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp855 domain_control(net_protocol *protocol, int level, int option, void *value, size_t *_length) argument
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp1044 ReadAttribute(const char* name, int32 type, off_t pos, uint8* buffer, size_t* _length) argument
1094 WriteAttribute(Transaction& transaction, const char* name, int32 type, off_t pos, const uint8* buffer, size_t* _length, bool* _created) argument
1575 ReadAt(off_t pos, uint8* buffer, size_t* _length) argument
1582 WriteAt(Transaction& transaction, off_t pos, const uint8* buffer, size_t* _length) argument
2880 GetNext(char* name, size_t* _length, uint32* _type, ino_t* _id) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp1202 ext2_read(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, void* buffer, size_t* _length) argument
1217 ext2_write(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, const void* buffer, size_t* _length) argument
1643 ext2_read_attr(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, void* buffer, size_t* _length) argument
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp288 x86_get_mtrr(uint32 index, uint64* _base, uint64* _length, uint8* _type) argument
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dkernel_interface.cpp290 ufs2_read(fs_volume *_volume, fs_vnode *_node, void *_cookie, off_t pos, void *buffer, size_t *_length) argument
517 ufs2_read_attr(fs_volume *_volume, fs_vnode *_node, void *_cookie, off_t pos, void *buffer, size_t *_length) argument
H A DInode.cpp96 Inode::ReadAt(off_t file_offset, uint8* buffer, size_t* _length) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/virtio/
H A Dvirtio_net.cpp611 virtio_net_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
669 virtio_net_write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
/haiku/src/add-ons/kernel/drivers/input/virtio_input/
H A Dvirtio_input.cpp355 virtio_input_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
362 virtio_input_write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp41 queued_message(const void *_message, ssize_t _length) argument
65 ssize_t copy_to_user_buffer(void *_message, ssize_t _length) argument
/haiku/src/add-ons/kernel/network/protocols/unix/
H A Dunix.cpp132 unix_control(net_protocol *protocol, int level, int option, void *value, size_t *_length) argument
140 unix_getsockopt(net_protocol *protocol, int level, int option, void *value, int *_length) argument

Completed in 279 milliseconds

1234