HomeSort by: relevance | last modified time | path
    Searched refs:iovec (Results 1 - 25 of 757) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/mkubootimage/
crc32.h 30 uint32_t crc32v(const struct iovec *, int);
  /src/crypto/external/bsd/openssh/dist/
atomicio.h 33 struct iovec;
49 atomiciov6(ssize_t (*f) (int, const struct iovec *, int), int fd,
50 const struct iovec *_iov, int iovcnt, int (*cb)(void *, size_t), void *);
51 size_t atomiciov(ssize_t (*)(int, const struct iovec *, int),
52 int, const struct iovec *, int);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
uio.d 37 struct iovec
46 ssize_t readv(int, const scope iovec*, int);
47 ssize_t writev(int, const scope iovec*, int);
52 struct iovec
58 ssize_t readv(int, const scope iovec*, int);
59 ssize_t writev(int, const scope iovec*, int);
63 struct iovec
69 ssize_t readv(int, const scope iovec*, int);
70 ssize_t writev(int, const scope iovec*, int);
74 struct iovec
    [all...]
  /src/lib/libisns/
isns_fileio.h 43 extern ssize_t isns_file_writev(int, const struct iovec *, int);
44 extern ssize_t isns_file_readv(int, const struct iovec *, int);
isns_socketio.h 52 extern ssize_t isns_socket_writev(isns_socket_t, const struct iovec *, int);
53 extern ssize_t isns_socket_readv(isns_socket_t, const struct iovec *, int);
isns_fileio.c 42 isns_file_writev(int fd, const struct iovec *iov, int iovcnt)
62 isns_file_readv(int fd, const struct iovec *iov, int iovcnt)
  /src/sys/rump/net/lib/libvirtif/
virtif_user.h 37 void VIFHYPER_SEND(struct virtif_user *, struct iovec *, size_t);
39 void VIF_DELIVERPKT(struct virtif_sc *, struct iovec *, size_t);
  /src/sys/rump/net/lib/libwg/
wg_user.h 39 void rumpuser_wg_send_user(struct wg_user *, struct iovec *, size_t);
41 struct iovec *, size_t);
51 void rumpkern_wg_recv_user(struct wg_softc *, struct iovec *, size_t);
52 void rumpkern_wg_recv_peer(struct wg_softc *, struct iovec *, size_t);
  /src/external/gpl3/gdb/dist/gdb/nat/
aarch64-mte-linux-ptrace.c 124 struct iovec iovec; local
125 iovec.iov_base = tagbuf.data ();
126 iovec.iov_len = ntags;
136 if (ptrace (PTRACE_PEEKMTETAGS, tid, address, &iovec) < 0)
140 if (iovec.iov_len <= 0)
147 for (size_t i = 0; i < iovec.iov_len; i++)
155 address += iovec.iov_len * AARCH64_MTE_GRANULE_SIZE;
156 iovec.iov_len = ntags - iovec.iov_len
189 struct iovec iovec; local
    [all...]
aarch64-scalable-linux-ptrace.c 90 struct iovec iovec; local
92 iovec.iov_len = sizeof (header);
93 iovec.iov_base = &header;
95 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_SVE, &iovec) < 0)
108 struct iovec iovec; local
110 iovec.iov_len = sizeof (header);
111 iovec.iov_base = (void *) &header;
113 if (ptrace (PTRACE_SETREGSET, tid, NT_ARM_SVE, &iovec) < 0
126 struct iovec iovec; local
144 struct iovec iovec; local
162 struct iovec iovec; local
180 struct iovec iovec; local
222 struct iovec iovec; local
256 struct iovec iovec; local
338 struct iovec iovec; local
425 struct iovec iovec; local
442 struct iovec iovec; local
465 struct iovec iovec; local
481 struct iovec iovec; local
514 struct iovec iovec; local
542 struct iovec iovec; local
564 struct iovec iovec; local
580 struct iovec iovec; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/nat/
aarch64-mte-linux-ptrace.c 123 struct iovec iovec; local
124 iovec.iov_base = tagbuf;
125 iovec.iov_len = ntags;
135 if (ptrace (PTRACE_PEEKMTETAGS, tid, address, &iovec) < 0)
139 if (iovec.iov_len <= 0)
146 for (size_t i = 0; i < iovec.iov_len; i++)
154 address += iovec.iov_len * AARCH64_MTE_GRANULE_SIZE;
155 iovec.iov_len = ntags - iovec.iov_len
188 struct iovec iovec; local
    [all...]
aarch64-scalable-linux-ptrace.c 90 struct iovec iovec; local
92 iovec.iov_len = sizeof (header);
93 iovec.iov_base = &header;
95 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_SVE, &iovec) < 0)
108 struct iovec iovec; local
110 iovec.iov_len = sizeof (header);
111 iovec.iov_base = (void *) &header;
113 if (ptrace (PTRACE_SETREGSET, tid, NT_ARM_SVE, &iovec) < 0
126 struct iovec iovec; local
144 struct iovec iovec; local
162 struct iovec iovec; local
180 struct iovec iovec; local
222 struct iovec iovec; local
256 struct iovec iovec; local
338 struct iovec iovec; local
425 struct iovec iovec; local
442 struct iovec iovec; local
465 struct iovec iovec; local
481 struct iovec iovec; local
514 struct iovec iovec; local
542 struct iovec iovec; local
564 struct iovec iovec; local
580 struct iovec iovec; local
    [all...]
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/sys/
socket.h 30 const struct iovec *, int));
39 const struct iovec *, int));
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/sys/
socket.h 30 const struct iovec *, int));
39 const struct iovec *, int));
  /src/sys/dev/i2o/
iopio.h 70 #define IOPIOCGLCT _IOWR('u', 1, struct iovec)
71 #define IOPIOCGSTATUS _IOWR('u', 2, struct iovec)
73 #define IOPIOCGTIDMAP _IOWR('u', 4, struct iovec)
  /src/lib/libc/sys/
preadv.c 42 ssize_t __preadv(int, const struct iovec *, int, int, off_t);
49 preadv(int fd, const struct iovec *iovp, int iovcnt, off_t offset)
pwritev.c 42 ssize_t __pwritev(int, const struct iovec *, int, int, off_t);
49 pwritev(int fd, const struct iovec *iovp, int iovcnt, off_t offset)
  /src/sys/sys/
uio.h 56 struct iovec { struct
82 struct iovec *uio_iov; /* pointer to array of iovecs */
113 ssize_t preadv(int, const struct iovec *, int, off_t);
114 ssize_t pwritev(int, const struct iovec *, int, off_t);
116 ssize_t readv(int, const struct iovec *, int);
117 ssize_t writev(int, const struct iovec *, int);
  /src/external/gpl3/gdb.old/dist/gdb/
loongarch-linux-nat.c 59 struct iovec iov;
85 struct iovec iov;
113 struct iovec iovec = { .iov_base = &regset, .iov_len = sizeof (regset) }; local
115 if (ptrace (PTRACE_GETREGSET, tid, NT_FPREGSET, (long) &iovec) < 0)
134 struct iovec iovec = { .iov_base = &regset, .iov_len = sizeof (regset) }; local
136 if (ptrace (PTRACE_GETREGSET, tid, NT_FPREGSET, (long) &iovec) < 0)
142 if (ptrace (PTRACE_SETREGSET, tid, NT_FPREGSET, (long) &iovec) < 0)
159 struct iovec iovec = { .iov_base = &regset, .iov_len = sizeof (regset) } local
186 struct iovec iovec = { .iov_base = &regset, .iov_len = sizeof (regset) }; local
218 struct iovec iovec = { .iov_base = &regset, .iov_len = sizeof (regset) }; local
246 struct iovec iovec = { .iov_base = &regset, .iov_len = sizeof (regset) }; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/internal/
qlog_event_helpers.h 44 const OSSL_QTX_IOVEC *iovec,
52 const OSSL_QTX_IOVEC *iovec,
  /src/sys/external/bsd/libnv/dist/
msgio.h 42 struct iovec;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
readv-reverse.c 34 const struct iovec v[4] = {
  /src/external/gpl3/gdb/dist/gnulib/import/
sys_uio.in.h 48 of struct iovec in any other header. */
49 struct iovec { struct
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
writev1.c 10 struct iovec v[] = {
writev2.c 10 struct iovec v[] = {

Completed in 77 milliseconds

1 2 3 4 5 6 7 8 91011>>