Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_authorization.c998 if ((fsec = kauth_filesec_alloc((int)count)) == NULL) { in kauth_copyinfilesec()
1060 kauth_filesec_alloc(int count) in kauth_filesec_alloc() function
/xnu-8019.80.24/bsd/sys/
H A Dkauth.h498 kauth_filesec_t kauth_filesec_alloc(int size);
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_vnops.c1533 fsec = kauth_filesec_alloc(va.va_acl->acl_entrycount); in vn_stat_noauth()
1535 fsec = kauth_filesec_alloc(0); in vn_stat_noauth()
H A Dkpi_vfs.c2363 if (((fsec = kauth_filesec_alloc((int)fsec_size)) == NULL) || in vnode_get_filesec()