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

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolextension.c1696 static enum auth_stat tsol_why; variable in typeref:enum:auth_stat
1721 tsol_why = AUTH_FAILED;
1738 tsol_why = AUTH_TOOWEAK;
1742 if ((tsol_why = __authenticate(&r, &msg)) != AUTH_OK) {
1744 if ((tsol_why = _authenticate(&r, &msg)) != AUTH_OK) {

Completed in 15 milliseconds