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

/darwin-on-arm/xnu/bsd/sys/
H A Dkernel_types.h150 struct kauth_acl;
151 typedef struct kauth_acl * kauth_acl_t;
H A Dkauth.h363 struct kauth_acl { struct
397 * same as a kauth_acl structure; the intent is to put an actual entrycount of
402 #define KAUTH_ACL_SIZE(c) (__offsetof(struct kauth_acl, acl_ace) + ((u_int32_t)(c) != KAUTH_FILESEC_NOACL ? ((c) * sizeof(struct kauth_ace)) : 0))
408 typedef struct kauth_acl *kauth_acl_t;
430 struct kauth_acl fsec_acl;
448 #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.h592 struct kauth_acl *va_acl; /* access control list */
623 struct kauth_acl *va_base_acl;

Completed in 53 milliseconds