Home
last modified time | relevance | path

Searched defs:CALLOC (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/audio/include/
H A Dlibaudio_impl.h66 #define CALLOC(number, type) \ macro
/titanic_41/usr/src/cmd/krb5/kwarn/
H A Dkwarndtest.c24 #define CALLOC(n, s) calloc((n), (s)) macro
/titanic_41/usr/src/cmd/gss/gssd/
H A Dgssdtest.c66 #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 Dkrb5.h99 #define CALLOC(n, s) kmem_zalloc((n)*(s), KM_SLEEP) macro
107 #define CALLOC(n, s) calloc((n), (s)) macro