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

/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_scf_to_kernel.c36 scf_to_kernel_flags(char **err_str) argument
42 (void) asprintf(err_str, "Could not get configured default "
51 (void) asprintf(err_str, "Could not update kernel context with "
64 scf_to_kernel_naflags(char **err_str) argument
70 (void) asprintf(err_str, "Could not get configured "
79 (void) asprintf(err_str, "Could not update kernel context with "
92 scf_to_kernel_policy(char **err_str) argument
97 (void) asprintf(err_str, "Unable to get audit policy "
103 (void) asprintf(err_str, "Could not update active policy "
116 scf_to_kernel_qctrl(char **err_str) argument
[all...]
H A Daudit_cron.c260 audit_cron_session_failure(char *name, int type, char *err_str) argument
271 (void) snprintf(textbuf, sizeof (textbuf), mess, name, err_str);
330 char *err_str; local
333 err_str = dgettext(bsm_dom, "bad format");
335 err_str = strerror(errno);
339 err_str);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c211 char err_str[2048]; local
214 vsnprintf(err_str, sizeof (err_str), fmt, args);
215 syslog(LOG_DEBUG, err_str);
/osnet-11/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c389 char *err_str)
394 "Unknown CPUFreq Governor: %s", err_str);
400 char *err_str)
405 "Could not find a suitable governor: %s", err_str);
411 char *err_str)
415 "%s: Syslog might give more information", err_str);
387 gen_unknown_gov_err(DBusConnection *con, DBusMessage *msg, char *err_str) argument
398 gen_no_suitable_gov_err(DBusConnection *con, DBusMessage *msg, char *err_str) argument
409 gen_cpufreq_err(DBusConnection *con, DBusMessage *msg, char *err_str) argument
/osnet-11/usr/src/lib/libiov/sparc/
H A Dlibiov_hp.c89 static void print_error(int error, char *err_str);
1118 print_error(int error, char *err_str) argument
1125 (void) sprintf(err_str,
1129 (void) sprintf(err_str,
1133 (void) sprintf(err_str,
1137 (void) sprintf(err_str,
1141 (void) sprintf(err_str,
1145 (void) sprintf(err_str,
1149 (void) sprintf(err_str,
1153 (void) sprintf(err_str,
[all...]
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5.c388 const char *err_str = krb5_get_error_message(kcontext, status); local
391 "Unable to find requested database type: %s", err_str);
392 krb5_free_error_message (kcontext, err_str);
398 const char *err_str = krb5_get_error_message(kcontext, status); local
401 "plugin symbol 'kdb_function_table' lookup failed: %s", err_str);
402 krb5_free_error_message (kcontext, err_str);

Completed in 38 milliseconds