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

/illumos-gate/usr/src/common/acl/
H A Dacl_common.c151 } ace_list_t; typedef in typeref:struct:ace_list
782 ace_list_init(ace_list_t *al, int dfacl_flag)
1046 acevals_to_aent(acevals_t *vals, aclent_t *dest, ace_list_t *list,
1086 ace_list_to_aent(ace_list_t *list, aclent_t **aclentp, int *aclcnt,
1223 ace_list_free(ace_list_t *al)
1242 cacl_free(al, sizeof (ace_list_t));
1273 ace_list_t *normacl = NULL, *dfacl = NULL, *acl;
1291 error = cacl_malloc((void **)&normacl, sizeof (ace_list_t));
1302 error = cacl_malloc((void **)&dfacl, sizeof (ace_list_t));

Completed in 47 milliseconds