Searched defs:CALLOC (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/audio/include/ |
H A D | libaudio_impl.h | 66 #define CALLOC(number, type) \ macro
|
/titanic_41/usr/src/cmd/krb5/kwarn/ |
H A D | kwarndtest.c | 24 #define CALLOC(n, s) calloc((n), (s)) macro
|
/titanic_41/usr/src/cmd/gss/gssd/ |
H A D | gssdtest.c | 66 #define CALLOC(n, s) kmem_zalloc((n)*(s), KM_SLEEP) macro 84 #define CALLOC(n, s) calloc((n), (s)) macro
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | krb5.h | 99 #define CALLOC(n, s) kmem_zalloc((n)*(s), KM_SLEEP) macro 107 #define CALLOC(n, s) calloc((n), (s)) macro
|