Lines Matching refs:gidOut
2443 kgsscred_expname_to_unix_cred(expName, uidOut, gidOut, gids, gidsLen, uid) in kgsscred_expname_to_unix_cred() argument
2446 gid_t *gidOut;
2498 if (gidOut)
2499 *gidOut = res.gid;
2517 kgsscred_name_to_unix_cred(intName, mechType, uidOut, gidOut, gids, in kgsscred_name_to_unix_cred() argument
2522 gid_t *gidOut;
2592 if (gidOut)
2593 *gidOut = res.gid;
2610 kgss_get_group_info(puid, gidOut, gids, gidsLen, uid) in kgss_get_group_info() argument
2612 gid_t *gidOut;
2623 if (gidOut == NULL || gids == NULL || gidsLen == NULL)
2648 *gidOut = res.gid;