Searched defs:quiet_mode (Results 1 - 1 of 1) sorted by relevance

/sssd/src/sss_client/
H A Dpam_sss.c1137 enum sss_cli_command task, bool quiet_mode)
1198 /* don't log if quiet_mode is on and pam_status is
1201 if (!quiet_mode || pam_status != 10) {
1210 /* don't log if quiet_mode is on and pam_status is
1213 if (!quiet_mode || pam_status != 10) {
1231 /* don't log if quiet_mode is on and pam_status is
1234 if (!quiet_mode || pam_status != 10) {
1500 uint32_t *flags, int *retries, bool *quiet_mode,
1505 *quiet_mode = false;
1545 *quiet_mode
1136 send_and_receive(pam_handle_t *pamh, struct pam_items *pi, enum sss_cli_command task, bool quiet_mode) argument
1499 eval_argv(pam_handle_t *pamh, int argc, const char **argv, uint32_t *flags, int *retries, bool *quiet_mode, const char **domains) argument
1697 check_login_token_name(pam_handle_t *pamh, struct pam_items *pi, bool quiet_mode) argument
1762 bool quiet_mode = false; local
[all...]

Completed in 1159 milliseconds