Home
last modified time | relevance | path

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

/xnu-8796.141.3/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()
1419 struct chreq *chr, struct kern_channel *ch0, struct nxbind *nxb, in nx_monitor_na_find() argument
1442 chr->cr_real_endpoint, chr->cr_endpoint, SK_KVA(ch0), create, in nx_monitor_na_find()
1464 if (ch0 != NULL) { in nx_monitor_na_find()
1471 ASSERT(!(ch0->ch_info->cinfo_ch_mode & CHMODE_MONITOR)); in nx_monitor_na_find()
1472 ASSERT(ch0->ch_info->cinfo_nx_port == chr->cr_port); in nx_monitor_na_find()
1474 pna = ch0->ch_na; in nx_monitor_na_find()
1485 error = na_find(ch, nx, &pchr, ch0, nxb, p, &pna, create); in nx_monitor_na_find()
/xnu-8796.141.3/bsd/skywalk/channel/
H A Dchannel.c1528 struct kern_channel *ch = NULL, *ch0 = NULL; in ch_open() local
1641 if ((ch0 = ch_find(nx, port, ring)) != NULL) { in ch_open()
1642 SK_D("found ch0 0x%llx", SK_KVA(ch0)); in ch_open()
1650 char *na_name = (ch0->ch_na != NULL) ? in ch_open()
1651 ch0->ch_na->na_name : ""; in ch_open()
1654 "nx %s, owner %s(%d)", na_name, ch0->ch_flags, port, in ch_open()
1656 ch0->ch_name, ch0->ch_pid); in ch_open()
1674 ch = ch_connect(nx, &chr, ch0, nxb, p, fd, err); in ch_open()
1684 if (ch0 != NULL) { in ch_open()
1685 (void) ch_release_locked(ch0); in ch_open()
[all …]
/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c714 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_fsw_dom_connect() argument
754 err = na_connect(nx, ch, chr, ch0, nxb, p); in nx_fsw_dom_connect()
/xnu-8796.141.3/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-8796.141.3/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c515 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_upipe_dom_connect() argument
566 err = na_connect(nx, ch, chr, ch0, nxb, p); in nx_upipe_dom_connect()
/xnu-8796.141.3/bsd/skywalk/nexus/
H A Dnexus_adapter.c2505 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in na_connect() argument
2518 err = na_find(ch, nx, chr, ch0, nxb, p, &na, TRUE /* create */); in na_connect()
2853 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p, in na_find() argument
2878 error = nx_monitor_na_find(nx, ch, chr, ch0, nxb, p, na, create); in na_find()
/xnu-8796.141.3/bsd/skywalk/nexus/netif/
H A Dnx_netif.c1144 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_netif_dom_connect() argument
1198 err = na_connect(nx, ch, chr, ch0, nxb, p); in nx_netif_dom_connect()