Searched defs:iovcnt (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10-stable/lib/libc/sys/
H A Dreadv.c45 readv(int fd, const struct iovec *iov, int iovcnt) argument
H A Dwritev.c45 writev(int fd, const struct iovec *iov, int iovcnt) argument
/freebsd-10-stable/lib/libkse/thread/
H A Dthr_readv.c48 __readv(int fd, const struct iovec *iov, int iovcnt) argument
H A Dthr_writev.c47 __writev(int fd, const struct iovec *iov, int iovcnt) argument
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dwritev.c39 writev(int d, const struct iovec *iov, int iovcnt) argument
H A Dreadv.c39 readv(int d, const struct iovec *iov, int iovcnt) argument
/freebsd-10-stable/usr.bin/wall/
H A Dttymsg.c60 ttymsg(struct iovec *iov, int iovcnt, const char *line, int tmout) argument
/freebsd-10-stable/crypto/openssh/
H A Datomicio.c101 atomiciov6(ssize_t (f) int, const struct iovec *, int), int fd, const struct iovec *_iov, int iovcnt, int (*cb)(void *, size_t), void *cb_arg) argument
166 atomiciov(ssize_t (f) int, const struct iovec *, int), int fd, const struct iovec *_iov, int iovcnt) argument
[all...]
/freebsd-10-stable/contrib/sendmail/libmilter/
H A Dcomm.c330 int iovcnt; local
[all...]
/freebsd-10-stable/usr.sbin/ctld/
H A Dpdu.c216 int iovcnt; local
/freebsd-10-stable/usr.sbin/iscsid/
H A Dpdu.c250 int iovcnt; local
/freebsd-10-stable/usr.sbin/rtadvd/
H A Dcontrol.c175 int iovcnt; local
/freebsd-10-stable/sys/mips/cavium/cryptocteon/
H A Dcavium_crypto.c324 octo_des_cbc_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
383 octo_des_cbc_decrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
443 octo_aes_cbc_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
512 octo_aes_cbc_decrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
583 octo_null_md5_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
685 octo_null_sha1_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
790 octo_des_cbc_md5_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
938 octo_des_cbc_md5_decrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
1089 octo_des_cbc_sha1_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
1240 octo_des_cbc_sha1_decrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
1393 octo_aes_cbc_md5_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
1570 octo_aes_cbc_md5_decrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
1746 octo_aes_cbc_sha1_encrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
1942 octo_aes_cbc_sha1_decrypt( struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp) argument
[all...]
H A Dcryptocteon.c344 size_t iovcnt, iovlen; local
495 (*od->octo_encrypt)(od, od->octo_iov, iovcnt, iovlen, local
498 (*od->octo_decrypt)(od, od->octo_iov, iovcnt, iovlen, local
[all...]
/freebsd-10-stable/lib/libthr/thread/
H A Dthr_syscalls.c412 __thr_readv(int fd, const struct iovec *iov, int iovcnt) argument
609 __thr_writev(int fd, const struct iovec *iov, int iovcnt) argument
/freebsd-10-stable/sys/amd64/linux32/
H A Dlinux32_machdep.c148 linux32_copyinuio(struct l_iovec32 *iovp, l_ulong iovcnt, struct uio **uiop) argument
189 linux32_copyiniov(struct l_iovec32 *iovp32, l_ulong iovcnt, struct iovec **iovp, argument
[all...]
/freebsd-10-stable/sys/kern/
H A Dsubr_uio.c383 copyiniov(const struct iovec *iovp, u_int iovcnt, struct iovec **iov, int error) argument
401 copyinuio(const struct iovec *iovp, u_int iovcnt, struct uio **uiop) argument
H A Dvfs_mount.c269 unsigned int i, iovcnt; local
381 u_int iovcnt; local
[all...]
H A Dsys_generic.c243 u_int iovcnt; member in struct:readv_args
282 u_int iovcnt; member in struct:preadv_args
455 u_int iovcnt; member in struct:writev_args
494 u_int iovcnt; member in struct:pwritev_args
/freebsd-10-stable/lib/libc/net/
H A Dsctp_sys_calls.c975 sctp_sendv(int sd, const struct iovec *iov, int iovcnt, struct sockaddr *addrs, int addrcnt, void *info, socklen_t infolen, unsigned int infotype, int flags) argument
/freebsd-10-stable/usr.bin/csup/
H A Dmux.c218 sock_writev(int s, struct iovec *iov, int iovcnt) argument
785 int error, id, iovcnt, what = 0; local
[all...]
/freebsd-10-stable/lib/libfetch/
H A Dcommon.c1182 fetch_writev(conn_t *conn, struct iovec *iov, int iovcnt) argument
/freebsd-10-stable/usr.sbin/bhyve/
H A Dpci_virtio_net.c244 pci_vtnet_tap_tx(struct pci_vtnet_softc *sc, struct iovec *iov, int iovcnt, argument
385 pci_vtnet_netmap_writev(struct nm_desc *nmd, struct iovec *iov, int iovcnt) argument
422 pci_vtnet_netmap_readv(struct nm_desc *nmd, struct iovec *iov, int iovcnt) argument
469 pci_vtnet_netmap_tx(struct pci_vtnet_softc *sc, struct iovec *iov, int iovcnt, int len) argument
[all...]
H A Dpci_e82545.c981 e82545_iov_checksum(struct iovec *iov, int iovcnt, int off, int len) argument
1026 e82545_transmit_checksum(struct iovec *iov, int iovcnt, struct ck_info *ck) argument
1039 e82545_transmit_backend(struct e82545_softc *sc, struct iovec *iov, int iovcnt) argument
1074 int desc, dtype, len, ntype, iovcnt, tlen, hdrlen, vlen, tcp, tso; local
[all...]
/freebsd-10-stable/lib/libvmmapi/
H A Dvmmapi.c1244 vm_copy_teardown(struct vmctx *ctx, int vcpu, struct iovec *iov, int iovcnt) argument
1206 vm_copy_setup(struct vmctx *ctx, int vcpu, struct vm_guest_paging *paging, uint64_t gla, size_t len, int prot, struct iovec *iov, int iovcnt, int *fault) argument

Completed in 184 milliseconds

12