Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c5429 ace_t *acebufp; in au_acl() local
5459 if ((acebufp = kmem_alloc(a_size, KM_SLEEP)) == NULL) in au_acl()
5461 if (copyin(bufp, acebufp, a_size)) { in au_acl()
5462 kmem_free(acebufp, a_size); in au_acl()
5466 au_uwrite(au_to_ace(acebufp + i)); in au_acl()
5468 kmem_free(acebufp, a_size); in au_acl()
/illumos-gate/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()