Lines Matching defs:fd
36 io_read_check(int fd) in io_read_check()
56 io_write_nonblocking(int fd, const void *buf, size_t bsz, in io_write_nonblocking()
106 io_write_blocking(int fd, const void *buf, size_t sz) in io_write_blocking()
133 io_write_buf(struct sess *sess, int fd, const void *buf, size_t sz) in io_write_buf()
170 io_write_line(struct sess *sess, int fd, const char *line) in io_write_line()
188 io_read_nonblocking(int fd, void *buf, size_t bsz, size_t *sz) in io_read_nonblocking()
239 io_read_blocking(int fd, void *buf, size_t sz) in io_read_blocking()
272 io_read_flush(struct sess *sess, int fd) in io_read_flush()
339 io_read_buf(struct sess *sess, int fd, void *buf, size_t sz) in io_read_buf()
390 io_write_ulong(struct sess *sess, int fd, uint64_t val) in io_write_ulong()
420 io_write_long(struct sess *sess, int fd, int64_t val) in io_write_long()
430 io_write_uint(struct sess *sess, int fd, uint32_t val) in io_write_uint()
448 io_write_int(struct sess *sess, int fd, int32_t val) in io_write_int()
557 io_read_long(struct sess *sess, int fd, int64_t *val) in io_read_long()
578 io_read_ulong(struct sess *sess, int fd, uint64_t *val) in io_read_ulong()
613 io_read_size(struct sess *sess, int fd, size_t *val) in io_read_size()
634 io_read_uint(struct sess *sess, int fd, uint32_t *val) in io_read_uint()
648 io_read_int(struct sess *sess, int fd, int32_t *val) in io_read_int()
703 io_read_byte(struct sess *sess, int fd, uint8_t *val) in io_read_byte()
718 io_write_byte(struct sess *sess, int fd, uint8_t val) in io_write_byte()