Lines Matching defs:status

195 	if (res.status == GSS_S_COMPLETE &&
214 if (res.status == GSS_S_COMPLETE && actual_mechs != NULL)
222 * free the memory allocated for the results and return with the status
227 return (res.status);
384 if (res.status == GSS_S_COMPLETE &&
403 if (res.status == GSS_S_COMPLETE &&
413 * free the memory allocated for the results and return with the status
418 return (res.status);
518 if (res.status == GSS_S_COMPLETE && cred_handle != NULL)
525 /* return with status returned in rpc call */
526 return (res.status);
725 if (res.status == (OM_uint32) GSS_S_COMPLETE ||
726 res.status == (OM_uint32) GSS_S_CONTINUE_NEEDED) {
738 if (res.status == GSS_S_COMPLETE) {
763 * status received in the rpc call.
767 return (res.status);
961 if (res.status == (OM_uint32) GSS_S_COMPLETE ||
962 res.status == (OM_uint32) GSS_S_CONTINUE_NEEDED) {
973 if (res.status == GSS_S_COMPLETE)
1018 } /* res.status == GSS_S_COMPLETE */
1019 } /* res.status == GSS_S_COMPLETE or GSS_CONTINUE_NEEDED */
1023 * free the memory allocated for the results and return with the status
1028 return (res.status);
1137 /* return with status returned in rpc call */
1139 return (res.status);
1211 * free the memory allocated for the results and return with the status
1216 return (res.status);
1329 * free the memory allocated for the results and return with the status
1334 return (res.status);
1417 /* return with status returned in rpc call */
1419 return (res.status);
1524 * free the memory allocated for the results and return with the status
1529 return (res.status);
1635 * free the memory allocated for the results and return with the status
1640 return (res.status);
1727 if (res.status == GSS_S_COMPLETE) {
1742 return (res.status);
1803 * free the memory allocated for the results and return with the status
1808 return (res.status);
1946 * free the memory allocated for the results and return with the status
1951 return (res.status);
2048 * free the memory allocated for the results and return with the status
2053 return (res.status);
2352 * free the memory allocated for the results and return with the status
2357 return (res.status);
2452 * free the memory allocated for the results and return with the status
2457 return (res.status);
2643 int status;
2645 if ((status = ddi_soft_state_init(&gssd_state,
2647 return (status);
2649 if ((status = mod_install((struct modlinkage *)&modlinkage)) != 0)
2652 cmn_err(CE_NOTE, "gssd: I'm in the kernel: %d.", status);
2653 return (status);
2658 int status;
2663 if ((status = mod_remove(&modlinkage)) != 0)
2664 return (status);
2667 return (status);