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

/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred_file.c60 const char *uid, uid_t *uidOut);
145 file_getGssCredUid(const gss_buffer_t expName, uid_t *uidOut) argument
156 if (matchEntry(entry, expName, NULL, uidOut)) {
255 * uidOut value can be used to retrieve the uid from the entry
256 * when the uid string is passed in, the uidOut value is not set
259 const char *uid, uid_t *uidOut)
355 if (uidOut) {
358 *uidOut = atol(item);
258 matchEntry(const char *entry, const gss_buffer_t name, const char *uid, uid_t *uidOut) argument
/illumos-gate/usr/src/lib/libgss/
H A Dgssd_pname_to_uid.c117 uid_t *uidOut,
131 if (uidOut == NULL)
158 NULL, uidOut);
167 *uidOut);
173 return (gss_get_group_info(*uidOut,
186 major = private_gsscred_expname_to_unix_cred(expName, uidOut, gidOut,
196 *uidOut);
215 uid_t *uidOut,
220 return (gsscred_expname_to_unix_cred_ext(expName, uidOut, gidOut, gids,
232 private_gsscred_expname_to_unix_cred(expName, uidOut, gidOu
115 gsscred_expname_to_unix_cred_ext( const gss_buffer_t expName, uid_t *uidOut, gid_t *gidOut, gid_t *gids[], int *gidsLen, int try_mech) argument
213 gsscred_expname_to_unix_cred( const gss_buffer_t expName, uid_t *uidOut, gid_t *gidOut, gid_t *gids[], int *gidsLen) argument
310 gsscred_name_to_unix_cred_ext( const gss_name_t intName, const gss_OID mechType, uid_t *uidOut, gid_t *gidOut, gid_t *gids[], int *gidsLen, int try_mech) argument
415 gsscred_name_to_unix_cred( const gss_name_t intName, const gss_OID mechType, uid_t *uidOut, gid_t *gidOut, gid_t *gids[], int *gidsLen) argument
[all...]
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssdtest.c1833 uid_t uidOut, uidIn; local
1862 major = kgsscred_expname_to_unix_cred(&expName, &uidOut, &gidOut,
1868 printf(gettext("uid = <%d>\tgid = <%d>\t"), uidOut, gidOut);
1896 uid_t uidOut, uid; local
1956 major = kgsscred_name_to_unix_cred(gssName, mechType, &uidOut,
1968 printf("uid = <%d>\tgid = <%d>\t", uidOut, gidOut);

Completed in 61 milliseconds