Home
last modified time | relevance | path

Searched refs:iov_base (Results 251 – 275 of 389) sorted by relevance

1...<<111213141516

/openbmc/qemu/block/
H A Dfile-win32.c86 ret = WriteFile(aiocb->hfile, aiocb->aio_iov[i].iov_base, in handle_aiocb_rw()
89 ret = ReadFile(aiocb->hfile, aiocb->aio_iov[i].iov_base, in handle_aiocb_rw()
/openbmc/linux/fs/afs/
H A Drxrpc.c358 iov[0].iov_base = call->request; in afs_make_call()
866 iov[0].iov_base = (void *) buf; in afs_send_simple_reply()
/openbmc/linux/fs/ocfs2/cluster/
H A Dtcp.c904 struct kvec vec = { .iov_len = len, .iov_base = data, }; in o2net_recv_tcp_msg()
1084 vec[0].iov_base = msg; in o2net_send_message_vec()
1138 .iov_base = data, in o2net_send_message()
1150 .iov_base = hdr, in o2net_send_status_magic()
/openbmc/qemu/hw/net/rocker/
H A Drocker.c243 iov[iovcnt].iov_base = g_malloc(frag_len); in tx_consume()
245 pci_dma_read(dev, frag_addr, iov[iovcnt].iov_base, in tx_consume()
256 g_free(iov[i].iov_base); in tx_consume()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c148 .iov_base = (void *)buf, in vg_sock_fd_write()
509 (*iov)[i].iov_base = vu_gpa_to_va(&g->dev.parent, &len, ents[i].addr); in vg_create_mapping_iov()
510 if (!(*iov)[i].iov_base || len != ents[i].length) { in vg_create_mapping_iov()
/openbmc/linux/drivers/infiniband/hw/erdma/
H A Derdma_cm.c347 iov[iovec_num].iov_base = rr; in erdma_send_mpareqrep()
352 iov[iovec_num].iov_base = &cep->mpa.ext_data; in erdma_send_mpareqrep()
358 iov[iovec_num].iov_base = (char *)pdata; in erdma_send_mpareqrep()
/openbmc/qemu/contrib/ivshmem-server/
H A Divshmem-server.c44 iov[0].iov_base = &peer_id; in ivshmem_server_send_one_msg()
/openbmc/sdbusplus/test/message/
H A Dappend.cpp32 const char* start = std::bit_cast<char*>(arg->iov_base);
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dpin_system.c358 start = (uintptr_t)iovec->iov.iov_base + iovec->offset; in add_system_iovec_to_sdma_packet()
/openbmc/linux/net/ceph/
H A Dosd_client.c2164 void *p = msg->front.iov_base; in encode_request_partial()
2224 msg->front.iov_len = p - msg->front.iov_base; in encode_request_partial()
2240 void *p = msg->front.iov_base; in encode_request_finish()
2291 p = msg->front.iov_base; in encode_request_finish()
2321 msg->front.iov_len = p - msg->front.iov_base; in encode_request_finish()
3688 void *p = msg->front.iov_base; in decode_MOSDOpReply()
4153 void *p = msg->front.iov_base; in ceph_osdc_handle_map()
4326 void *p = msg->front.iov_base; in decode_MOSDBackoff()
4394 p = msg->front.iov_base; in create_backoff_message()
4405 msg->front.iov_len = p - msg->front.iov_base; in create_backoff_message()
[all …]
/openbmc/linux/drivers/nvme/target/
H A Dtcp.c725 .iov_base = (u8 *)&cmd->exp_ddgst + cmd->offset, in nvmet_try_send_ddgst()
912 iov.iov_base = icresp; in nvmet_tcp_handle_icreq()
1122 iov.iov_base = (void *)&queue->pdu + queue->offset; in nvmet_tcp_try_recv_pdu()
1210 .iov_base = (void *)&cmd->recv_ddgst + queue->offset, in nvmet_tcp_try_recv_ddgst()
/openbmc/linux/fs/ceph/
H A Dinode.c1132 memcpy(ci->i_xattrs.blob->vec.iov_base, in ceph_fill_inode()
2342 iov.iov_base = kmap_local_page(page); in fill_fscrypt_truncate()
2387 memset(iov.iov_base + boff, 0, PAGE_SIZE - boff); in fill_fscrypt_truncate()
2405 ret = ceph_pagelist_append(pagelist, iov.iov_base, in fill_fscrypt_truncate()
2415 if (iov.iov_base) in fill_fscrypt_truncate()
2416 kunmap_local(iov.iov_base); in fill_fscrypt_truncate()
H A Dxattr.c812 p = ci->i_xattrs.blob->vec.iov_base; in __build_xattrs()
914 dest = ci->i_xattrs.prealloc_blob->vec.iov_base; in __ceph_build_xattrs_blob()
932 dest - ci->i_xattrs.prealloc_blob->vec.iov_base; in __ceph_build_xattrs_blob()
/openbmc/qemu/net/
H A Dfilter-mirror.c142 .iov_base = (void *)buf, in redirector_to_filter()
H A Daf-xdp.c236 iov.iov_base = xsk_umem__get_data(s->buffer, desc->addr); in af_xdp_send()
/openbmc/linux/tools/testing/selftests/net/
H A Dtimestamping.c293 entry.iov_base = data; in recvpacket()
H A Dcmsg_sender.c472 iov[0].iov_base = buf; in main()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c199 packet_iov.iov_base = packet_buf; in verify_skb_metadata()
H A Dtest_sock_addr.c1066 iov.iov_base = &data; in sendmsg_to_server()
1131 iov.iov_base = data; in recvmsg_from_client()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c334 .iov_base = buf, in process_one_client()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_parameters.c27 iov.iov_base = buf; in iscsi_login_rx_data()
52 iov[0].iov_base = pdu_buf; in iscsi_login_tx_data()
56 iov[1].iov_base = text_buf; in iscsi_login_tx_data()
/openbmc/linux/fs/jffs2/
H A Dxattr.c296 vecs[0].iov_base = &rx; in save_xattr_datum()
298 vecs[1].iov_base = xd->xname; in save_xattr_datum()
314 rx.data_crc = cpu_to_je32(crc32(0, vecs[1].iov_base, vecs[1].iov_len)); in save_xattr_datum()
H A Derase.c433 vecs[0].iov_base = (unsigned char *) &marker; in jffs2_mark_erased_block()
/openbmc/qemu/hw/net/
H A De1000.c886 uint8_t *filter_buf = iov->iov_base; in e1000_receive_iov()
921 if (filter_buf == iov->iov_base) { in e1000_receive_iov()
961 pci_dma_write(d, ba, iov->iov_base + iov_ofs, iov_copy); in e1000_receive_iov()
1018 .iov_base = (uint8_t *)buf, in e1000_receive()
/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c698 iov.iov_base = &ssp; in test_ptrace()

1...<<111213141516