Home
last modified time | relevance | path

Searched refs:acebufp (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/common/acl/
H A Dacl_common.c1462 convert_ace_to_aent(ace_t *acebufp, int acecnt, boolean_t isdir, in convert_ace_to_aent() argument
1470 error = ln_ace_to_aent(acebufp, acecnt, owner, group, in convert_ace_to_aent()
/titanic_44/usr/src/uts/common/c2/
H A Daudit_event.c5321 ace_t *acebufp; in au_acl() local
5351 if ((acebufp = kmem_alloc(a_size, KM_SLEEP)) == NULL) in au_acl()
5353 if (copyin(bufp, acebufp, a_size)) { in au_acl()
5354 kmem_free(acebufp, a_size); in au_acl()
5358 au_uwrite(au_to_ace(acebufp + i)); in au_acl()
5360 kmem_free(acebufp, a_size); in au_acl()