Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c361 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_mon_dom_connect() argument
363 #pragma unused(nxdom_prov, nx, ch, chr, ch0, nxb, p) in nx_mon_dom_connect()
1425 struct chreq *chr, struct kern_channel *ch0, struct nxbind *nxb, in nx_monitor_na_find() argument
1448 chr->cr_real_endpoint, chr->cr_endpoint, SK_KVA(ch0), create, in nx_monitor_na_find()
1470 if (ch0 != NULL) { in nx_monitor_na_find()
1477 ASSERT(!(ch0->ch_info->cinfo_ch_mode & CHMODE_MONITOR)); in nx_monitor_na_find()
1478 ASSERT(ch0->ch_info->cinfo_nx_port == chr->cr_port); in nx_monitor_na_find()
1480 pna = ch0->ch_na; in nx_monitor_na_find()
1491 error = na_find(ch, nx, &pchr, ch0, nxb, p, &pna, create); in nx_monitor_na_find()
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel.c1539 struct kern_channel *ch = NULL, *ch0 = NULL; in ch_open() local
1652 if ((ch0 = ch_find(nx, port, ring)) != NULL) { in ch_open()
1653 SK_D("found ch0 0x%llx", SK_KVA(ch0)); in ch_open()
1661 char *na_name = (ch0->ch_na != NULL) ? in ch_open()
1662 ch0->ch_na->na_name : ""; in ch_open()
1665 "nx %s, owner %s(%d)", na_name, ch0->ch_flags, port, in ch_open()
1667 ch0->ch_name, ch0->ch_pid); in ch_open()
1685 ch = ch_connect(nx, &chr, ch0, nxb, p, fd, err); in ch_open()
1695 if (ch0 != NULL) { in ch_open()
1696 (void) ch_release_locked(ch0); in ch_open()
[all …]
/xnu-8019.80.24/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c313 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_kpipe_dom_connect() argument
360 err = na_connect(nx, ch, chr, ch0, nxb, p); in nx_kpipe_dom_connect()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c716 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_fsw_dom_connect() argument
762 err = na_connect(nx, ch, chr, ch0, nxb, p); in nx_fsw_dom_connect()
/xnu-8019.80.24/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c529 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_upipe_dom_connect() argument
580 err = na_connect(nx, ch, chr, ch0, nxb, p); in nx_upipe_dom_connect()
/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_adapter.c2558 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in na_connect() argument
2571 err = na_find(ch, nx, chr, ch0, nxb, p, &na, TRUE /* create */); in na_connect()
2906 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p, in na_find() argument
2931 error = nx_monitor_na_find(nx, ch, chr, ch0, nxb, p, na, create); in na_find()
/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif.c1120 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_netif_dom_connect() argument
1174 err = na_connect(nx, ch, chr, ch0, nxb, p); in nx_netif_dom_connect()