Home
last modified time | relevance | path

Searched refs:NEXUS_PORT_USER_PIPE_CLIENT (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.121.6/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c445 case NEXUS_PORT_USER_PIPE_CLIENT: in nx_upipe_dom_bind_port()
447 if ((*nx_port == NEXUS_PORT_USER_PIPE_CLIENT && in nx_upipe_dom_bind_port()
457 if (*nx_port == NEXUS_PORT_USER_PIPE_CLIENT) { in nx_upipe_dom_bind_port()
484 case NEXUS_PORT_USER_PIPE_CLIENT: in nx_upipe_dom_unbind_port()
486 if ((nx_port == NEXUS_PORT_USER_PIPE_CLIENT && in nx_upipe_dom_unbind_port()
494 if (nx_port == NEXUS_PORT_USER_PIPE_CLIENT) { in nx_upipe_dom_unbind_port()
553 } else if (port == NEXUS_PORT_USER_PIPE_CLIENT) { in nx_upipe_dom_connect()
1492 ASSERT(chr->cr_port == NEXUS_PORT_USER_PIPE_CLIENT); in nx_upipe_na_find()
/xnu-11417.121.6/tests/skywalk/
H A Dskt_bind.c413 error = sktc_bind_nexus_key(NEXUS_PORT_USER_PIPE_CLIENT, in skt_bindupipeanon_main()
433 skt_bind_common(NEXUS_TYPE_USER_PIPE, NEXUS_PORT_USER_PIPE_CLIENT, in skt_bindupipekey_main()
/xnu-11417.121.6/bsd/skywalk/nexus/
H A Dos_nexus.h108 #define NEXUS_PORT_USER_PIPE_CLIENT 0 macro