Home
last modified time | relevance | path

Searched refs:SK_KVA (Results 1 – 25 of 44) sorted by relevance

12

/xnu-12377.61.12/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c337 "nx %p (\"%s\":\"%s\") na \"%s\" (%p)", SK_KVA(nx), in nx_upipe_prov_mem_new()
339 SK_KVA(na)); in nx_upipe_prov_mem_new()
373 SK_D("nexus %p (%s)", SK_KVA(nx), NX_DOM_PROV(nx)->nxdom_prov_name); in nx_upipe_prov_nx_ctor()
377 SK_KVA(NX_UPIPE_PRIVATE(nx)), SK_KVA(nx)); in nx_upipe_prov_nx_ctor()
389 SK_D("nexus %p (%s) upipe %p", SK_KVA(nx), in nx_upipe_prov_nx_dtor()
390 NX_DOM_PROV(nx)->nxdom_prov_name, SK_KVA(u)); in nx_upipe_prov_nx_dtor()
401 SK_DF(SK_VERB_USER_PIPE, "marking upipe %p as free", SK_KVA(u)); in nx_upipe_prov_nx_dtor()
427 SK_DF(SK_VERB_MEM, "pna %p FREE", SK_KVA(pna)); in na_upipe_free()
578 SK_D("channel %p -!- nexus %p (%s:\"%s\":%u:%d)", SK_KVA(ch), in nx_upipe_dom_disconnect()
579 SK_KVA(nx), nxdom_prov->nxdom_prov_name, ch->ch_na->na_name, in nx_upipe_dom_disconnect()
[all …]
/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dnexus_syscalls.c102 SK_PERR(p, "copyin err %d, init %p", err, SK_KVA(uap->init)); in __nexus_open()
136 SK_KVA(uap->init)); in __nexus_open()
186 "prov_uuid_len %u", SK_KVA(uap->reg), uap->reg_len, in __nexus_register()
187 SK_KVA(uap->prov_uuid), uap->prov_uuid_len); in __nexus_register()
193 SK_PERR(p, "copyin err %d, reg %p", err, SK_KVA(uap->reg)); in __nexus_register()
228 SK_KVA(uap->prov_uuid)); in __nexus_register()
268 SK_KVA(uap->prov_uuid)); in __nexus_deregister()
310 SK_KVA(uap->nx_uuid)); in __nexus_create()
317 SK_KVA(uap->prov_uuid)); in __nexus_create()
345 SK_KVA(uap->nx_uuid)); in __nexus_create()
[all …]
H A Dnexus_adapter.c336 na->na_name, SK_KVA(na), ch->ch_first[NR_TX], ch->ch_last[NR_TX], in na_krings_use()
351 kring->ckr_name, SK_KVA(kring), in na_krings_use()
389 na->na_name, SK_KVA(na), ch->ch_first[NR_TX], ch->ch_last[NR_TX], in na_krings_unuse()
562 SK_KVA(na)); in na_bind_channel()
567 SK_DF(SK_VERB_NA, "ch %p", SK_KVA(ch)); in na_bind_channel()
570 SK_DF(SK_VERB_NA, " ch_schema: %p", SK_KVA(ch->ch_schema)); in na_bind_channel()
572 SK_DF(SK_VERB_NA, " ch_na: %p (chcnt %u)", SK_KVA(ch->ch_na), in na_bind_channel()
1104 SK_KVA(na), SK_KVA(nx), nxdom_prov->nxdom_prov_dom->nxdom_type, in na_attach_common()
1105 SK_KVA(na->na_arena)); in na_attach_common()
1117 na->na_name, SK_KVA(na), SK_KVA(kring), within_kevent, selwake, in na_post_event()
[all …]
H A Dnexus.c215 SK_D("nxctl %p UUID %s", SK_KVA(nxctl), in nxctl_create()
240 SK_D("nxctl %p UUID %s flags 0x%x", SK_KVA(nxctl), in nxctl_close()
816 SK_KVA(nx), SK_KVA(nxb), nbr.nb_port, nxb->nxb_flags, in nxctl_nexus_bind()
819 (nxb->nxb_key != NULL) ? SK_KVA(nxb->nxb_key) : 0, in nxctl_nexus_bind()
964 SK_DF(SK_VERB_MEM, "nxb %p ALLOC", SK_KVA(nxb)); in nxb_alloc()
972 SK_DF(SK_VERB_MEM, "nxb %p key %p FREE", SK_KVA(nxb), in nxb_free()
973 (nxb->nxb_key != NULL) ? SK_KVA(nxb->nxb_key) : 0); in nxb_free()
1195 SK_D("nxctl %p FREE", SK_KVA(nxctl)); in nxctl_free()
1288 "error %d", SK_KVA(ch), ch->ch_flags, SK_KVA(nx), err); in nxprov_advise_connect()
1312 SK_KVA(ch), ch->ch_flags, SK_KVA(nx), err); in nxprov_advise_connect()
[all …]
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c421 "nx %p (\"%s\":\"%s\") na \"%s\" (%p)", SK_KVA(nx), in nx_fsw_prov_mem_new()
423 SK_KVA(na)); in nx_fsw_prov_mem_new()
556 "nexus %p (%s) cmd %d (err %d)", SK_KVA(nx), in nx_fsw_prov_config()
577 SK_D("nexus %p (%s)", SK_KVA(nx), NX_DOM_PROV(nx)->nxdom_prov_name); in nx_fsw_prov_nx_ctor()
592 SK_KVA(NX_FSW_PRIVATE(nx)), SK_KVA(nx)); in nx_fsw_prov_nx_ctor()
605 SK_D("nexus %p (%s) fsw %p", SK_KVA(nx), in nx_fsw_prov_nx_dtor()
606 NX_DOM_PROV(nx)->nxdom_prov_name, SK_KVA(fsw)); in nx_fsw_prov_nx_dtor()
613 SK_DF(SK_VERB_FSW, "marking fsw %p as free", SK_KVA(fsw)); in nx_fsw_prov_nx_dtor()
680 "nx %p \"%s\" %snx_port %d [%u,%u] (err %d)", SK_KVA(nx), in nx_fsw_dom_find_port()
735 "nx %p \"%s\" nx_port %d [%u,%u] (err %d)", SK_KVA(nx), in nx_fsw_dom_bind_port()
[all …]
H A Dfsw_vp.c82 SK_KVA(na), na_activate_mode2str(mode)); in fsw_vp_na_activate()
100 na->na_name, SK_KVA(na), na_activate_mode2str(mode), ret); in fsw_vp_na_activate()
151 SK_DF(SK_VERB_FSW, "na \"%s\" (%p)", na->na_name, SK_KVA(na)); in fsw_vp_na_dtor()
228 kring->ckr_name, SK_KVA(kring), kring->ckr_flags, error); in fsw_vp_na_txsync()
234 SK_KVA(kring), kring->ckr_flags, kring->ckr_ring_id, flags); in fsw_vp_na_txsync()
266 sk_proc_pid(p), kring->ckr_name, SK_KVA(kring), kring->ckr_flags, in fsw_vp_na_rxsync()
325 SK_KVA(ch), na->na_name, SK_KVA(na), SK_KVA(ch->ch_nexus), in fsw_vp_na_special()
438 SK_KVA(na->na_nx), NX_DOM(na->na_nx)->nxdom_name, in fsw_vp_na_create()
491 SK_DF(SK_VERB_MEM, "vpna %p FREE", SK_KVA(vpna)); in fsw_vp_na_free()
/xnu-12377.61.12/bsd/skywalk/channel/
H A Dchannel_ring.c135 SK_KVA(kr), kr->ckr_busy); in kr_enter()
147 kr->ckr_name, SK_KVA(kr)); in kr_enter()
179 kr->ckr_name, SK_KVA(kr), want); in kr_exit()
196 kr->ckr_name, SK_KVA(kr)); in kr_start()
222 kr->ckr_name, SK_KVA(kr), kr->ckr_flags, state); in kr_stop()
388 SK_ERR("kr \"%s\" (0x%p) krflags 0x%x", kring->ckr_name, SK_KVA(kring), in kr_log_bad_ring()
419 SK_KVA(kring), kring->ckr_flags, ring->ring_head, in kr_log_bad_ring()
496 kring->ckr_name, SK_KVA(kring), slot_idx, err, in kr_txprologue()
544 kring->ckr_name, SK_KVA(kring), slot_idx, in kr_txprologue_upp()
545 SK_KVA(kqum)); in kr_txprologue_upp()
[all …]
H A Dchannel.c305 KRNA(kring)->na_name, SK_KVA(KRNA(kring)), kring->ckr_name, in csi_selrecord_one()
306 SK_KVA(kring), SK_KVA(&csi->csi_si), csi->csi_si.si_flags); in csi_selrecord_one()
320 (t == NR_TX) ? "W" : "R", na->na_name, SK_KVA(na), in csi_selrecord_all()
321 SK_KVA(&csi->csi_si), csi->csi_si.si_flags); in csi_selrecord_all()
387 SK_KVA(KRNA(kring)), kring->ckr_name, SK_KVA(kring), in csi_selwakeup_one()
388 SK_KVA(&csi->csi_si), csi->csi_si.si_flags, nodelay, in csi_selwakeup_one()
404 (t == NR_TX) ? "W" : "R", na->na_name, SK_KVA(na), in csi_selwakeup_all()
405 SK_KVA(&csi->csi_si), csi->csi_si.si_flags, nodelay, in csi_selwakeup_all()
513 "si_flags 0x%x", ch->ch_na->na_name, SK_KVA(ch->ch_na), in filt_chrwdetach()
514 SK_KVA(ch), SK_KVA(kn), (kn->kn_flags & EV_POLL) ? "poll," : "", in filt_chrwdetach()
[all …]
H A Dchannel_syscalls.c149 SK_PERR(p, "EINVAL: init %p, init_len %u", SK_KVA(uap->init), in __channel_open()
157 SK_PERR(p, "copyin err %u: init %p", err, SK_KVA(uap->init)); in __channel_open()
174 init.ci_key_len, SK_KVA(init.ci_key)); in __channel_open()
221 err, SK_KVA(init.ci_key), keylen); in __channel_open()
247 SK_KVA(uap->init)); in __channel_open()
306 SK_KVA(uap->cinfo), uap->cinfolen); in __channel_get_info()
316 SK_KVA(uap->cinfo)); in __channel_get_info()
337 sync, i, na->na_name, SK_KVA(na), SK_KVA(ch), in channel_sync_log1()
338 SK_KVA(current_thread()), kring->ckr_ring->ring_head, in channel_sync_log1()
699 SK_KVA(uap->aoptlen)); in __channel_get_opt()
[all …]
H A Dchannel_kern.c342 KDBG((SK_KTRACE_CHANNEL_TX_REFILL | DBG_FUNC_START), SK_KVA(hw_kring)); in kern_channel_tx_refill_common()
361 SK_KVA(hwna), if_name(ifp), SK_KVA(ifp)); in kern_channel_tx_refill_common()
368 "flow control ON", SK_KVA(hwna), if_name(ifp), SK_KVA(ifp)); in kern_channel_tx_refill_common()
385 SK_ERR("hw-kr %p stopped", SK_KVA(hw_kring)); in kern_channel_tx_refill_common()
406 KDBG((SK_KTRACE_CHANNEL_TX_REFILL | DBG_FUNC_END), SK_KVA(hw_kring), in kern_channel_tx_refill_common()
620 sk_proc_name(p), sk_proc_pid(p), SK_KVA(ch), in kern_channel_memstatus()
680 sk_proc_name(p), sk_proc_pid(p), SK_KVA(ch), in kern_channel_defunct()
H A Dkern_channel_event.c150 dest->dest_desc, nx_port_id, SK_KVA(event), dest->dest_type, event_dlen, in kern_channel_packet_event_notify()
300 SK_KVA(KRNA(kring)), SK_KVA(kring)); in kern_channel_event_notify()
/xnu-12377.61.12/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c190 SK_DF(SK_VERB_MEM, "nca %p ALLOC", SK_KVA(nca)); in na_netif_compat_alloc()
204 SK_DF(SK_VERB_MEM, "nca [dev+host] %p FREE", SK_KVA(nca)); in na_netif_compat_free()
239 if_name(ifp), SK_KVA(m), MBUF_TXQ(m), i, f); in nx_netif_compat_ringcb()
254 "m %p i %u err %d", SK_KVA(m), i, err); in nx_netif_compat_ringcb()
259 if_name(ifp), SK_KVA(m), MBUF_TXQ(m), i, f); in nx_netif_compat_ringcb()
295 "err %d", SK_KVA(m), err); in nx_netif_compat_ring_alloc()
306 SK_KVA(m), (uint32_t)size, i); in nx_netif_compat_ring_alloc()
332 SK_KVA(m), err); in nx_netif_compat_ring_free()
348 na->na_name, SK_KVA(na), q, na_get_nrings(na, t)); in nx_netif_compat_tx_intr()
409 SK_KVA(na), na_activate_mode2str(mode)); in nx_netif_compat_na_activate()
[all …]
H A Dnx_netif_host.c188 SK_KVA(na), na_activate_mode2str(mode)); in nx_netif_host_na_activate()
260 "(%p) krflags 0x%x", na->na_name, SK_KVA(na), in nx_netif_host_krings_create()
261 kring->ckr_name, SK_KVA(kring), kring->ckr_flags); in nx_netif_host_krings_create()
294 "krflags 0x%x with qlen %u", na->na_name, SK_KVA(na), in nx_netif_host_krings_delete()
295 kring->ckr_name, SK_KVA(kring), kring->ckr_flags, in nx_netif_host_krings_delete()
479 KDBG((SK_KTRACE_NETIF_HOST_ENQUEUE | DBG_FUNC_END), SK_KVA(currentkring), in nx_netif_host_output()
483 KDBG((SK_KTRACE_NETIF_HOST_ENQUEUE | DBG_FUNC_START), SK_KVA(currentkring)); in nx_netif_host_output()
488 hwna->na_name, SK_KVA(hwna)); in nx_netif_host_output()
501 kring->ckr_name, SK_KVA(kring), kring->ckr_flags, in nx_netif_host_output()
511 hwna->na_name, SK_KVA(hwna), m_pktlen(m), in nx_netif_host_output()
[all …]
H A Dnx_netif.c595 "nx %p (\"%s\":\"%s\") na \"%s\" (%p)", SK_KVA(nx), in nx_netif_prov_mem_new()
597 SK_KVA(na)); in nx_netif_prov_mem_new()
812 "nexus %p (%s) cmd %d err %d", SK_KVA(nx), in nx_netif_prov_config()
835 SK_D("nexus %p (%s)", SK_KVA(nx), NX_DOM_PROV(nx)->nxdom_prov_name); in nx_netif_prov_nx_ctor()
852 SK_KVA(NX_NETIF_PRIVATE(nx)), SK_KVA(nx)); in nx_netif_prov_nx_ctor()
863 SK_D("nexus %p (%s) netif %p", SK_KVA(nx), in nx_netif_prov_nx_dtor()
864 NX_DOM_PROV(nx)->nxdom_prov_name, SK_KVA(n)); in nx_netif_prov_nx_dtor()
884 SK_DF(SK_VERB_NETIF, "marking netif %p as free", SK_KVA(n)); in nx_netif_prov_nx_dtor()
1120 SK_KVA(nif), (int)*nx_port, NX_NETIF_MAXPORTS, in nx_netif_dom_bind_port()
1223 SK_D("channel %p -!- nexus %p (%s:\"%s\":%u:%d)", SK_KVA(ch), in nx_netif_dom_disconnect()
[all …]
/xnu-12377.61.12/bsd/skywalk/mem/
H A Dskmem_test.c929 SK_KVA(SK_PTR_ADDR_KQUM(ph_mb))); in skmem_packet_tests()
945 SK_KVA(SK_PTR_ADDR_KQUM(ph_mb))); in skmem_packet_tests()
960 SK_KVA(SK_PTR_ADDR_KQUM(ph_mb))); in skmem_packet_tests()
975 SK_KVA(SK_PTR_ADDR_KQUM(ph_mb))); in skmem_packet_tests()
989 SK_KVA(SK_PTR_ADDR_KQUM(ph_mb))); in skmem_packet_tests()
1003 SK_KVA(SK_PTR_ADDR_KQUM(ph_mb))); in skmem_packet_tests()
1018 SK_KVA(SK_PTR_ADDR_KQUM(ph_mb))); in skmem_packet_tests()
1035 SK_KVA(SK_PTR_ADDR_KQUM(ph_mb))); in skmem_packet_tests()
1044 csum, SK_KVA(SK_PTR_ADDR_KQUM(ph_mb)), in skmem_packet_tests()
1045 SK_KVA(buffer)); in skmem_packet_tests()
[all …]
H A Dskmem_region.c761 skr->skr_name, SK_KVA(skr)); in skmem_region_create()
927 skr->skr_name, SK_KVA(skr)); in skmem_region_destroy()
1026 SK_KVA(skr), SK_KVA(mskr)); in skmem_region_mirror()
1301 SK_KVA(skr), SK_KVA(sg)); in __sized_by()
1305 sg->sg_index, SK_KVA(sg->sg_start), SK_KVA(sg->sg_end)); in __sized_by()
1308 sg->sg_index, SK_KVA(sg->sg_start), SK_KVA(sg->sg_end)); in __sized_by()
1406 SK_KVA(skr), SK_KVA(sg)); in __sized_by()
1408 sg->sg_index, SK_KVA(sg->sg_start), SK_KVA(sg->sg_end)); in __sized_by()
1464 SK_KVA(skr), SK_KVA(sg)); in skmem_region_free()
1468 sg->sg_index, SK_KVA(addr), in skmem_region_free()
[all …]
H A Dskmem_slab.c137 SK_KVA(skm), SK_KVA(sl)); in skmem_slab_create()
139 SK_KVA(slab), SK_KVA(slab + objsize)); in skmem_slab_create()
169 SK_KVA(skm), SK_KVA(sl)); in skmem_slab_destroy()
171 SK_KVA(slab), SK_KVA((uintptr_t)slab + skm->skm_objsize)); in skmem_slab_destroy()
H A Dskmem_arena.c186 ar->ar_name, SK_KVA(ar), ar->ar_flags, in skmem_arena_sd_setup()
210 ar->ar_name, SK_KVA(ar), ar->ar_flags, cname); in skmem_arena_sd_setup()
291 ar->ar_name, SK_KVA(ar), ar->ar_flags); in skmem_arena_pp_setup()
651 "create %s region", ar->ar_name, SK_KVA(ar), in skmem_arena_create_for_nexus()
667 ar->ar_name, SK_KVA(ar), ar->ar_flags, cname); in skmem_arena_create_for_nexus()
682 ar->ar_name, SK_KVA(ar), ar->ar_flags, cname); in skmem_arena_create_for_nexus()
703 ar->ar_name, SK_KVA(ar), ar->ar_flags); in skmem_arena_create_for_nexus()
727 "flowadv", ar->ar_name, SK_KVA(ar), ar->ar_flags); in skmem_arena_create_for_nexus()
737 ar->ar_name, SK_KVA(ar), ar->ar_flags); in skmem_arena_create_for_nexus()
1045 ar->ar_name, SK_KVA(ar), ar->ar_flags, srp_kstats->srp_name); in skmem_arena_create_for_necp()
[all …]
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_owner.c75 "(total %zu bytes) ALLOC", SK_KVA(fob), fob_cnt, in flow_owner_buckets_alloc()
84 SK_DF(SK_VERB_MEM, "fob %p FREE", SK_KVA(fob)); in flow_owner_buckets_free()
112 SK_ERR("waiting for fob %p to go idle", SK_KVA(fob)); in flow_owner_bucket_destroy()
418 fo->fo_name, fo->fo_pid, SK_KVA(fob), SK_KVA(fo), in flow_owner_alloc()
420 SK_KVA(nx_port_na)); in flow_owner_alloc()
447 fo->fo_name, fo->fo_pid, SK_KVA(fob), SK_KVA(fo), in flow_owner_free()
570 SK_DF(SK_VERB_MEM, "fo %p ALLOC", SK_KVA(fo)); in fo_alloc()
582 SK_DF(SK_VERB_MEM, "fo %p FREE", SK_KVA(fo)); in fo_free()
H A Dflow_route.c164 "(total %zu bytes) ALLOC", SK_KVA(frb), frb_cnt, in flow_route_buckets_alloc()
173 SK_DF(SK_VERB_MEM, "frb %p FREE", SK_KVA(frb)); in flow_route_buckets_free()
261 "(total %zu bytes) ALLOC", SK_KVA(frib), frib_cnt, in flow_route_id_buckets_alloc()
270 SK_DF(SK_VERB_MEM, "frib %p FREE", SK_KVA(frib)); in flow_route_id_buckets_free()
323 SK_DF(SK_VERB_MEM, "allocated fr %p", SK_KVA(fr)); in fr_alloc()
330 SK_DF(SK_VERB_MEM, "freeing fr %p", SK_KVA(fr)); in fr_free()
612 "on %s (err %d) [R]", SK_KVA(fr), in flow_route_find()
621 SK_KVA(fr), sk_sa_ntop(SA(&fr->fr_faddr), dst_s, in flow_route_find()
646 "on %s (err %d) [W]", SK_KVA(fr), in flow_route_find()
655 SK_KVA(fr), sk_sa_ntop(SA(&fr->fr_faddr), dst_s, in flow_route_find()
[all …]
H A Dflow_stats.c95 SK_DF(SK_VERB_MEM, "allocated fs %p", SK_KVA(fs)); in flow_stats_alloc()
104 SK_DF(SK_VERB_MEM, "freeing fs %p", SK_KVA(fs)); in flow_stats_free()
/xnu-12377.61.12/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c386 SK_D("channel %p -!- nexus %p (%s:\"%s\":%u:%d)", SK_KVA(ch), in nx_kpipe_dom_disconnect()
387 SK_KVA(nx), nxdom_prov->nxdom_prov_name, ch->ch_na->na_name, in nx_kpipe_dom_disconnect()
461 ch->ch_name, ch->ch_pid, SK_KVA(ch), SK_KVA(nx), in nx_kpipe_dom_defunct_finalize()
511 "nx %p (\"%s\":\"%s\") na \"%s\" (%p)", SK_KVA(nx), in nx_kpipe_prov_mem_new()
513 SK_KVA(na)); in nx_kpipe_prov_mem_new()
601 SK_DF(SK_VERB_MEM, "kna %p FREE", SK_KVA(kna)); in na_kpipe_free()
614 SK_KVA(kring), kring->ckr_flags, kring->ckr_ring_id, flags); in nx_kpipe_na_txsync()
627 SK_KVA(kring), kring->ckr_flags, kring->ckr_ring_id, in nx_kpipe_na_rxsync()
641 SK_KVA(na), na_activate_mode2str(mode)); in nx_kpipe_na_activate()
779 SK_DF(SK_VERB_KERNEL_PIPE, "created kpipe adapter %p", SK_KVA(kna)); in nx_kpipe_na_find()
[all …]
H A Dnx_kpipe_loopback.c131 nexus_port, SK_KVA(channel), (uint64_t)(*ch_ctx)); in kplo_pre_connect()
180 SK_DF(SK_VERB_KERNEL_PIPE, "channel %p", SK_KVA(channel)); in kplo_connected()
181 SK_DF(SK_VERB_KERNEL_PIPE, " RX_ring %p", SK_KVA(kplo_rxring)); in kplo_connected()
182 SK_DF(SK_VERB_KERNEL_PIPE, " TX_ring %p", SK_KVA(kplo_txring)); in kplo_connected()
198 SK_KVA(channel)); in kplo_pre_disconnect()
209 SK_KVA(channel)); in kplo_disconnected()
236 KPLO_WHICH_RING(ring), SK_KVA(ring), (uint64_t)(*ring_ctx), error); in kplo_ring_init()
250 KPLO_WHICH_RING(ring), SK_KVA(ring)); in kplo_ring_fini()
280 SK_KVA(slot), slot_id, SK_KVA(*pslot_ctx), kplo_drv_slots); in kplo_slot_init()
302 SK_KVA(slot), slot_id, kplo_drv_slots); in kplo_slot_fini()
[all …]
/xnu-12377.61.12/bsd/skywalk/namespace/
H A Dprotons.c97 SK_DF(SK_VERB_NS_PROTO, "token %p alloc", (void *)SK_KVA(pt)); in protons_token_alloc()
107 SK_DF(SK_VERB_NS_PROTO, "token %p free", (void *)SK_KVA(pt)); in protons_token_free()
156 (void *)SK_KVA(pt), pt->pt_protocol, pt->pt_pid, pt->pt_epid, in protons_token_release()
206 (void *)SK_KVA(pt), proto, pid, epid, protons_token_get_use_count(pt)); in protons_reserve_locked()
/xnu-12377.61.12/bsd/skywalk/packet/
H A Dpbufpool.c270 SK_DF(SK_VERB_MEM, "pp %p FREE", SK_KVA(pp)); in pp_free()
603 " pp %p", SK_KVA(pp)); in pp_metadata_construct()
633 SK_KVA(pp), SK_KVA(kqum), bufcnt, SK_KVA(baddr)); in pp_metadata_construct()
1016 SK_DF(SK_VERB_MEM, "pp %p buf %p usecnt %u", SK_KVA(pp), in pp_buflet_metadata_dtor()
1017 SK_KVA(objaddr), usecnt); in pp_buflet_metadata_dtor()
1186 pp->pp_name, SK_KVA(pp), umd_srp->srp_name); in pp_create()
1193 pp->pp_name, SK_KVA(pp), kmd_srp->srp_name); in pp_create()
1219 pp->pp_name, SK_KVA(pp), ubft_srp->srp_name); in pp_create()
1228 pp->pp_name, SK_KVA(pp), kbft_srp->srp_name); in pp_create()
1257 pp->pp_name, SK_KVA(pp), cname); in pp_create()
[all …]

12