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

/xsrc/external/mit/xorg-server/dist/os/
H A Drpcauth.c126 static char rpc_error[MAXNETNAMELEN + 50]; variable in typeref:typename:char[]
140 snprintf(rpc_error, sizeof(rpc_error),
142 *reason = rpc_error;
147 snprintf(rpc_error, sizeof(rpc_error),
149 *reason = rpc_error;
/xsrc/external/mit/xorg-server.old/dist/os/
H A Drpcauth.c131 static char rpc_error[MAXNETNAMELEN+50]; variable in typeref:typename:char[]
144 sprintf(rpc_error, "Unable to authenticate secure RPC client (why=%d)", why);
145 *reason = rpc_error;
149 sprintf(rpc_error, "Principal \"%s\" is not authorized to connect",
151 *reason = rpc_error;

Completed in 4 milliseconds