Lines Matching defs:status

220 		(res.status == GSS_S_COMPLETE)) {
226 if (res.status == GSS_S_COMPLETE &&
245 if (res.status == GSS_S_COMPLETE &&
254 * free the memory allocated for the results and return with the status
260 return (res.status);
426 if (res.status == GSS_S_COMPLETE &&
445 if (res.status == GSS_S_COMPLETE && actual_mechs != NULL)
454 * free the memory allocated for the results and return with the status
460 return (res.status);
567 if (res.status == GSS_S_COMPLETE && cred_handle != NULL)
575 /* return with status returned in rpc call */
579 return (res.status);
773 if (res.status == (OM_uint32) GSS_S_COMPLETE ||
774 res.status == (OM_uint32) GSS_S_CONTINUE_NEEDED) {
778 * status codes, output token and context handle.
784 if (res.status == GSS_S_COMPLETE) {
807 * free the memory allocated for the results and return with the status
813 return (res.status);
1043 if (res.status == (OM_uint32)GSS_S_COMPLETE ||
1044 res.status == (OM_uint32)GSS_S_CONTINUE_NEEDED) {
1057 if (res.status == (OM_uint32)GSS_S_COMPLETE) {
1106 * free the memory allocated for the results and return with the status
1112 return (res.status);
1246 /* return with status returned in rpc call */
1249 return (res.status);
1328 * free the memory allocated for the results and return with the status
1334 return (res.status);
1454 * free the memory allocated for the results and return with the status
1460 return (res.status);
1521 OM_uint32 status;
1550 status = GSS_S_FAILURE;
1568 status = KGSS_IMPORT_SEC_CONTEXT(minor_status, &token, kctx,
1571 if (status == GSS_S_COMPLETE) {
1576 return (status);
1663 * free the memory allocated for the results and return with the status
1669 return (res.status);
1756 /* return with status returned in rpc call */
1759 return (res.status);
1864 * free the memory allocated for the results and return with the status
1870 return (res.status);
1982 * status received in the rpc call
1987 return (res.status);
2077 if (res.status == GSS_S_COMPLETE) {
2095 return (res.status);
2160 * free the memory allocated for the results and return with the status
2166 return (res.status);
2288 if (res.status == GSS_S_COMPLETE &&
2307 if (res.status == GSS_S_COMPLETE &&
2312 * free the memory allocated for the results and return with the status
2318 return (res.status);
2416 return (res.status);