Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c444 case NEXUS_PORT_USER_PIPE_CLIENT: in nx_upipe_dom_bind_port()
446 if ((*nx_port == NEXUS_PORT_USER_PIPE_CLIENT && in nx_upipe_dom_bind_port()
456 if (*nx_port == NEXUS_PORT_USER_PIPE_CLIENT) { in nx_upipe_dom_bind_port()
483 case NEXUS_PORT_USER_PIPE_CLIENT: in nx_upipe_dom_unbind_port()
485 if ((nx_port == NEXUS_PORT_USER_PIPE_CLIENT && in nx_upipe_dom_unbind_port()
493 if (nx_port == NEXUS_PORT_USER_PIPE_CLIENT) { in nx_upipe_dom_unbind_port()
552 } else if (port == NEXUS_PORT_USER_PIPE_CLIENT) { in nx_upipe_dom_connect()
1490 ASSERT(chr->cr_port == NEXUS_PORT_USER_PIPE_CLIENT); in nx_upipe_na_find()
/xnu-8796.121.2/bsd/skywalk/nexus/
H A Dos_nexus.h107 #define NEXUS_PORT_USER_PIPE_CLIENT 0 macro