Home
last modified time | relevance | path

Searched refs:ch_pid (Results 1 – 15 of 15) sorted by relevance

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel_kern.c515 ch->ch_name, ch->ch_pid); in _kern_channel_flowadv_signal()
519 ch->ch_name, ch->ch_pid); in _kern_channel_flowadv_signal()
587 ch->ch_name, ch->ch_pid); in kern_channel_flowadv_report_congestion_event()
591 ch->ch_name, ch->ch_pid); in kern_channel_flowadv_report_congestion_event()
610 ASSERT(proc_pid(p) == ch->ch_pid); in kern_channel_memstatus()
655 ASSERT(proc_pid(p) == ch->ch_pid); in kern_channel_defunct()
H A Dchannel.c1094 ch->ch_pid, kn->kn_filter); in ch_kqfilter()
1184 ch->ch_name, ch->ch_pid); in ch_event()
1199 ch->ch_name, ch->ch_pid); in ch_event()
1646 ch0->ch_name, ch0->ch_pid); in ch_open()
2041 ch->ch_pid = proc_pid(p); in ch_connect()
H A Dchannel_var.h171 pid_t ch_pid; /* process ID */ member
H A Dchannel_ring.c1343 pp_insert_upp_locked(pp, kqum, ch->ch_pid); in kr_rxfinalize_upp()
1573 pp_insert_upp_locked(pp, kqum, ch->ch_pid); in kr_event_sync_finalize()
/xnu-12377.41.6/tools/lldbmacros/
H A Dskywalk.py497 …paddr, ch.ch_mmap.ami_mapsize, ch.ch_mmap.ami_redirect, ch.ch_na, ch.ch_fd, ch.ch_name, ch.ch_pid))
502 …paddr, ch.ch_mmap.ami_mapsize, ch.ch_mmap.ami_redirect, ch.ch_na, ch.ch_fd, ch.ch_name, ch.ch_pid))
/xnu-12377.41.6/bsd/skywalk/nexus/
H A Dnexus_adapter.c639 ch->ch_name, ch->ch_pid, na->na_name); in na_unbind_channel()
653 ch->ch_name, ch->ch_pid, na->na_name, na->na_channels); in na_unbind_channel()
662 pp_purge_upp(ch->ch_pp, ch->ch_pid); in na_unbind_channel()
711 pp_purge_upp(ch->ch_pp, ch->ch_pid); in na_teardown()
2758 ch->ch_name, ch->ch_pid, SK_KVA(ch), SK_KVA(nx), in na_defunct()
3394 "fidx %u RESUME", ch->ch_name, ch->ch_pid, fae_uuid_str, in na_flowadv_clear()
3398 ch->ch_name, ch->ch_pid, flow_token, fe_idx); in na_flowadv_clear()
3445 ch->ch_pid, fae_uuid_str, flow_token, fe_idx); in na_flowadv_report_congestion_event()
3448 ch->ch_name, ch->ch_pid, flow_token, fe_idx); in na_flowadv_report_congestion_event()
H A Dnexus_adapter.h573 ch->ch_name, ch->ch_pid); in na_reject_channel()
H A Dnexus.c3271 entry->nce_pid = ch->ch_pid; in nexus_channel_entry_populate()
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1865 sfa->sfa_owner_pid = ch->ch_pid; in fsw_mib_get_flow_adv()
2131 filter->nmf_pid != ch->ch_pid) { in fsw_mib_get_userstack_stats()
2151 fsw_nxs2nus(fsw, filter, ch->ch_pid, nxs, sus); in fsw_mib_get_userstack_stats()
H A Dnx_flowswitch.c866 ch->ch_name, ch->ch_pid, SK_KVA(ch), SK_KVA(nx), in nx_fsw_dom_defunct_finalize()
H A Dfsw_dp.c4586 p = proc_find(ch->ch_pid); in fsw_defunct_rx_stall_channel()
4600 ch->ch_name, ch->ch_pid, fsw->fsw_ifp->if_xname, in fsw_defunct_rx_stall_channel()
/xnu-12377.41.6/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c461 ch->ch_name, ch->ch_pid, SK_KVA(ch), SK_KVA(nx), in nx_kpipe_dom_defunct_finalize()
/xnu-12377.41.6/bsd/skywalk/nexus/netif/
H A Dnx_netif.c1293 ch->ch_name, ch->ch_pid, SK_KVA(ch), SK_KVA(nx), in nx_netif_dom_defunct_finalize()
2996 p = proc_find(ch->ch_pid); in nx_netif_llw_detach_notify()
2998 SK_ERR("ch %p pid %d not found", SK_KVA(ch), ch->ch_pid); in nx_netif_llw_detach_notify()
3000 struct kern_channel *, ch, pid_t, ch->ch_pid); in nx_netif_llw_detach_notify()
/xnu-12377.41.6/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c687 ch->ch_name, ch->ch_pid, SK_KVA(ch), SK_KVA(nx), in nx_upipe_dom_defunct_finalize()
/xnu-12377.41.6/bsd/skywalk/mem/
H A Dskmem_arena.c1944 proc_pid = ch->ch_pid; in skmem_arena_mib_get_stats()