Searched refs:krb5_log_error_table (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/krb5/kadm5/clnt/ |
H A D | logger.c | 94 krb5_log_error_table(long errorno) { in krb5_log_error_table() function 478 fprintf(stderr, krb5_log_error_table(LOG_FILE_ERR), whoami, in klog_com_err_proc() 493 fprintf(stderr, krb5_log_error_table(LOG_DEVICE_ERR), whoami, in klog_com_err_proc() 867 fprintf(stderr, krb5_log_error_table(LSPEC_PARSE_ERR_1), whoami, cp); in krb5_klog_init() 868 fprintf(stderr, krb5_log_error_table(LSPEC_PARSE_ERR_2), whoami); in krb5_klog_init() 983 ss = krb5_log_error_table(LOG_UFO_STRING); in severity2string() 987 ss = krb5_log_error_table(LOG_EMERG_STRING); in severity2string() 992 ss = krb5_log_error_table(LOG_ALERT_STRING); in severity2string() 997 ss = krb5_log_error_table(LOG_CRIT_STRING); in severity2string() 1001 ss = krb5_log_error_table(LOG_ERR_STRING); in severity2string() [all …]
|
H A D | mapfile-vers | 122 krb5_log_error_table;
|
/titanic_41/usr/src/lib/krb5/kadm5/srv/ |
H A D | logger.c | 94 krb5_log_error_table(long errorno) { in krb5_log_error_table() function 479 fprintf(stderr, krb5_log_error_table(LOG_FILE_ERR), whoami, in klog_com_err_proc() 494 fprintf(stderr, krb5_log_error_table(LOG_DEVICE_ERR), whoami, in klog_com_err_proc() 865 fprintf(stderr, krb5_log_error_table(LSPEC_PARSE_ERR_1), whoami, cp); in krb5_klog_init() 866 fprintf(stderr, krb5_log_error_table(LSPEC_PARSE_ERR_2), whoami); in krb5_klog_init() 981 ss = krb5_log_error_table(LOG_UFO_STRING); in severity2string() 985 ss = krb5_log_error_table(LOG_EMERG_STRING); in severity2string() 990 ss = krb5_log_error_table(LOG_ALERT_STRING); in severity2string() 995 ss = krb5_log_error_table(LOG_CRIT_STRING); in severity2string() 999 ss = krb5_log_error_table(LOG_ERR_STRING); in severity2string() [all …]
|