Home
last modified time | relevance | path

Searched refs:iov_len (Results 1 – 9 of 9) sorted by relevance

/xen/tools/xenstore/
A Dxs.c505 msg.len += iovec[i].iov_len; in xs_talkv()
576 iovec.iov_len = strlen(string) + 1; in xs_single()
621 iovec[0].iov_len = strlen(path) + 1; in xs_directory_part()
702 iovec[1].iov_len = len; in xs_write()
773 iov[0].iov_len = strlen(path) + 1; in xs_set_permissions()
867 iov[0].iov_len = strlen(path) + 1; in xs_watch()
869 iov[1].iov_len = strlen(token) + 1; in xs_watch()
993 iov[0].iov_len = strlen(path) + 1; in xs_unwatch()
995 iov[1].iov_len = strlen(token) + 1; in xs_unwatch()
1221 iov[0].iov_len = strlen(cmd) + 1; in xs_control_command()
[all …]
/xen/xen/common/
A Dargo.c741 if ( piov->iov_len > MAX_ARGO_MESSAGE_SIZE ) in iov_count()
748 sum_iov_lens += piov->iov_len; in iov_count()
859 unsigned int iov_len = piov->iov_len; in ringbuf_insert() local
862 if ( !iov_len ) in ringbuf_insert()
872 if ( unlikely(!guest_handle_okay(buf_hnd, iov_len)) ) in ringbuf_insert()
876 buf_hnd.p, iov_len, in ringbuf_insert()
886 if ( iov_len > sp ) in ringbuf_insert()
911 iov_len -= sp; in ringbuf_insert()
914 ASSERT(iov_len <= ring_info->len); in ringbuf_insert()
942 NULL, buf_hnd, iov_len); in ringbuf_insert()
[all …]
/xen/tools/libxc/
A Dxc_private.c672 rc = write_exact(fd, iov[i].iov_base, iov[i].iov_len); in writev_exact()
695 while ( iov[iov_idx].iov_len == 0 ) in writev_exact()
713 if ( len >= iov[iov_idx].iov_len ) in writev_exact()
714 len -= iov[iov_idx++].iov_len; in writev_exact()
733 local_iov[iov_idx].iov_len -= len; in writev_exact()
A Dxc_sr_save.c233 iov[0].iov_len = sizeof(rec.type); in write_batch()
236 iov[1].iov_len = sizeof(rec.length); in write_batch()
239 iov[2].iov_len = sizeof(hdr); in write_batch()
242 iov[3].iov_len = nr_pfns * sizeof(*rec_pfns); in write_batch()
253 iov[iovcnt].iov_len = PAGE_SIZE; in write_batch()
A Dxc_sr_restore.c511 iov[0].iov_len = sizeof(rec.type); in send_checkpoint_dirty_pfn_list()
514 iov[1].iov_len = sizeof(rec.length); in send_checkpoint_dirty_pfn_list()
517 iov[2].iov_len = count * sizeof(*pfns); in send_checkpoint_dirty_pfn_list()
A Dxc_private.h59 size_t iov_len; member
/xen/tools/libxl/
A Dlibxl_colo_proxy.c64 iov.iov_len = msg.nlmsg_len; in colo_proxy_send()
167 iov.iov_len = size; in colo_proxy_recv()
181 iov.iov_len = size - len; in colo_proxy_recv()
A Dlibxl_utils.c1075 iov.iov_len = datalen; in libxl__sendmsg_fds()
1126 iov.iov_len = datalen; in libxl__recvmsg_fds()
/xen/xen/include/public/
A Dargo.h57 uint32_t iov_len; member

Completed in 99 milliseconds