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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmalloc.h193 #define M_KAUTH 100 /* kauth subsystem */ macro
229 #define M_KAUTH 100 /* kauth subsystem (smb) */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_authorization.c191 MALLOC(sp, kauth_scope_t, sizeof(*sp), M_KAUTH, M_WAITOK | M_ZERO);
209 MALLOC(lsp, kauth_listener_t, sizeof(*lsp), M_KAUTH, M_WAITOK);
236 FREE(sp, M_KAUTH);
295 FREE(scope, M_KAUTH);
323 FREE(klp, M_KAUTH);
368 FREE(listener, M_KAUTH);
379 FREE(listener, M_KAUTH);
1057 MALLOC(fsp, kauth_filesec_t, KAUTH_FILESEC_SIZE(count), M_KAUTH, M_WAITOK);
1089 FREE(fsp, M_KAUTH);
1172 MALLOC(aclp, kauth_acl_t, KAUTH_ACL_SIZE(count), M_KAUTH, M_WAITO
[all...]
H A Dkern_credential.c438 MALLOC(workp, struct kauth_resolver_work *, sizeof(*workp), M_KAUTH, M_WAITOK);
542 FREE(workp, M_KAUTH);
1136 MALLOC(kip, struct kauth_identity *, sizeof(*kip), M_KAUTH, M_WAITOK | M_ZERO);
1258 FREE(ip, M_KAUTH);
1462 FREE(kip, M_KAUTH);
2914 MALLOC(gm, struct kauth_group_membership *, sizeof(*gm), M_KAUTH, M_WAITOK);
2945 FREE(gm, M_KAUTH);
2963 FREE(gm, M_KAUTH);
3351 M_KAUTH, M_WAITOK | M_ZERO);
5425 MALLOC(cred_debug_buf_p, cred_debug_buffer *, sizeof(*cred_debug_buf_p), M_KAUTH, M_WAITO
[all...]

Completed in 122 milliseconds