Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.h71 ch_endpoint_t pna_role; /* master or slave */ member
H A Dnx_user_pipe.c620 if (pna->pna_role == CH_ENDPOINT_USER_PIPE_MASTER) { in nx_upipe_dom_defunct()
632 if (pna->pna_role == CH_ENDPOINT_USER_PIPE_MASTER) { in nx_upipe_dom_defunct()
1430 if (pna->pna_role == CH_ENDPOINT_USER_PIPE_MASTER) { in nx_upipe_na_dtor()
1525 if (mna->pna_role == ep) { in nx_upipe_na_find()
1564 mna->pna_role = CH_ENDPOINT_USER_PIPE_MASTER; in nx_upipe_na_find()
1624 sna->pna_role = CH_ENDPOINT_USER_PIPE_SLAVE; in nx_upipe_na_find()
1677 SK_DF(SK_VERB_USER_PIPE, " role: %u", mna->pna_role); in nx_upipe_na_find()
1700 SK_DF(SK_VERB_USER_PIPE, " role: %u", sna->pna_role); in nx_upipe_na_find()
1708 (req->pna_role == CH_ENDPOINT_USER_PIPE_MASTER ? in nx_upipe_na_find()