Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dkernel_types.h205 struct kauth_filesec;
206 typedef struct kauth_filesec * kauth_filesec_t;
H A Dkauth.h596 struct kauth_filesec { struct
617 typedef struct kauth_filesec *kauth_filesec_t; argument
620 #define KAUTH_FILESEC_SIZE(c) (__offsetof(struct kauth_filesec, fsec_acl) + __offsetof(st…
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_attrlist.c1984 struct kauth_filesec fsec; in attr_pack_common()
1991 …attrlist_pack_variable2(abp, &fsec, __offsetof(struct kauth_filesec, fsec_acl), vap->va_acl, KAUTH… in attr_pack_common()
H A Dkpi_vfs.c3117 struct kauth_filesec lfsec; in vnode_setattr_fallback()