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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_authorization.c989 if ((fsec = kauth_filesec_alloc(count)) == NULL) {
1049 kauth_filesec_alloc(int count) function
1070 * call to kauth_filesec_alloc() or by calling a function that calls it.
/darwin-on-arm/xnu/bsd/sys/
H A Dkauth.h510 kauth_filesec_t kauth_filesec_alloc(int size);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c1206 fsec = kauth_filesec_alloc(va.va_acl->acl_entrycount);
1208 fsec = kauth_filesec_alloc(0);
H A Dkpi_vfs.c2274 if (((fsec = kauth_filesec_alloc(fsec_size)) == NULL) ||

Completed in 91 milliseconds