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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c240 cacl_malloc(void **ptr, size_t size) function
271 if (cacl_malloc((void **)&aclp, sizeof (acl_t)) != 0)
540 if (cacl_malloc((void **)&result, resultsize * sizeof (ace_t)) != 0)
815 if (cacl_malloc((void **)&rc, sizeof (acevals_t)) != 0)
1113 if (cacl_malloc((void **)&result,
1292 error = cacl_malloc((void **)&normacl, sizeof (ace_list_t));
1303 error = cacl_malloc((void **)&dfacl, sizeof (ace_list_t));
1655 if ((error = cacl_malloc((void **)acl, *count * sizeof (ace_t))) != 0)

Completed in 100 milliseconds