Searched defs:cacl_malloc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/acl/
H A Dacl_common.c240 cacl_malloc(void **ptr, size_t size) function
270 if (cacl_malloc((void **)&aclp, sizeof (acl_t)) != 0)
539 if (cacl_malloc((void **)&result, resultsize * sizeof (ace_t)) != 0)
814 if (cacl_malloc((void **)&rc, sizeof (acevals_t)) != 0)
1112 if (cacl_malloc((void **)&result,
1291 error = cacl_malloc((void **)&normacl, sizeof (ace_list_t));
1302 error = cacl_malloc((void **)&dfacl, sizeof (ace_list_t));
1654 if ((error = cacl_malloc((void **)acl, *count * sizeof (ace_t))) != 0)

Completed in 49 milliseconds