Searched refs:cr_endpoint (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kernel_pipe.c | 358 chr->cr_endpoint = CH_ENDPOINT_KERNEL_PIPE; in nx_kpipe_dom_connect() 700 ch_endpoint_t ep = chr->cr_endpoint; in nx_kpipe_na_find() 713 (int)chr->cr_ring_id, chr->cr_ring_set, chr->cr_endpoint, create, in nx_kpipe_na_find()
|
| /xnu-12377.41.6/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 552 chr->cr_endpoint = CH_ENDPOINT_USER_PIPE_MASTER; in nx_upipe_dom_connect() 554 chr->cr_endpoint = CH_ENDPOINT_USER_PIPE_SLAVE; in nx_upipe_dom_connect() 1458 ch_endpoint_t ep = chr->cr_endpoint; in nx_upipe_na_find() 1471 (int)chr->cr_ring_id, chr->cr_ring_set, chr->cr_endpoint, create, in nx_upipe_na_find()
|
| /xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/ |
| H A D | nx_flowswitch.c | 786 chr->cr_endpoint = CH_ENDPOINT_FLOW_SWITCH; in nx_fsw_dom_connect() 892 (int)chr->cr_ring_id, chr->cr_ring_set, chr->cr_endpoint, create, in nx_fsw_na_find_log()
|
| /xnu-12377.41.6/bsd/skywalk/channel/ |
| H A D | channel_var.h | 232 ch_endpoint_t cr_endpoint; /* out */ member
|
| /xnu-12377.41.6/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.c | 1190 chr->cr_endpoint = CH_ENDPOINT_NET_IF; in nx_netif_dom_connect() 3161 ch_endpoint_t ep = chr->cr_endpoint; 3176 (int)chr->cr_ring_id, chr->cr_ring_set, chr->cr_endpoint, create,
|