Home
last modified time | relevance | path

Searched refs:cr_endpoint (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c358 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 Dnx_user_pipe.c552 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 Dnx_flowswitch.c786 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 Dchannel_var.h232 ch_endpoint_t cr_endpoint; /* out */ member
/xnu-12377.41.6/bsd/skywalk/nexus/netif/
H A Dnx_netif.c1190 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,