Home
last modified time | relevance | path

Searched refs:iov_base (Results 351 – 362 of 362) sorted by relevance

1...<<1112131415

/freebsd/usr.sbin/bhyve/
H A Dpci_ahci.c633 breq->br_iov[j].iov_base = paddr_guest2host(ahci_ctx(p->pr_sc), in ahci_build_iov()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2556 CHECK_SIZE_AND_OFFSET(iovec, iov_base);
H A Dsanitizer_common_interceptors.inc953 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, iovec[i].iov_base, sz);
963 COMMON_INTERCEPTOR_READ_RANGE(ctx, iovec[i].iov_base, sz);
3431 // Some kernel might zero the iovec::iov_base in case of invalid
3439 COMMON_INTERCEPTOR_READ_RANGE(ctx, iovec->iov_base, iovec->iov_len);
3466 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, local_iovec.iov_base,
8255 ctx, iov->iov_base, Min(iov_len, iov->iov_len));
/freebsd/sys/compat/linux/
H A Dlinux_misc.c2467 iov.iov_base = args->buf; in linux_getrandom()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c2219 iov.iov_base = &ep->mpa_pkt[ep->mpa_pkt_len]; in process_mpa_request()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_ddp.c2515 iov[0].iov_base = mtod(m, void *); in aio_ddp_requeue()
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c3574 iovec.iov_base = &rb->recv_space;
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1913 dfsan_set_label(0, iov->iov_base, iov_written); in clear_msghdr_labels()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vnops_os.c368 iov.iov_base = (void *)data; in zfs_write_simple()
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog326 o Fix signedness differ for iov_base (solaris) (2c62062e Azat Khuzhin)
/freebsd/contrib/libevent/
H A DChangeLog326 o Fix signedness differ for iov_base (solaris) (2c62062e Azat Khuzhin)
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c2037 entry.iov_base = data; in wpa_driver_nl80211_handle_eapol_tx_status()

1...<<1112131415