| /xnu-11215.1.10/bsd/netinet6/ |
| H A D | in6_cga.c | 72 .iov_base = NULL, 76 .iov_base = NULL, 101 VERIFY(pubkey != NULL && pubkey->iov_base != NULL); in in6_cga_is_prepare_valid() 115 SHA1Update(&ctx, pubkey->iov_base, pubkey->iov_len); in in6_cga_is_prepare_valid() 164 VERIFY(pubkey != NULL && pubkey->iov_base != NULL); in in6_cga_generate_iid() 171 SHA1Update(&ctx, pubkey->iov_base, pubkey->iov_len); in in6_cga_generate_iid() 231 if (privkey.iov_base == NULL || privkey.iov_len == 0 || in in6_cga_start() 236 if (pubkey.iov_base == NULL || pubkey.iov_len == 0 || in in6_cga_start() 261 …bcopy(__unsafe_forge_bidi_indexable(void *, privkey.iov_base, privkey.iov_len), privkeycopy, privk… in in6_cga_start() 263 privkey.iov_base = privkeycopy; in in6_cga_start() [all …]
|
| H A D | nd6_send.c | 147 bcopy(__unsafe_forge_bidi_indexable(void *, iov->iov_base, iov->iov_len), oldp, iov->iov_len); 208 iov->iov_base = newp; 223 iov->iov_base = newp;
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | kern_subr.c | 146 (void *)((u_int64_t)&kiovp->iov_base ^ kiovp->iov_len), in blend_iov_components() 156 if (kiovp->iov_base == 0) { in kiovp_get_base() 159 return (u_int64_t)ptrauth_auth_data((void *)kiovp->iov_base, in kiovp_get_base() 164 return kiovp->iov_base; in kiovp_get_base() 174 kiovp->iov_base = 0; in kiovp_set_base() 176 kiovp->iov_base = (u_int64_t)ptrauth_sign_unauthenticated( in kiovp_set_base() 181 kiovp->iov_base = addr; in kiovp_set_base() 294 (int)cp, (uintptr_t)uiovp->iov_base, acnt, 0, 0); in uio_copyout_user() 296 error = copyout(CAST_DOWN(caddr_t, cp), uiovp->iov_base, (size_t)acnt); in uio_copyout_user() 299 (int)cp, (uintptr_t)uiovp->iov_base, acnt, 0, 0); in uio_copyout_user() [all …]
|
| H A D | kpi_socket.c | 738 CAST_USER_ADDR_T((tempp + i)->iov_base), in sock_receive_internal() 818 (msg->msg_iov[0].iov_base == NULL)) { in sock_receive() 870 CAST_USER_ADDR_T((tempp + i)->iov_base), in sock_send_internal() 1040 msg_iov[i].iov_base = mtod(m, void*); in sock_sendmbuf_can_wait()
|
| /xnu-11215.1.10/tests/ |
| H A D | bpf_write_batch.c | 264 iov->iov_base = calloc(1, iov->iov_len); in make_bootp_packet() 269 bcopy(&bpfhdr, iov->iov_base, bpfhdr.bh_hdrlen); in make_bootp_packet() 270 bcopy(pkt, (char *)iov->iov_base + bpfhdr.bh_hdrlen, frame_length); in make_bootp_packet() 297 struct bpf_hdr *h0 = (struct bpf_hdr *)iovs[i].iov_base;; in do_bpf_write_batch() 303 HexDump(iovs[i].iov_base, MIN((size_t)iovs[i].iov_len, 512)); in do_bpf_write_batch() 362 unsigned char *p0 = iovs[i].iov_base; in do_bpf_write_batch() 363 struct bpf_hdr *h0 = (struct bpf_hdr *)iovs[i].iov_base;; in do_bpf_write_batch()
|
| H A D | recvmsg_x_test.c | 63 vec.iov_base = bytes; in sendPackets() 112 vec[i].iov_base = buffers + (i * buflen); in recvPackets_x() 230 .iov_base = malloc(bufsize), 234 .iov_base = malloc(bufsize), 238 .iov_base = malloc(bufsize),
|
| H A D | unp_externalize_fd_alloc.c | 34 iovec[0].iov_base = ""; 57 riovec[0].iov_base = &c;
|
| H A D | sendmsg_x_test.c | 73 .iov_base = buffer1, 83 .iov_base = buffer2,
|
| H A D | uipc_sosendcheck.c | 28 iov->iov_base = buf; in do_recv() 67 iov->iov_base = buf; in do_send()
|
| H A D | pipe_read_infloop_55437634.c | 21 .iov_base = &c,
|
| H A D | fd_send.c | 25 iovec[0].iov_base = ""; in send_fd() 57 iovec[0].iov_base = &c; in recv_fd()
|
| H A D | v4mappedv6_recvpktinfo.c | 200 recv_iov.iov_base = &packet_space; in do_kqueue() 241 T_LOG("%02x ", ((char *)recvmsghdr->msg_iov->iov_base)[i]); in handle_recv()
|
| H A D | ip_tos_35768492.c | 36 msg.iov_base = (void *)data; in my_sendmsg() 91 msg.iov_base = buf; in my_recvmsg()
|
| H A D | socket_0byte_udp_poll_58140856.c | 55 iov.iov_base = ""; in send_message()
|
| H A D | recvmsg_x_ctrunc.c | 99 iovarray[i].iov_base = &bytes[i]; in send_packets() 144 vec[i].iov_base = &bytes[i]; in receive_packets()
|
| H A D | scm_rights_leak.c | 62 struct iovec iovec = { .iov_base = &data, .iov_len = 1 };
|
| H A D | tcp_send_implied_connect.c | 97 struct iovec iovec = { .iov_base = "", .iov_len = 0 }; in tcp_send_implied_connect_v4() 150 struct iovec iovec = { .iov_base = "", .iov_len = 0 }; in tcp_send_implied_connect_v6()
|
| /xnu-11215.1.10/bsd/sys/ |
| H A D | uio_internal.h | 140 u_int64_t iov_base; /* Base address; PAC signed, diversified with length. */ member 146 user_addr_t iov_base; /* Base address. */ member 153 uint32_t iov_base; /* Base address. */ member 158 uint64_t iov_base; /* Base address. */ member
|
| /xnu-11215.1.10/bsd/sys/_types/ |
| H A D | _iovec_t.h | 32 void * iov_base; /* [XSI] Base address of I/O memory region */ member
|
| /xnu-11215.1.10/bsd/vfs/ |
| H A D | vfs_cluster.c | 2943 user_addr_t iov_base; in cluster_write_direct() local 3019 iov_base = uio_curriovbase(uio); in cluster_write_direct() 3022 offset_in_iovbase = (u_int32_t)(iov_base & mem_alignment_mask); in cluster_write_direct() 3031 if (iov_base & (devblocksize - 1)) { in cluster_write_direct() 3077 iov_base = uio_curriovbase(uio); in cluster_write_direct() 3083 if (useVectorUPL && (iov_base & PAGE_MASK)) { in cluster_write_direct() 3100 upl_offset = (vm_offset_t)((u_int32_t)iov_base & PAGE_MASK); in cluster_write_direct() 3104 (int)upl_offset, upl_needed_size, (int)iov_base, io_size, 0); in cluster_write_direct() 3114 (vm_map_offset_t)(iov_base & ~((user_addr_t)PAGE_MASK)), in cluster_write_direct() 3178 (int)upl_offset, upl_size, (int)iov_base, io_size, 0); in cluster_write_direct() [all …]
|
| /xnu-11215.1.10/bsd/net/ |
| H A D | content_filter_crypto.c | 126 if (extra_data[extra_idx].iov_base != NULL && extra_data[extra_idx].iov_len > 0) { in cfil_crypto_update_context() 127 cchmac_update(di, ctx, extra_data[extra_idx].iov_len, extra_data[extra_idx].iov_base); in cfil_crypto_update_context()
|
| H A D | content_filter.c | 3170 extra_data[0].iov_base = msg->cfs_remote_domain_name; in cfil_dispatch_attach_event_sign() 3208 extra_data[0].iov_base = __unsafe_null_terminated_to_indexable(domain_name); in cfil_sign_with_domain_name()
|
| /xnu-11215.1.10/bsd/nfs/ |
| H A D | nfs_syscalls.c | 1337 oldp = iov[0].iov_base; in nfssvc_exportstats() 1339 newlenp = iov[1].iov_base; in nfssvc_exportstats() 1489 oldp = iov[0].iov_base; in nfssvc_userstats() 1491 newlenp = iov[1].iov_base; in nfssvc_userstats() 1626 oldp = iov[0].iov_base; in nfssvc_usercount() 1628 newlenp = iov[1].iov_base; in nfssvc_usercount() 1676 oldp = iov[0].iov_base; in nfssvc_srvstats() 1678 newlenp = iov[1].iov_base; in nfssvc_srvstats()
|