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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_authorization.c1166 kauth_acl_t aclp; local
1172 MALLOC(aclp, kauth_acl_t, KAUTH_ACL_SIZE(count), M_KAUTH, M_WAITOK);
1173 if (aclp != NULL) {
1174 aclp->acl_entrycount = 0;
1175 aclp->acl_flags = 0;
1177 return(aclp);
1181 kauth_acl_free(kauth_acl_t aclp) argument
1183 FREE(aclp, M_KAUTH);

Completed in 19 milliseconds