/titanic_44/usr/src/cmd/fm/eversholt/common/ |
H A D | alloc.h | 49 #define MALLOC(nbytes) alloc_malloc(nbytes, __FILE__, __LINE__) macro 56 #define MALLOC(nbytes) alloc_malloc(nbytes, "???", __LINE__) macro
|
/titanic_44/usr/src/cmd/ypcmd/revnetgroup/ |
H A D | util.h | 40 #define MALLOC(object_type) ((object_type *) malloc(sizeof(object_type))) macro
|
/titanic_44/usr/src/cmd/audio/include/ |
H A D | libaudio_impl.h | 64 #define MALLOC(type) \ macro
|
/titanic_44/usr/src/cmd/logadm/ |
H A D | err.h | 61 #define MALLOC(nbytes) err_malloc(nbytes, __FILE__, __LINE__) macro
|
/titanic_44/usr/src/cmd/krb5/kwarn/ |
H A D | kwarndtest.c | 23 #define MALLOC(n) malloc(n) macro
|
/titanic_44/usr/src/lib/efcode/include/fcode/ |
H A D | private.h | 61 #define MALLOC(x) safe_malloc((x), __FILE__, __LINE__) macro
|
/titanic_44/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | options.c | 59 #define MALLOC(pointer) \ macro
|
/titanic_44/usr/src/cmd/ldap/ns_ldap/ |
H A D | mapping.c | 83 #define MALLOC(ptr, len) \ macro
|
/titanic_44/usr/src/cmd/lp/model/netpr/ |
H A D | netpr.h | 86 #define MALLOC (int size, char * msg) \ macro
|
/titanic_44/usr/src/common/smbclnt/ |
H A D | smbfs_ntacl.c | 65 #define MALLOC(size) kmem_alloc(size, KM_SLEEP) macro 68 #define MALLOC(size) malloc(size) macro
|
/titanic_44/usr/src/cmd/gss/gssd/ |
H A D | gssdtest.c | 65 #define MALLOC(n) kmem_alloc((n), KM_SLEEP) macro 83 #define MALLOC(n) malloc(n) macro
|
H A D | gssd_clnt_stubs.c | 37 #define MALLOC(n) kmem_alloc((n), KM_SLEEP) macro 58 #define MALLOC(n) malloc(n) macro
|
/titanic_44/usr/src/uts/common/gssapi/include/ |
H A D | mechglueP.h | 687 #define MALLOC(n) kmem_alloc((n), KM_SLEEP) macro 774 #define MALLOC(n) malloc(n) macro
|
/titanic_44/usr/src/cmd/gencat/ |
H A D | gencat.c | 67 #define MALLOC(n) malloc((unsigned)(n)) macro
|
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | krb5.h | 96 #define MALLOC(n) kmem_zalloc((n), KM_SLEEP) macro 105 #define MALLOC(n) malloc(n) macro
|