Searched refs:a_host_atom (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c65 static Bool ephyrLocalAtomToHost (int a_local_atom, int *a_host_atom) ;
68 static Bool ephyrHostAtomToLocal (int a_host_atom, int *a_local_atom) ;
237 ephyrLocalAtomToHost (int a_local_atom, int *a_host_atom) argument
242 EPHYR_RETURN_VAL_IF_FAIL (a_host_atom, FALSE) ;
257 *a_host_atom = host_atom ;
264 ephyrHostAtomToLocal (int a_host_atom, int *a_local_atom)
272 atom_name = ephyrHostGetAtomName (a_host_atom) ;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c63 static Bool ephyrLocalAtomToHost(int a_local_atom, int *a_host_atom);
179 ephyrLocalAtomToHost(int a_local_atom, int *a_host_atom) argument
186 EPHYR_RETURN_VAL_IF_FAIL(a_host_atom, FALSE);
203 *a_host_atom = reply->atom;

Completed in 5 milliseconds