Searched refs:writev (Results 1 – 14 of 14) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | anet_ff.c | 141 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 D | uio.h | 105 ssize_t writev(int, const struct iovec *, int);
|
| H A D | syscall.mk | 90 writev.o \
|
| /f-stack/tools/compat/include/sys/ |
| H A D | uio.h | 117 ssize_t writev(int, const struct iovec *, int);
|
| /f-stack/freebsd/kern/ |
| H A D | capabilities.conf | 773 writev
|
| /f-stack/tools/libxo/libxo/ |
| H A D | xo_syslog.c | 194 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 D | ngx_ff_module.c | 461 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 D | ngx_writev_chain.c | 189 n = writev(c->fd, vec->iovs, vec->count); in ngx_writev()
|
| H A D | ngx_files.c | 441 n = writev(file->fd, vec->iovs, vec->count); in ngx_writev_file()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_conf.c | 714 n = writev(zcp->state_fd, iov, 3); in zed_conf_write_state()
|
| /f-stack/app/micro_thread/ |
| H A D | mt_net.cpp | 1047 ssize_t bytes = writev(_fd, iov, count); in SendCacheTcp()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 1181 Linux в логах могли появляться сообщения "writev() failed (4: 8375 возникала ошибка "writev() failed (22: Invalid argument)". На других
|
| H A D | CHANGES | 1158 *) 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 D | rte_eth_tap.c | 704 n = writev(process_private->txq_fds[txq->queue_id], iovecs, j); in tap_write_mbufs()
|