Home
last modified time | relevance | path

Searched refs:BUF_ALLOC (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/tnf/
H A Dtnf_types.h75 #define BUF_ALLOC(ops) tnfw_b_alloc macro
80 #define BUF_ALLOC(ops) ops->alloc macro
91 mem = BUF_ALLOC(ops)(&(ops->wcb), size, ops->mode); \
99 mem = BUF_ALLOC(ops)(&(ops->wcb), size, ops->mode); \
/titanic_41/usr/src/cmd/boot/fiocompress/
H A Dmessage.h50 #define BUF_ALLOC gettext("fiocompress: failed to allocate %d bytes\ macro
H A Dfiocompress.c198 (void) fprintf(stderr, BUF_ALLOC, dstlen); in do_comp()