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

/xnu-2782.1.97/bsd/sys/
H A Dkernel_types.h136 struct kauth_ace;
137 typedef struct kauth_ace * kauth_ace_t;
H A Dkauth.h323 struct kauth_ace { struct
355 typedef struct kauth_ace *kauth_ace_t;
364 struct kauth_ace acl_ace[1];
399 #define KAUTH_ACL_SIZE(c) (__offsetof(struct kauth_acl, acl_ace) + ((u_int32_t)(c) != KAUTH_FILESEC_NOACL ? ((c) * sizeof(struct kauth_ace)) : 0))
445 #define KAUTH_FILESEC_SIZE(c) (__offsetof(struct kauth_filesec, fsec_acl) + __offsetof(struct kauth_acl, acl_ace) + (c) * sizeof(struct kauth_ace))
447 #define KAUTH_FILESEC_COUNT(s) (((s) - KAUTH_FILESEC_SIZE(0)) / sizeof(struct kauth_ace))
448 #define KAUTH_FILESEC_VALID(s) ((s) >= KAUTH_FILESEC_SIZE(0) && (((s) - KAUTH_FILESEC_SIZE(0)) % sizeof(struct kauth_ace)) == 0)
/xnu-2782.1.97/bsd/kern/
H A Dkern_authorization.c985 count = (uaddr - known_bound) / sizeof(struct kauth_ace);
1031 * followed by 'count' kauth_ace structures.
1033 * Parameters: count Number of kauth_ace structures needed
/xnu-2782.1.97/bsd/nfs/
H A Dnfsnode.h632 struct kauth_ace n_dace; /* delegation ACE */
H A Dnfs4_vnops.c4655 struct kauth_ace ace;
4989 struct kauth_ace ace;
5247 struct kauth_ace ace;
6940 struct kauth_ace ace;
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c8003 sizeof(struct kauth_ace) * vap->va_acl->acl_entrycount)) {

Completed in 60 milliseconds