Searched refs:MALLOC_DEFINE (Results 1 – 10 of 10) sorted by relevance
| /xnu-11417.140.69/bsd/security/audit/ |
| H A D | audit_bsd.h | 112 #ifdef MALLOC_DEFINE 113 #undef MALLOC_DEFINE 128 #define MALLOC_DEFINE(type, shortdesc, longdesc) \ macro 144 #define MALLOC_DEFINE(type, shortdesc, longdesc) \ macro
|
| H A D | audit.c | 85 MALLOC_DEFINE(M_AUDITDATA, "audit_data", "Audit data storage"); 86 MALLOC_DEFINE(M_AUDITPATH, "audit_path", "Audit path storage"); 87 MALLOC_DEFINE(M_AUDITTEXT, "audit_text", "Audit text storage");
|
| H A D | audit_pipe.c | 59 static MALLOC_DEFINE(M_AUDIT_PIPE, "audit_pipe", "Audit pipes"); 60 static MALLOC_DEFINE(M_AUDIT_PIPE_ENTRY, "audit_pipeent", 62 static MALLOC_DEFINE(M_AUDIT_PIPE_PRESELECT, "audit_pipe_presel",
|
| H A D | audit_session.c | 176 MALLOC_DEFINE(M_AU_SESSION, "audit_session", "Audit session data"); 187 static MALLOC_DEFINE(M_AUDIT_SDEV, "audit_sdev", "Audit sdevs"); 188 static MALLOC_DEFINE(M_AUDIT_SDEV_ENTRY, "audit_sdevent",
|
| H A D | audit_bsm_klib.c | 73 static MALLOC_DEFINE(M_AUDITEVCLASS, "audit_evclass", "Audit event class");
|
| H A D | audit_bsm.c | 60 MALLOC_DEFINE(M_AUDITBSM, "audit_bsm", "Audit BSM data");
|
| /xnu-11417.140.69/bsd/sys/ |
| H A D | systm.h | 144 #define MALLOC_DEFINE(a, b, c) macro
|
| /xnu-11417.140.69/bsd/netinet/ |
| H A D | ip_encap.c | 116 MALLOC_DEFINE(M_NETADDR, "Export Host", "Export host address structure");
|
| /xnu-11417.140.69/bsd/net/ |
| H A D | if.c | 177 MALLOC_DEFINE(M_IFADDR, "ifaddr", "interface address");
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | uipc_socket.c | 248 MALLOC_DEFINE(M_PCB, "pcb", "protocol control block");
|