Home
last modified time | relevance | path

Searched refs:ch0 (Results 1 – 7 of 7) sorted by relevance

/xnu-11417.140.69/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c355 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_mon_dom_connect() argument
357 #pragma unused(nxdom_prov, nx, ch, chr, ch0, nxb, p) in nx_mon_dom_connect()
1420 struct chreq *chr, struct kern_channel *ch0, struct nxbind *nxb, in nx_monitor_na_find() argument
1443 chr->cr_real_endpoint, chr->cr_endpoint, SK_KVA(ch0), create, in nx_monitor_na_find()
1465 if (ch0 != NULL) { in nx_monitor_na_find()
1472 ASSERT(!(ch0->ch_info->cinfo_ch_mode & CHMODE_MONITOR)); in nx_monitor_na_find()
1473 ASSERT(ch0->ch_info->cinfo_nx_port == chr->cr_port); in nx_monitor_na_find()
1475 pna = ch0->ch_na; in nx_monitor_na_find()
1486 error = na_find(ch, nx, &pchr, ch0, nxb, p, &pna, create); in nx_monitor_na_find()
/xnu-11417.140.69/bsd/skywalk/channel/
H A Dchannel.c1545 struct kern_channel *ch = NULL, *ch0 = NULL; in ch_open() local
1667 if ((ch0 = ch_find(nx, port, ring)) != NULL) { in ch_open()
1668 SK_D("found ch0 0x%llx", SK_KVA(ch0)); in ch_open()
1676 char *na_name = (ch0->ch_na != NULL) ? in ch_open()
1677 ch0->ch_na->na_name : ""; in ch_open()
1680 "nx %s, owner %s(%d)", na_name, ch0->ch_flags, port, in ch_open()
1682 ch0->ch_name, ch0->ch_pid); in ch_open()
1700 ch = ch_connect(nx, &chr, ch0, nxb, p, fd, err); in ch_open()
1710 if (ch0 != NULL) { in ch_open()
1711 (void) ch_release_locked(ch0); in ch_open()
[all …]
/xnu-11417.140.69/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c317 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_kpipe_dom_connect() argument
364 err = na_connect(nx, ch, chr, ch0, nxb, p); in nx_kpipe_dom_connect()
/xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c768 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_fsw_dom_connect() argument
792 err = na_connect(nx, ch, chr, ch0, nxb, p); in nx_fsw_dom_connect()
/xnu-11417.140.69/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c516 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_upipe_dom_connect() argument
567 err = na_connect(nx, ch, chr, ch0, nxb, p); in nx_upipe_dom_connect()
/xnu-11417.140.69/bsd/skywalk/nexus/
H A Dnexus_adapter.c2657 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in na_connect() argument
2670 err = na_find(ch, nx, chr, ch0, nxb, p, &na, TRUE /* create */); in na_connect()
3003 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p, in na_find() argument
3028 error = nx_monitor_na_find(nx, ch, chr, ch0, nxb, p, na, create); in na_find()
/xnu-11417.140.69/bsd/skywalk/nexus/netif/
H A Dnx_netif.c1145 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_netif_dom_connect() argument
1199 err = na_connect(nx, ch, chr, ch0, nxb, p); in nx_netif_dom_connect()