Searched refs:kauth_filesec_alloc (Results 1 – 4 of 4) sorted by relevance
998 if ((fsec = kauth_filesec_alloc((int)count)) == NULL) { in kauth_copyinfilesec()1060 kauth_filesec_alloc(int count) in kauth_filesec_alloc() function
498 kauth_filesec_t kauth_filesec_alloc(int size);
1533 fsec = kauth_filesec_alloc(va.va_acl->acl_entrycount); in vn_stat_noauth()1535 fsec = kauth_filesec_alloc(0); in vn_stat_noauth()
2363 if (((fsec = kauth_filesec_alloc((int)fsec_size)) == NULL) || in vnode_get_filesec()