Lines Matching refs:run_stack
1004 run_stack(pam_handle_t *pamh, int flags, int type, int def_err, int ind,
1032 "[%d:%s]:run_stack:%s(%p, %x): %s", pamh->include_depth,
1046 "run_stack: includes too deep %d "
1058 "run_stack[%d:%s]: can't read included "
1067 "run_stack[%d:%s]: no include module "
1232 retval = run_stack(pamh, flags, PAM_AUTH_MODULE, PAM_AUTH_ERR,
1249 retval = run_stack(pamh, flags, PAM_AUTH_MODULE, PAM_CRED_ERR,
1266 retval = run_stack(pamh, flags, PAM_ACCOUNT_MODULE, PAM_ACCT_EXPIRED,
1285 retval = run_stack(pamh, flags, PAM_SESSION_MODULE, PAM_SESSION_ERR,
1302 retval = run_stack(pamh, flags, PAM_SESSION_MODULE, PAM_SESSION_ERR,
1328 retval = run_stack(pamh, flags | PAM_PRELIM_CHECK, PAM_PASSWORD_MODULE,
1340 retval = run_stack(pamh, flags | PAM_UPDATE_AUTHTOK,