Lines Matching refs:uidOut
117 uid_t *uidOut, in gsscred_expname_to_unix_cred_ext() argument
131 if (uidOut == NULL) in gsscred_expname_to_unix_cred_ext()
158 NULL, uidOut); in gsscred_expname_to_unix_cred_ext()
167 *uidOut); in gsscred_expname_to_unix_cred_ext()
173 return (gss_get_group_info(*uidOut, in gsscred_expname_to_unix_cred_ext()
186 major = private_gsscred_expname_to_unix_cred(expName, uidOut, gidOut, in gsscred_expname_to_unix_cred_ext()
196 *uidOut); in gsscred_expname_to_unix_cred_ext()
215 uid_t *uidOut, in gsscred_expname_to_unix_cred() argument
220 return (gsscred_expname_to_unix_cred_ext(expName, uidOut, gidOut, gids, in gsscred_expname_to_unix_cred()
232 private_gsscred_expname_to_unix_cred(expName, uidOut, gidOut, gids, gidsLen) in private_gsscred_expname_to_unix_cred() argument
234 uid_t *uidOut;
244 if (!gss_getGssCredEntry(expName, uidOut))
249 return (gss_get_group_info(*uidOut, gidOut, gids, gidsLen));
313 uid_t *uidOut, in gsscred_name_to_unix_cred_ext() argument
331 if (uidOut == NULL) in gsscred_name_to_unix_cred_ext()
337 if (try_mech && gss_pname_to_uid(&minor, intName, mechType, uidOut) in gsscred_name_to_unix_cred_ext()
347 *uidOut); in gsscred_name_to_unix_cred_ext()
352 return (gss_get_group_info(*uidOut, gidOut, gids, in gsscred_name_to_unix_cred_ext()
369 major = private_gsscred_expname_to_unix_cred(&expName, uidOut, gidOut, in gsscred_name_to_unix_cred_ext()
397 *uidOut); in gsscred_name_to_unix_cred_ext()
418 uid_t *uidOut, in gsscred_name_to_unix_cred() argument
424 uidOut, gidOut, gids, gidsLen, 1)); in gsscred_name_to_unix_cred()
496 gss_pname_to_uid(minor, name, mech_type, uidOut) in gss_pname_to_uid() argument
500 uid_t *uidOut;
512 if (uidOut == NULL)
545 major = mech->pname_to_uid(mech->context, minor, mechName, uidOut);