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

/solaris-userland-s11u3/components/openssh/sources/
H A Daudit-solaris.c216 int fail = PAM_IGNORE; /* default unset */ local
240 /* Translate fail events to Solaris PAM errors */
245 fail = PAM_MAXTRIES;
252 fail = PAM_PERM_DENIED;
258 fail = PAM_USER_UNKNOWN;
263 fail = PAM_LOGINS_DISABLED;
305 fail = PAM_AUTH_ERR;
319 fail = PAM_AUTHINFO_UNAVAIL;
333 audit_fail(fail);
519 error("adt_start_session(ADT_ssh, 0, fail
[all...]
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Dkr_nfsstat.c54 static void fail(int, char *, ...);
108 fail(1, "kstat_open(): can't open /dev/kstat");
206 fail(int do_perror, char *message, ...) function
226 fail(1, "kstat_read(%x, '%s') failed", kc, ksp->ks_name);
H A Dkr_vmstat.c42 static void fail(int, char *, ...);
81 fail(1, "kstat_open(): can't open /dev/kstat");
126 fail(1, "kstat_open(): can't open /dev/kstat");
170 fail(1, "kstat_open(): can't open /dev/kstat");
179 fail(1, "all_stat_load() failed");
232 fail(0, "can't find any cpu statistics");
282 fail(int do_perror, char *message, ...) function
302 fail(1, "malloc failed");
313 fail(1, "kstat_read(%x, '%s') failed", kc, ksp->ks_name);
323 fail(
[all...]
H A Dkr_iostat.c180 static void fail(int, char *, ...);
565 fail(int do_perror, char *message, ...) function
585 fail(1, "malloc failed");

Completed in 481 milliseconds