Searched refs:kauth_acl (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dkernel_types.h141 struct kauth_acl;
142 typedef struct kauth_acl * kauth_acl_t;
H A Dkauth.h360 struct kauth_acl { struct
394 * same as a kauth_acl structure; the intent is to put an actual entrycount of
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))
405 typedef struct kauth_acl *kauth_acl_t;
427 struct kauth_acl fsec_acl;
445 #define KAUTH_FILESEC_SIZE(c) (__offsetof(struct kauth_filesec, fsec_acl) + __offsetof(struct kauth_acl, acl_ace) + (c) * sizeof(struct kauth_ace))
H A Dvnode.h596 struct kauth_acl *va_acl; /* access control list */
627 struct kauth_acl *va_base_acl;

Completed in 28 milliseconds