Searched refs:gidp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/disklabel-6/
H A Dutil.c149 CheckGroupName(const char *name, int asString, gid_t *gidp) { argument
163 *gidp = uid;
174 *gidp = grp->gr_gid;
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dnames.c154 gname_to_gid (char const *gname, gid_t *gidp)
178 *gidp = cached_gid;
153 gname_to_gid(char const *gname, gid_t *gidp) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_credential.c2231 * gidp Pointer to buffer for GID
2237 * *gidp Modified, if successful
2240 kauth_cred_guid2gid(guid_t *guidp, gid_t *gidp) argument
2242 return(kauth_cred_cache_lookup(KI_VALID_GUID, KI_VALID_GID, guidp, gidp));
2273 * gidp Pointer to buffer for GID
2279 * *gidp Modified, if successful
2282 kauth_cred_ntsid2gid(ntsid_t *sidp, gid_t *gidp) argument
2284 return(kauth_cred_cache_lookup(KI_VALID_NTSID, KI_VALID_GID, sidp, gidp));
H A Dkern_prot.c345 * uap->gidp Address of gid_t to get gid
365 if ((error = suword(uap->gidp, kauth_cred_getrgid(uthread->uu_ucred))))

Completed in 240 milliseconds