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

/darwin-on-arm/xnu/bsd/sys/
H A Dkernel_types.h155 struct kauth_filesec;
156 typedef struct kauth_filesec * kauth_filesec_t;
H A Dkauth.h424 struct kauth_filesec { struct
445 typedef struct kauth_filesec *kauth_filesec_t;
448 #define KAUTH_FILESEC_SIZE(c) (__offsetof(struct kauth_filesec, fsec_acl) + __offsetof(struct kauth_acl, acl_ace) + (c) * sizeof(struct kauth_ace))
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c1728 struct kauth_filesec fsec;
1730 * We want to return a kauth_filesec (for now), but all we have is a kauth_acl.
1735 attrlist_pack_variable2(&ab, &fsec, __offsetof(struct kauth_filesec, fsec_acl), va.va_acl, KAUTH_ACL_COPYSIZE(va.va_acl));
H A Dkpi_vfs.c2754 struct kauth_filesec lfsec;

Completed in 28 milliseconds