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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c763 * errcode_t __profile_validate(profile_t profile, int *val_err, char **val)
766 * where val_err is a function specific error code of the following values:
780 * where val is the associated errant value, associated with val_err. This
797 __profile_validate(profile_t profile, int *val_err, char **val) argument
805 if (profile == NULL || val_err == NULL || val == NULL)
808 *val_err = 0;
817 *val_err = 1;
825 *val_err = 4;
837 *val_err = 2;
854 *val_err
[all...]

Completed in 61 milliseconds