Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c459 case NEXUS_PORT_USER_PIPE_SERVER: in nx_upipe_dom_bind_port()
462 (*nx_port == NEXUS_PORT_USER_PIPE_SERVER && in nx_upipe_dom_bind_port()
498 case NEXUS_PORT_USER_PIPE_SERVER: in nx_upipe_dom_unbind_port()
501 (nx_port == NEXUS_PORT_USER_PIPE_SERVER && in nx_upipe_dom_unbind_port()
564 if (port == NEXUS_PORT_USER_PIPE_SERVER) { in nx_upipe_dom_connect()
1500 if (chr->cr_port == NEXUS_PORT_USER_PIPE_SERVER) { in nx_upipe_na_find()
/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dos_nexus.h105 #define NEXUS_PORT_USER_PIPE_SERVER 1 macro