Searched refs:newacl (Results 1 – 3 of 3) sorted by relevance
48 acl_t newacl; in _nfs4_acl_strip_np() local51 newacl = acl_init(ACL_MAX_ENTRIES); in _nfs4_acl_strip_np()52 if (newacl == NULL) { in _nfs4_acl_strip_np()57 _acl_brand_as(newacl, ACL_BRAND_NFS4); in _nfs4_acl_strip_np()60 acl_nfs4_trivial_from_mode_libc(&(newacl->ats_acl), mode, canonical_six); in _nfs4_acl_strip_np()62 return (newacl); in _nfs4_acl_strip_np()
1757 struct mac_acl_entry *newacl; in hostapd_add_acl_maclist() local1759 newacl = os_realloc_array(*acl, *num + 1, sizeof(**acl)); in hostapd_add_acl_maclist()1760 if (!newacl) { in hostapd_add_acl_maclist()1765 *acl = newacl; in hostapd_add_acl_maclist()
678 acl_t acl, newacl; in call_syscall() local1123 newacl = acl_from_text(STR(1)); in call_syscall()1127 while (acl_get_entry(newacl, entry_id, &newentry) == 1) { in call_syscall()