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

/darwin-on-arm/xnu/bsd/sys/
H A Dkauth.h528 extern int kauth_acl_inherit(vnode_t _dvp, kauth_acl_t _initial, kauth_acl_t *_product, int _isdir, vfs_context_t _ctx);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_authorization.c784 kauth_acl_inherit(vnode_t dvp, kauth_acl_t initial, kauth_acl_t *product, int isdir, vfs_context_t ctx) function
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c1934 error = kauth_acl_inherit(dvp,
2231 error = kauth_acl_inherit(dvp,
3584 error = kauth_acl_inherit(dvp,
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c5292 if ((error = kauth_acl_inherit(dvp,

Completed in 42 milliseconds