Searched refs:LCC_ZID_SET (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dos.h374 #define LCC_ZID_SET (1 << 3) macro
/xsrc/external/mit/xorg-server/dist/include/
H A Dos.h409 #define LCC_ZID_SET (1 << 3) macro
/xsrc/external/mit/xorg-server.old/dist/os/
H A Daccess.c1089 if ((lcc->fieldsSet & LCC_ZID_SET) && (lcc->zoneid != getzoneid())) {
1173 lcc->fieldsSet |= LCC_ZID_SET;
2038 if ((lcc->fieldsSet & LCC_ZID_SET) && (lcc->zoneid != getzoneid())) {
H A Dconnection.c571 if (lcc->fieldsSet & LCC_ZID_SET) {
/xsrc/external/mit/xorg-server/dist/os/
H A Daccess.c1225 lcc->fieldsSet |= LCC_ZID_SET;
2109 if ((lcc->fieldsSet & LCC_ZID_SET) && (lcc->zoneid != getzoneid())) {
H A Dconnection.c449 if (lcc->fieldsSet & LCC_ZID_SET) {
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dshm.c341 if ( ((lcc->fieldsSet & LCC_ZID_SET) == 0) || (lcc->zoneid == -1)
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dshm.c329 if (((lcc->fieldsSet & LCC_ZID_SET) == 0) || (lcc->zoneid == -1)

Completed in 14 milliseconds