| /xnu-8019.80.24/bsd/skywalk/nexus/monitor/ |
| H A D | nx_monitor.c | 361 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 D | channel.c | 1539 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 D | nx_kernel_pipe.c | 313 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 D | nx_flowswitch.c | 716 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 D | nx_user_pipe.c | 529 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 D | nexus_adapter.c | 2558 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 D | nx_netif.c | 1120 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()
|