Searched refs:groups (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/bsm/
H A Daudit_record.h257 token_t *au_to_groups(gid_t *groups);
258 token_t *au_to_newgroups(u_int16_t n, gid_t *groups);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_bsm_token.c279 au_to_groups(gid_t *groups) argument
281 return au_to_newgroups(MAX_GROUPS, groups);
286 * number groups 2 bytes
289 token_t *au_to_newgroups(u_int16_t n, gid_t *groups) argument
295 if(groups == NULL) {
307 ADD_U_INT32(dptr, groups[i]);
H A Dkern_credential.c200 * This is how membership in more than 16 groups (1 effective
1304 * groups already, then rotate the old EGID into its position,
1313 * of the supplementary groups list
1358 * If we displaced a member of the supplementary groups list of the
1880 * Description: Initialize the groups cache
1886 * Notes: Intialize the groups cache for use; the group cache is used
2043 * of one of the supplementary groups associated with the given
2076 * Check the per-credential list of override groups.
2108 /* XXX check supplementary groups */
2109 /* XXX check whiteout groups */
2968 kauth_cred_setgroups(kauth_cred_t cred, gid_t *groups, int groupcount, uid_t gmuid) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkauth.h205 extern kauth_cred_t kauth_cred_setgroups(kauth_cred_t cred, gid_t *groups, int groupcount, uid_t gmuid);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_readwrite.c610 short num_groups; /* IN: number of groups user belongs to */
613 gid_t *groups; /* IN: array of groups */ member in struct:access_t
620 short num_groups; /* IN: number of groups user belongs to */
623 user_addr_t groups; /* IN: array of groups */ member in struct:user_access_t
647 user_addr_t bitmap; /* IN: array of groups */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcswtch.s1973 slwi r7,r8,2 ; shift groups-of-2 over by 2
1977 slwi r7,r8,4 ; shift groups-of-4 over by 4
2041 ; Save vectors on a 32-byte linesize processor. We save in 16 groups of 2: we either save both
2218 // Handle a processor with 128-byte cache lines. Four groups of 8 VRs.
2322 // Handle a processor with 32-byte cache lines. Sixteen groups of two VRs.

Completed in 57 milliseconds