Home
last modified time | relevance | path

Searched defs:iov (Results 1 – 25 of 264) sorted by relevance

1234567891011

/freebsd/sys/dev/pci/
H A Dpci_iov.c119 struct pcicfg_iov *iov; in pci_iov_attach_method() local
191 struct pcicfg_iov *iov; in pci_iov_detach_method() local
341 struct pcicfg_iov *iov; in pci_iov_alloc_bar() local
546 struct pcicfg_iov *iov; in pci_iov_alloc_bar_ea() local
578 struct pcicfg_iov *iov; in pci_iov_setup_bars() local
629 struct pcicfg_iov *iov; in pci_iov_enumerate_vfs() local
681 struct pcicfg_iov *iov; in pci_iov_config() local
803 struct pcicfg_iov *iov; in pci_iov_cfg_restore() local
815 struct pcicfg_iov *iov; in pci_iov_cfg_save() local
841 struct pcicfg_iov *iov; in pci_iov_delete_iov_children() local
[all …]
/freebsd/usr.sbin/bhyve/
H A Diov.c70 count_iov(const struct iovec *iov, int niov) in count_iov()
82 truncate_iov(struct iovec *iov, int *niov, size_t length) in truncate_iov()
100 iov_to_buf(const struct iovec *iov, int niov, void **buf) in iov_to_buf()
119 buf_to_iov(const void *buf, size_t buflen, const struct iovec *iov, int niov, in buf_to_iov()
H A Dnet_backends.c153 tap_send(struct net_backend *be, const struct iovec *iov, int iovcnt) in tap_send()
189 tap_recv(struct net_backend *be, const struct iovec *iov, int iovcnt) in tap_recv()
419 netbe_send(struct net_backend *be, const struct iovec *iov, int iovcnt) in netbe_send()
438 netbe_recv(struct net_backend *be, const struct iovec *iov, int iovcnt) in netbe_recv()
458 struct iovec iov; in netbe_rx_discard() local
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_aeap.c52 gss_iov_buffer_desc *iov, in gss_wrap_iov()
89 gss_iov_buffer_desc *iov, in gss_unwrap_iov()
133 gss_iov_buffer_desc *iov, in gss_wrap_iov_length()
167 gss_iov_buffer_desc *iov, in gss_release_iov_buffer()
/freebsd/lib/libsdp/
H A Dservice.c52 struct iovec iov[4]; in sdp_register_service() local
117 struct iovec iov[2]; in sdp_unregister_service() local
161 struct iovec iov[3]; in sdp_change_service() local
/freebsd/tools/regression/sockets/unix_cmsg/
H A Dt_xxxtime.c.in66 struct iovec iov[1]; variable
101 struct iovec iov[1]; variable
H A Dt_cmsgcred.c43 struct iovec iov[1]; in t_cmsgcred_client() local
78 struct iovec iov[1]; in t_cmsgcred_server() local
H A Dt_sockcred.c43 struct iovec iov[1]; in t_sockcred_client() local
72 struct iovec iov[1]; in t_sockcred_server() local
/freebsd/sbin/mount/
H A Dgetmntopts.c204 struct iovec *iov; variable
245 build_iovec(struct iovec **iov, int *iovlen, const char *name, void *val, in build_iovec()
277 build_iovec_argf(struct iovec **iov, int *iovlen, const char *name, in build_iovec_argf()
294 free_iovec(struct iovec **iov, int *iovlen) in free_iovec()
/freebsd/sys/dev/beri/virtio/
H A Dvirtio.c108 struct iovec *iov, int n_iov, uint16_t *flags) { in _vq_record()
121 struct iovec *iov, int n_iov, uint16_t *flags) in vq_getchain()
166 vq_relchain(struct vqueue_info *vq, struct iovec *iov, int n, uint32_t iolen) in vq_relchain()
244 getcopy(struct iovec *iov, int n) in getcopy()
/freebsd/sys/kern/
H A Dsubr_uio.c97 struct iovec iov[1]; in physcopyin() local
118 struct iovec iov[1]; in physcopyout() local
206 struct iovec *iov; in uiomove_faultflag() local
310 struct iovec *iov; in ureadc() local
347 copyiniov(const struct iovec *iovp, u_int iovcnt, struct iovec **iov, int error) in copyiniov()
367 struct iovec *iov; in copyinuio() local
423 struct iovec *iov; in cloneuio() local
/freebsd/contrib/lib9p/transport/
H A Dsocket.c197 struct iovec iov; in l9p_socket_thread() local
271 l9p_socket_get_response_buffer(struct l9p_request *req, struct iovec *iov, in l9p_socket_get_response_buffer()
287 const struct iovec *iov, const size_t niov __unused, const size_t iolen, in l9p_socket_send_response()
308 const struct iovec *iov, size_t niov __unused, void *arg __unused) in l9p_socket_drop_response()
/freebsd/tests/sys/netinet/
H A Dudp_io.c68 struct iovec iov = { in ATF_TC_BODY() local
103 struct iovec iov = { in ATF_TC_BODY() local
/freebsd/lib/libnv/
H A Dmsgio.c151 struct iovec iov; in cred_send() local
191 struct iovec iov; in cred_recv() local
227 struct iovec iov; in fd_package_send() local
278 struct iovec iov; in fd_package_recv() local
/freebsd/sys/contrib/openzfs/lib/libzfs/os/freebsd/
H A Dlibzfs_zmount.c46 build_iovec(struct iovec **iov, int *iovlen, const char *name, void *val, in build_iovec()
76 struct iovec *iov; in do_mount() local
/freebsd/lib/libc/isc/
H A Dev_streams.c62 evWrite(evContext opaqueCtx, int fd, const struct iovec *iov, int iocnt, in evWrite()
96 evRead(evContext opaqueCtx, int fd, const struct iovec *iov, int iocnt, in evRead()
206 copyvec(evStream *str, const struct iovec *iov, int iocnt) { in copyvec()
/freebsd/sys/netinet/
H A Dsctp_syscalls.c217 struct iovec iov[1]; in sys_sctp_generic_sendmsg() local
317 struct iovec *iov, *tiov; in sys_sctp_generic_sendmsg_iov() local
428 struct iovec *iov, *tiov; in sys_sctp_generic_recvmsg() local
/freebsd/contrib/sendmail/libmilter/
H A Dcomm.c241 retry_writev(fd, iov, iovcnt, timeout) in retry_writev() argument
331 struct iovec iov[2]; local
/freebsd/contrib/sendmail/libsm/
H A Dfput.c44 struct sm_iov iov; variable
H A Dfwrite.c46 struct sm_iov iov; variable
/freebsd/contrib/netbsd-tests/include/sys/
H A Dt_socket.c34 struct iovec iov; in ATF_TC_BODY() local
87 struct iovec iov; in ATF_TC_BODY() local
/freebsd/lib/libc/stdio/
H A Dperror.c49 struct iovec iov[4]; in perror() local
H A Dputs.c52 struct __siov iov[2]; in puts() local
/freebsd/lib/libc/sys/
H A Dreadv.c42 readv(int fd, const struct iovec *iov, int iovcnt) in readv()
H A Dwritev.c42 writev(int fd, const struct iovec *iov, int iovcnt) in writev()

1234567891011