Searched defs:reqtype (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolpolicy.c320 int reqtype; local
323 reqtype = MAJOROP; /* protocol */
325 reqtype = -1;
352 switch (reqtype) {
437 if (reqtype == X_GetInputFocus)
439 status = tsol_check_policy(tsolinfo, tsolres, flags, reqtype);
449 status = tsol_check_policy(tsolinfo, tsolres, flags, reqtype);
491 TsolRequestNameString(reqtype),
513 int reqtype; local
516 reqtype
609 int reqtype; local
695 int reqtype; local
754 int reqtype; local
[all...]
H A Dtsolextension.c1991 int reqtype; local
1997 reqtype = MAJOROP_CODE;
1999 switch (reqtype) {
2119 TsolRequestNameString(reqtype),
2137 int reqtype; local
2143 reqtype = MAJOROP_CODE;

Completed in 13 milliseconds