| /xnu-8792.61.2/bsd/kern/ |
| H A D | kern_aio.c | 485 VM_KERNEL_ADDRPERM(p), uap->aiocbp, 0, 0, 0); in aio_cancel() 542 VM_KERNEL_ADDRPERM(p), uap->aiocbp, result, 0, 0); in aio_cancel() 564 VM_KERNEL_ADDRPERM(p), fd, 0, 0, 0); in _aio_close() 581 VM_KERNEL_ADDRPERM(p), fd, 0, 0, 0); in _aio_close() 591 VM_KERNEL_ADDRPERM(p), fd, 0, 0, 0); in _aio_close() 608 VM_KERNEL_ADDRPERM(p), uap->aiocbp, 0, 0, 0); in aio_error() 626 VM_KERNEL_ADDRPERM(p), uap->aiocbp, *retval, 0, 0); in aio_error() 638 VM_KERNEL_ADDRPERM(p), uap->aiocbp, *retval, 0, 0); in aio_error() 647 VM_KERNEL_ADDRPERM(p), uap->aiocbp, error, 0, 0); in aio_error() 668 VM_KERNEL_ADDRPERM(p), uap->aiocbp, uap->op, 0, 0); in aio_fsync() [all …]
|
| H A D | socket_info.c | 74 si->soi_so = (u_int64_t)VM_KERNEL_ADDRPERM(so); in fill_common_sockinfo() 79 si->soi_pcb = (u_int64_t)VM_KERNEL_ADDRPERM(so->so_pcb); in fill_common_sockinfo() 167 (u_int64_t)VM_KERNEL_ADDRPERM(tp); in fill_socketinfo() 178 (uint64_t)VM_KERNEL_ADDRPERM(unp->unp_conn); in fill_socketinfo() 181 VM_KERNEL_ADDRPERM(unp->unp_conn->unp_socket); in fill_socketinfo()
|
| H A D | uipc_usrreq.c | 1709 VM_KERNEL_ADDRPERM(up->unp_link.le_next); in unpcb_to_compat() 1711 VM_KERNEL_ADDRPERM(up->unp_link.le_prev); in unpcb_to_compat() 1714 VM_KERNEL_ADDRPERM(up->unp_link.le_next); in unpcb_to_compat() 1716 VM_KERNEL_ADDRPERM(up->unp_link.le_prev); in unpcb_to_compat() 1719 VM_KERNEL_ADDRPERM(up->unp_socket); in unpcb_to_compat() 1721 VM_KERNEL_ADDRPERM(up->unp_vnode); in unpcb_to_compat() 1724 VM_KERNEL_ADDRPERM(up->unp_conn); in unpcb_to_compat() 1725 cp->unp_refs = (u_int32_t)VM_KERNEL_ADDRPERM(up->unp_refs.lh_first); in unpcb_to_compat() 1728 (u_int32_t)VM_KERNEL_ADDRPERM(up->unp_reflink.le_next); in unpcb_to_compat() 1730 (u_int32_t)VM_KERNEL_ADDRPERM(up->unp_reflink.le_prev); in unpcb_to_compat() [all …]
|
| H A D | subr_eventhandler.c | 191 …(LOG_DEBUG, "%s: adding item %p (function %p to \"%s\"", __func__, (void *)VM_KERNEL_ADDRPERM(epn), in eventhandler_register_internal() 239 evhlog((LOG_DEBUG, "%s: removing item %p from \"%s\"", __func__, (void *)VM_KERNEL_ADDRPERM(ep), in eventhandler_deregister() 253 (void *)VM_KERNEL_ADDRPERM(ep), list->el_name)); in eventhandler_deregister()
|
| H A D | uipc_socket2.c | 1064 (uint64_t)VM_KERNEL_ADDRPERM(sb->sb_mb), in sblastrecordchk() 1065 (uint64_t)VM_KERNEL_ADDRPERM(sb->sb_lastrecord), in sblastrecordchk() 1066 (uint64_t)VM_KERNEL_ADDRPERM(m)); in sblastrecordchk() 1069 printf("\t0x%llx\n", (uint64_t)VM_KERNEL_ADDRPERM(m)); in sblastrecordchk() 1091 (uint64_t)VM_KERNEL_ADDRPERM(sb->sb_mb), in sblastmbufchk() 1092 (uint64_t)VM_KERNEL_ADDRPERM(sb->sb_mbtail), in sblastmbufchk() 1093 (uint64_t)VM_KERNEL_ADDRPERM(m)); in sblastmbufchk() 1099 (uint64_t)VM_KERNEL_ADDRPERM(n)); in sblastmbufchk() 2736 (uint64_t)VM_KERNEL_ADDRPERM(so), SOCK_DOM(so), in soevent_ifdenied() 2748 so->last_pid, (uint64_t)VM_KERNEL_ADDRPERM(so), in soevent_ifdenied() [all …]
|
| H A D | kern_control.c | 527 __func__, (uint64_t)VM_KERNEL_ADDRPERM(so), in ctl_setup_kctl() 1082 __func__, (uint64_t)VM_KERNEL_ADDRPERM(m)); in ctl_enqueuembuf_list() 1138 (uint64_t) VM_KERNEL_ADDRPERM(m_list)); in ctl_enqueuembuf_list() 1141 (uint64_t) VM_KERNEL_ADDRPERM(n), in ctl_enqueuembuf_list() 1142 (uint64_t) VM_KERNEL_ADDRPERM(n->m_next)); in ctl_enqueuembuf_list() 2065 (uint64_t)VM_KERNEL_ADDRPERM(so), in ctl_unlock() 2066 (uint64_t)VM_KERNEL_ADDRPERM(so->so_pcb, in ctl_unlock() 2067 (uint64_t)VM_KERNEL_ADDRPERM(&((struct ctl_cb *)so->so_pcb)->mtx), in ctl_unlock() 2068 so->so_usecount, (uint64_t)VM_KERNEL_ADDRPERM(lr_saved)); in ctl_unlock() 2289 xk->xkp_kctpcb = (uint64_t)VM_KERNEL_ADDRPERM(kcb); [all …]
|
| /xnu-8792.61.2/osfmk/vm/ |
| H A D | vm_shared_region.c | 241 (void *)VM_KERNEL_ADDRPERM(task))); in vm_shared_region_get() 255 (void *)VM_KERNEL_ADDRPERM(task), in vm_shared_region_get() 256 (void *)VM_KERNEL_ADDRPERM(shared_region))); in vm_shared_region_get() 271 (void *)VM_KERNEL_ADDRPERM(shared_region))); in vm_shared_region_vm_map() 281 (void *)VM_KERNEL_ADDRPERM(shared_region), in vm_shared_region_vm_map() 282 (void *)VM_KERNEL_ADDRPERM(sr_map))); in vm_shared_region_vm_map() 302 (void *)VM_KERNEL_ADDRPERM(task), in vm_shared_region_set() 303 (void *)VM_KERNEL_ADDRPERM(new_shared_region))); in vm_shared_region_set() 325 (void *)VM_KERNEL_ADDRPERM(task), in vm_shared_region_set() 326 (void *)VM_KERNEL_ADDRPERM(old_shared_region), in vm_shared_region_set() [all …]
|
| /xnu-8792.61.2/bsd/netinet6/ |
| H A D | mld6.c | 518 (uint64_t)VM_KERNEL_ADDRPERM(ifq), in mld_dispatch_queue_locked() 519 (uint64_t)VM_KERNEL_ADDRPERM(m))); in mld_dispatch_queue_locked() 584 (uint64_t)VM_KERNEL_ADDRPERM(ifp), if_name(ifp))); in mld_domifattach() 609 __func__, (uint64_t)VM_KERNEL_ADDRPERM(ifp), if_name(ifp))); in mld_domifattach() 643 __func__, (uint64_t)VM_KERNEL_ADDRPERM(ifp), if_name(ifp))); in mld_domifreattach() 657 (uint64_t)VM_KERNEL_ADDRPERM(ifp), if_name(ifp))); in mld_domifdetach() 836 __func__, (uint64_t)VM_KERNEL_ADDRPERM(ifp), if_name(ifp))); in mli_remref() 865 (uint64_t)VM_KERNEL_ADDRPERM(ifp), if_name(ifp))); in mld_v1_input_query() 876 (uint64_t)VM_KERNEL_ADDRPERM(ifp), if_name(ifp))); in mld_v1_input_query() 925 __func__, (uint64_t)VM_KERNEL_ADDRPERM(ifp), if_name(ifp))); in mld_v1_input_query() [all …]
|
| H A D | in6_mcast.c | 783 (uint64_t)VM_KERNEL_ADDRPERM(lims))); in im6f_rollback() 844 (uint64_t)VM_KERNEL_ADDRPERM(lims))); in im6f_reap() 866 (uint64_t)VM_KERNEL_ADDRPERM(lims))); in im6f_purge() 906 ip6_sprintf(addr), (uint64_t)VM_KERNEL_ADDRPERM(ims))); in in6m_get_source() 1107 (uint64_t)VM_KERNEL_ADDRPERM(imf), in in6m_merge() 1108 (uint64_t)VM_KERNEL_ADDRPERM(inm))); in in6m_merge() 1131 (uint64_t)VM_KERNEL_ADDRPERM(inm))); in in6m_commit() 1158 (uint64_t)VM_KERNEL_ADDRPERM(ims))); in in6m_reap() 1177 (uint64_t)VM_KERNEL_ADDRPERM(ims))); in in6m_purge() 1256 ip6_sprintf(mcaddr), (uint64_t)VM_KERNEL_ADDRPERM(ifp), in in6_mc_join() [all …]
|
| H A D | ah_input.c | 172 (uint64_t)VM_KERNEL_ADDRPERM(sav))); in ah4_input() 564 (uint64_t)VM_KERNEL_ADDRPERM(sav))); in ah4_input() 574 (uint64_t)VM_KERNEL_ADDRPERM(sav))); in ah4_input() 631 (uint64_t)VM_KERNEL_ADDRPERM(sav))); in ah6_input() 936 (uint64_t)VM_KERNEL_ADDRPERM(sav))); in ah6_input() 946 (uint64_t)VM_KERNEL_ADDRPERM(sav))); in ah6_input()
|
| H A D | esp_input.c | 284 (uint64_t)VM_KERNEL_ADDRPERM(sav))); in esp4_input_extended() 882 (uint64_t)VM_KERNEL_ADDRPERM(sav))); in esp4_input_extended() 891 (uint64_t)VM_KERNEL_ADDRPERM(sav))); in esp4_input_extended() 994 (uint64_t)VM_KERNEL_ADDRPERM(sav))); in esp6_input_extended() 1576 (uint64_t)VM_KERNEL_ADDRPERM(sav))); in esp6_input_extended() 1586 (uint64_t)VM_KERNEL_ADDRPERM(sav))); in esp6_input_extended()
|
| /xnu-8792.61.2/bsd/netinet/ |
| H A D | igmp.c | 522 (uint64_t)VM_KERNEL_ADDRPERM(ifq), in igmp_dispatch_queue() 523 (uint64_t)VM_KERNEL_ADDRPERM(m))); in igmp_dispatch_queue() 604 __func__, (uint64_t)VM_KERNEL_ADDRPERM(ifp), ifp->if_name)); in igmp_domifattach() 628 (uint64_t)VM_KERNEL_ADDRPERM(ifp), ifp->if_name)); in igmp_domifattach() 661 __func__, (uint64_t)VM_KERNEL_ADDRPERM(ifp), ifp->if_name)); in igmp_domifreattach() 675 (uint64_t)VM_KERNEL_ADDRPERM(ifp), ifp->if_name, ifp->if_unit)); in igmp_domifdetach() 845 __func__, (uint64_t)VM_KERNEL_ADDRPERM(ifp), if_name(ifp))); in igi_remref() 885 (uint64_t)VM_KERNEL_ADDRPERM(ifp), if_name(ifp))); in igmp_input_v1_query() 896 (uint64_t)VM_KERNEL_ADDRPERM(ifp), if_name(ifp))); in igmp_input_v1_query() 982 (uint64_t)VM_KERNEL_ADDRPERM(ifp), if_name(ifp))); in igmp_input_v2_query() [all …]
|
| H A D | mptcp_subr.c | 207 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpts->mpts_mpte), in mptcpstats_get_index() 354 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), mycellbytes); in mptcpstats_get_bytes() 508 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte)); in mptcp_session_destroy() 599 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), uuidstr, err); in mptcp_trigger_cell_bringup() 602 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte)); in mptcp_trigger_cell_bringup() 688 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), mp_tp->mpt_state, mp_tp->mpt_flags); in mptcp_check_subflows_and_add() 714 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), info->ifindex, info->no_mptcp_support, in mptcp_check_subflows_and_add() 763 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), in mptcp_check_subflows_and_add() 791 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), mpte->mpte_time_target, in mptcp_check_subflows_and_add() 843 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), ifp->if_name, error); in mptcp_check_subflows_and_add() [all …]
|
| H A D | mptcp_opt.c | 82 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mp_tp->mpt_mpte)); in mptcp_setup_first_subflow_syn_opts() 352 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mp_tp->mpt_mpte), in mptcp_setup_opts() 396 (unsigned long)VM_KERNEL_ADDRPERM(mp_tp->mpt_mpte), in mptcp_setup_opts() 917 (unsigned long)VM_KERNEL_ADDRPERM(mp_tp->mpt_mpte), mptcp_subtype); in mptcp_sanitize_option() 972 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), optlen, in mptcp_do_mpcapable_opt() 1036 __func__, (unsigned long)VM_KERNEL_ADDRPERM(tptomptp(tp)->mpt_mpte), in mptcp_do_mpjoin_opt() 1050 __func__, (unsigned long)VM_KERNEL_ADDRPERM(tptomptp(tp)->mpt_mpte), in mptcp_do_mpjoin_opt() 1112 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mp_tp->mpt_mpte), in mptcp_data_ack_rcvd() 1220 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mp_tp->mpt_mpte), \ in mptcp_do_dss_opt_meat() 1576 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), in mptcp_do_add_addr_opt_v1() [all …]
|
| H A D | mptcp_timer.c | 242 …__func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), mpte->mpte_time_target, time_now, mp_so->so_use… in mptcp_urgency_timer() 262 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), mp_so->so_usecount); in mptcp_urgency_stop() 331 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), mpte->mpte_time_target, time_now, in mptcp_set_urgency_timer() 344 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), mp_so->so_usecount, ret); in mptcp_cancel_urgency_timer()
|
| H A D | tcp_cache.c | 782 __func__, tpheur->th_tfo_data_loss, (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in tcp_heuristic_reset_counters() 790 __func__, tpheur->th_tfo_req_loss, (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in tcp_heuristic_reset_counters() 798 __func__, tpheur->th_tfo_data_rst, (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in tcp_heuristic_reset_counters() 806 __func__, tpheur->th_tfo_req_rst, (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in tcp_heuristic_reset_counters() 814 … __func__, tpheur->th_ecn_loss, tpheur->th_ecn_synrst, (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in tcp_heuristic_reset_counters() 902 tpheur->th_tfo_backoff_until, tcp_now, (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in __tcp_heuristic_tfo_middlebox_common() 979 (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in tcp_heuristic_inc_counters() 999 (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in tcp_heuristic_inc_counters() 1017 (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in tcp_heuristic_inc_counters() 1035 (unsigned long)VM_KERNEL_ADDRPERM(tpheur)); in tcp_heuristic_inc_counters() [all …]
|
| H A D | mptcp_usrreq.c | 150 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), in mptcp_usr_detach() 255 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), mpte->mpte_svctype); in mptcp_entitlement_check() 300 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), in mptcp_usr_connectx() 310 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte)); in mptcp_usr_connectx() 323 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), dst->sa_len); in mptcp_usr_connectx() 331 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), dst->sa_len); in mptcp_usr_connectx() 364 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), src->sa_len); in mptcp_usr_connectx() 372 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), src->sa_len); in mptcp_usr_connectx() 556 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), error); in mptcp_getconninfo() 591 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), error); in mptcp_getconninfo() [all …]
|
| H A D | in_mcast.c | 848 (uint64_t)VM_KERNEL_ADDRPERM(lims))); in imf_rollback() 909 (uint64_t)VM_KERNEL_ADDRPERM(lims))); in imf_reap() 931 (uint64_t)VM_KERNEL_ADDRPERM(lims))); in imf_purge() 977 buf, (uint64_t)VM_KERNEL_ADDRPERM(ims))); in inm_get_source() 1188 (uint64_t)VM_KERNEL_ADDRPERM(imf), in inm_merge() 1189 (uint64_t)VM_KERNEL_ADDRPERM(inm))); in inm_merge() 1212 (uint64_t)VM_KERNEL_ADDRPERM(inm))); in inm_commit() 1239 (uint64_t)VM_KERNEL_ADDRPERM(ims))); in inm_reap() 1258 (uint64_t)VM_KERNEL_ADDRPERM(ims))); in inm_purge() 1284 _igmp_inet_buf, (uint64_t)VM_KERNEL_ADDRPERM(ifp), if_name(ifp))); in in_joingroup() [all …]
|
| H A D | ip_id.c | 68 uint64_t salt_tmp = VM_KERNEL_ADDRPERM(salt); in ip_randomid()
|
| H A D | in_pcblist.c | 119 xso->xso_so = (uint64_t)VM_KERNEL_ADDRPERM(so); in sotoxsocket_n() 124 xso->so_pcb = (uint64_t)VM_KERNEL_ADDRPERM(so->so_pcb); in sotoxsocket_n() 208 xinp->xi_inpp = (uint64_t)VM_KERNEL_ADDRPERM(inp); in inpcb_to_xinpcb_n() 211 xinp->inp_ppcb = (uint64_t)VM_KERNEL_ADDRPERM(inp->inp_ppcb); in inpcb_to_xinpcb_n() 235 xt->t_segq = (uint32_t)VM_KERNEL_ADDRPERM(tp->t_segq.lh_first); in tcpcb_to_xtcpcb_n() 736 (uint64_t)VM_KERNEL_ADDRPERM(so), in inpcb_count_opportunistic()
|
| H A D | mptcp.c | 521 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), in mptcp_input() 740 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), in mptcp_output() 1123 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mp_tp->mpt_mpte)); in mptcp_update_rcv_state_meat() 1127 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mp_tp->mpt_mpte), csum); in mptcp_update_rcv_state_meat() 1158 … __func__, (unsigned long)VM_KERNEL_ADDRPERM(tptomptp(tp)->mpt_mpte), m->m_pkthdr.len, datalen); in mptcp_validate_dss_map() 1371 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), action, ifindex, in mptcp_session_necp_cb() 1481 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), new_size); in mptcp_session_necp_cb()
|
| /xnu-8792.61.2/bsd/net/ |
| H A D | content_filter.c | 1419 (uint64_t)VM_KERNEL_ADDRPERM(so), kcunit); in cfil_ctl_disconnect() 1423 (uint64_t)VM_KERNEL_ADDRPERM(so)); in cfil_ctl_disconnect() 1551 (uint64_t)VM_KERNEL_ADDRPERM(so)); in cfil_acquire_sockbuf() 1555 (uint64_t)VM_KERNEL_ADDRPERM(so)); in cfil_acquire_sockbuf() 1812 cfil_info->cfi_so ? (uint64_t)VM_KERNEL_ADDRPERM(cfil_info->cfi_so) : 0, in cfil_info_stats_toggle() 1848 cfil_info->cfi_so ? (uint64_t)VM_KERNEL_ADDRPERM(cfil_info->cfi_so) : 0, in cfil_info_stats_toggle() 1990 (uint64_t)VM_KERNEL_ADDRPERM(so), msghdr->cfm_sock_id); in cfil_ctl_send() 1995 (uint64_t)VM_KERNEL_ADDRPERM(so)); in cfil_ctl_send() 2007 (uint64_t)VM_KERNEL_ADDRPERM(so)); in cfil_ctl_send() 2017 (uint64_t)VM_KERNEL_ADDRPERM(so), kcunit); in cfil_ctl_send() [all …]
|
| H A D | iptap.c | 531 (uint64_t)VM_KERNEL_ADDRPERM(arg), in iptap_ipf_input() 532 (uint64_t)VM_KERNEL_ADDRPERM(&iptap_ipf4), in iptap_ipf_input() 533 (uint64_t)VM_KERNEL_ADDRPERM(&iptap_ipf6)); in iptap_ipf_input() 551 (uint64_t)VM_KERNEL_ADDRPERM(arg), in iptap_ipf_output() 552 (uint64_t)VM_KERNEL_ADDRPERM(&iptap_ipf4), in iptap_ipf_output() 553 (uint64_t)VM_KERNEL_ADDRPERM(&iptap_ipf6)); in iptap_ipf_output()
|
| /xnu-8792.61.2/bsd/vm/ |
| H A D | vm_unix.c | 484 …()->p_comm, proc_getpid(current_proc()), (uint64_t)s, (uint64_t)e, (void *) VM_KERNEL_ADDRPERM(m)); in log_unnest_badness() 2060 (void *)VM_KERNEL_ADDRPERM(current_thread()), in shared_region_check_np() 2091 (void *)VM_KERNEL_ADDRPERM(current_thread()), in shared_region_check_np() 2105 (void *)VM_KERNEL_ADDRPERM(current_thread()), in shared_region_check_np() 2122 (void *)VM_KERNEL_ADDRPERM(current_thread()), in shared_region_check_np() 2138 (void *)VM_KERNEL_ADDRPERM(current_thread()), in shared_region_check_np() 2162 (void *)VM_KERNEL_ADDRPERM(current_thread()), in shared_region_copyin() 2213 (void *)VM_KERNEL_ADDRPERM(current_thread()), in shared_region_map_and_slide_setup() 2251 (void *)VM_KERNEL_ADDRPERM(current_thread()), in shared_region_map_and_slide_setup() 2267 (void *)VM_KERNEL_ADDRPERM(current_thread()))); in shared_region_map_and_slide_setup() [all …]
|
| /xnu-8792.61.2/bsd/netkey/ |
| H A D | key_debug.c | 703 (uint64_t)VM_KERNEL_ADDRPERM(m), 704 (uint64_t)VM_KERNEL_ADDRPERM(m->m_next), 705 (uint64_t)VM_KERNEL_ADDRPERM(m->m_nextpkt), 706 (uint64_t)VM_KERNEL_ADDRPERM(m->m_data), 712 (uint64_t)VM_KERNEL_ADDRPERM(m->m_pkthdr.rcvif)); 718 (uint64_t)VM_KERNEL_ADDRPERM(m->m_ext.ext_buf), 719 (uint64_t)VM_KERNEL_ADDRPERM(m_get_ext_free(m)), 721 (uint64_t)VM_KERNEL_ADDRPERM(m_get_rfa(m)));
|