Home
last modified time | relevance | path

Searched refs:writev (Results 1 – 14 of 14) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Danet_ff.c141 INIT_FUNCTION(writev); in ff_mod_init()
324 writev(int sockfd, const struct iovec *iov, int iovcnt) in writev() function
327 INIT_FUNCTION(writev); in writev()
/f-stack/freebsd/sys/
H A Duio.h105 ssize_t writev(int, const struct iovec *, int);
H A Dsyscall.mk90 writev.o \
/f-stack/tools/compat/include/sys/
H A Duio.h117 ssize_t writev(int, const struct iovec *, int);
/f-stack/freebsd/kern/
H A Dcapabilities.conf773 writev
/f-stack/tools/libxo/libxo/
H A Dxo_syslog.c194 REAL_VOID(writev(STDERR_FILENO, iov, 3)); in xo_send_syslog()
275 REAL_VOID(writev(fd, iov, 2)); in xo_send_syslog()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_ff_module.c461 writev(int sockfd, const struct iovec *iov, int iovcnt) in writev() function
468 return SYSCALL(writev)(sockfd, iov, iovcnt); in writev()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_writev_chain.c189 n = writev(c->fd, vec->iovs, vec->count); in ngx_writev()
H A Dngx_files.c441 n = writev(file->fd, vec->iovs, vec->count); in ngx_writev_file()
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_conf.c714 n = writev(zcp->state_fd, iov, 3); in zed_conf_write_state()
/f-stack/app/micro_thread/
H A Dmt_net.cpp1047 ssize_t bytes = writev(_fd, iov, count); in SendCacheTcp()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru1181 Linux в логах могли появляться сообщения "writev() failed (4:
8375 возникала ошибка "writev() failed (22: Invalid argument)". На других
H A DCHANGES1158 *) Bugfix: "writev() failed (4: Interrupted system call)" errors might
8236 *) Bugfix: there were the "writev() failed (22: Invalid argument)"
/f-stack/dpdk/drivers/net/tap/
H A Drte_eth_tap.c704 n = writev(process_private->txq_fds[txq->queue_id], iovecs, j); in tap_write_mbufs()