Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c445 case NEXUS_PORT_USER_PIPE_SERVER: in nx_upipe_dom_bind_port()
448 (*nx_port == NEXUS_PORT_USER_PIPE_SERVER && in nx_upipe_dom_bind_port()
484 case NEXUS_PORT_USER_PIPE_SERVER: in nx_upipe_dom_unbind_port()
487 (nx_port == NEXUS_PORT_USER_PIPE_SERVER && in nx_upipe_dom_unbind_port()
550 if (port == NEXUS_PORT_USER_PIPE_SERVER) { in nx_upipe_dom_connect()
1484 if (chr->cr_port == NEXUS_PORT_USER_PIPE_SERVER) { in nx_upipe_na_find()
/xnu-8796.101.5/bsd/skywalk/nexus/
H A Dos_nexus.h108 #define NEXUS_PORT_USER_PIPE_SERVER 1 macro