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

/xnu-2782.1.97/bsd/sys/
H A Dkernel_types.h146 struct kauth_filesec;
147 typedef struct kauth_filesec * kauth_filesec_t;
H A Dkauth.h421 struct kauth_filesec { struct
442 typedef struct kauth_filesec *kauth_filesec_t;
445 #define KAUTH_FILESEC_SIZE(c) (__offsetof(struct kauth_filesec, fsec_acl) + __offsetof(struct kauth_acl, acl_ace) + (c) * sizeof(struct kauth_ace))
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_attrlist.c1713 struct kauth_filesec fsec;
1715 * We want to return a kauth_filesec (for now), but all we have is a kauth_acl.
1720 attrlist_pack_variable2(abp, &fsec, __offsetof(struct kauth_filesec, fsec_acl), vap->va_acl, KAUTH_ACL_COPYSIZE(vap->va_acl));
H A Dkpi_vfs.c2514 struct kauth_filesec lfsec;

Completed in 46 milliseconds