CALLOC
#define CALLOC(number, type) \
#define CALLOC(n, s) kmem_zalloc((n)*(s), KM_SLEEP)
#define CALLOC(n, s) calloc((n), (s))
#define CALLOC(n, s) calloc((n), (s))
#define CALLOC(n, s) calloc((n), (s))
#define CALLOC(n, s) kmem_zalloc((n)*(s), KM_SLEEP)