Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/skywalk/channel/
H A Dchannel_kern.c491 ch->ch_name, ch->ch_pid); in kern_channel_flowadv_clear()
495 ch->ch_name, ch->ch_pid); in kern_channel_flowadv_clear()
549 ch->ch_name, ch->ch_pid); in kern_channel_flowadv_report_ce_event()
553 ch->ch_name, ch->ch_pid); in kern_channel_flowadv_report_ce_event()
572 ASSERT(proc_pid(p) == ch->ch_pid); in kern_channel_memstatus()
618 ASSERT(proc_pid(p) == ch->ch_pid); in kern_channel_defunct()
H A Dchannel.c1054 ch->ch_pid, ch->ch_flags, CHANF_BITS); in ch_kqfilter()
1076 ch->ch_pid, kn->kn_filter); in ch_kqfilter()
1166 ch->ch_name, ch->ch_pid); in ch_event()
1181 ch->ch_name, ch->ch_pid); in ch_event()
1656 ch0->ch_name, ch0->ch_pid); in ch_open()
2039 ch->ch_pid = proc_pid(p); in ch_connect()
H A Dchannel_var.h168 pid_t ch_pid; /* process ID */ member
H A Dchannel_ring.c1340 pp_insert_upp_locked(pp, kqum, ch->ch_pid); in kr_rxfinalize_upp()
1570 pp_insert_upp_locked(pp, kqum, ch->ch_pid); in kr_event_sync_finalize()
/xnu-10002.1.13/tools/lldbmacros/
H A Dskywalk.py500 …paddr, ch.ch_mmap.ami_mapsize, ch.ch_mmap.ami_redirect, ch.ch_na, ch.ch_fd, ch.ch_name, ch.ch_pid))
505 …paddr, ch.ch_mmap.ami_mapsize, ch.ch_mmap.ami_redirect, ch.ch_na, ch.ch_fd, ch.ch_name, ch.ch_pid))
/xnu-10002.1.13/bsd/skywalk/nexus/
H A Dnexus_adapter.c657 ch->ch_name, ch->ch_pid, na->na_name); in na_unbind_channel()
671 ch->ch_name, ch->ch_pid, na->na_name, na->na_channels); in na_unbind_channel()
680 pp_purge_upp(ch->ch_pp, ch->ch_pid); in na_unbind_channel()
737 pp_purge_upp(ch->ch_pp, ch->ch_pid); in na_teardown()
2720 "na 0x%llx naflags %b", ch->ch_name, ch->ch_pid, in na_defunct()
3362 "fidx %u RESUME", ch->ch_name, ch->ch_pid, flow_token, in na_flowadv_clear()
3366 ch->ch_name, ch->ch_pid, flow_token, fe_idx); in na_flowadv_clear()
3410 ch->ch_pid, flow_token, fe_idx); in na_flowadv_report_ce_event()
3413 ch->ch_name, ch->ch_pid, flow_token, fe_idx); in na_flowadv_report_ce_event()
H A Dnexus_adapter.h563 ch->ch_name, ch->ch_pid); in na_reject_channel()
H A Dnexus.c3205 entry->nce_pid = ch->ch_pid; in nexus_channel_entry_populate()
/xnu-10002.1.13/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1842 sfa->sfa_owner_pid = ch->ch_pid; in fsw_mib_get_flow_adv()
2111 filter->nmf_pid != ch->ch_pid) { in fsw_mib_get_userstack_stats()
2131 fsw_nxs2nus(fsw, filter, ch->ch_pid, nxs, sus); in fsw_mib_get_userstack_stats()
H A Dnx_flowswitch.c880 ch->ch_name, ch->ch_pid, SK_KVA(ch), SK_KVA(nx), in nx_fsw_dom_defunct_finalize()
/xnu-10002.1.13/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c462 ch->ch_name, ch->ch_pid, SK_KVA(ch), SK_KVA(nx), in nx_kpipe_dom_defunct_finalize()
/xnu-10002.1.13/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()
2916 p = proc_find(ch->ch_pid); in nx_netif_llw_detach_notify()
2918 SK_ERR("ch 0x%llx pid %d not found", SK_KVA(ch), ch->ch_pid); in nx_netif_llw_detach_notify()
2920 struct kern_channel *, ch, pid_t, ch->ch_pid); in nx_netif_llw_detach_notify()
/xnu-10002.1.13/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-10002.1.13/bsd/skywalk/mem/
H A Dskmem_arena.c1944 proc_pid = ch->ch_pid; in skmem_arena_mib_get_stats()