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

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dos.h383 int zoneid; /* Only set on Solaris 10 & later */ member in struct:__anon07d254240108
/xsrc/external/mit/xorg-server/dist/include/
H A Dos.h418 int zoneid; /* Only set on Solaris 10 & later */ member in struct:__anona454ddf70108
/xsrc/external/mit/xorg-server.old/dist/os/
H A Daccess.c1089 if ((lcc->fieldsSet & LCC_ZID_SET) && (lcc->zoneid != getzoneid())) {
1171 lcc->zoneid = ucred_getzoneid(peercred);
1172 if (lcc->zoneid != -1)
2038 if ((lcc->fieldsSet & LCC_ZID_SET) && (lcc->zoneid != getzoneid())) {
H A Dconnection.c573 client_zid = lcc->zoneid;
577 "zoneid=%ld ", (long) lcc->zoneid);
/xsrc/external/mit/xorg-server/dist/os/
H A Dconnection.c451 client_zid = lcc->zoneid;
455 "zoneid=%ld ", (long) lcc->zoneid);
H A Daccess.c1223 lcc->zoneid = ucred_getzoneid(peercred);
1224 if (lcc->zoneid != -1)
2109 if ((lcc->fieldsSet & LCC_ZID_SET) && (lcc->zoneid != getzoneid())) {
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dshm.c341 if ( ((lcc->fieldsSet & LCC_ZID_SET) == 0) || (lcc->zoneid == -1)
342 || (lcc->zoneid != SHMPERM_ZONEID(perm))) {
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dshm.c329 if (((lcc->fieldsSet & LCC_ZID_SET) == 0) || (lcc->zoneid == -1)
330 || (lcc->zoneid != SHMPERM_ZONEID(perm))) {

Completed in 14 milliseconds