authorized
if ((result = authorized(handle, job_id)) != PAPI_OK)
if ((status = authorized(svc, job_id)) != PAPI_OK)
ndmp_set_authorized(ndmp_connection_t *connection_handle, boolean_t authorized)
((ndmp_connection_t *)connection_handle)->conn_authorized = authorized;
if (authorized() == 0) {
rc_auth_state_t authorized = RC_AUTH_UNKNOWN;
authorized = RC_AUTH_PASSED; /* No check on commit. */
authorized = RC_AUTH_FAILED;
txp->rnp_authorized = authorized;
if (authorized != RC_AUTH_UNKNOWN) {