Searched refs:tnfw_b_alloc (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_buf.h183 buf = tnfw_b_alloc((wcb), xx_size, TNF_ALLOC_REUSABLE);\
243 extern void *tnfw_b_alloc(TNFW_B_WCB *, size_t, enum tnf_alloc_mode);
H A Dtnf_buf.c226 tnfw_b_alloc(TNFW_B_WCB *wcb, size_t size, enum tnf_alloc_mode istag) function
H A Dtrace_funcs.c341 return (tnfw_b_alloc(&ops->wcb, size, ops->mode));
H A Dtnf_types.h75 #define BUF_ALLOC(ops) tnfw_b_alloc
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_buf.h160 void * tnfw_b_alloc(TNFW_B_WCB *, size_t, enum tnf_alloc_mode);
H A Dtrace_init.c96 tnfw_b_alloc, /* alloc */
H A Dprobe_cntl.c570 ops.alloc = tnfw_b_alloc;
H A Dtnf_buf.c437 tnfw_b_alloc(TNFW_B_WCB *wcb, size_t size, enum tnf_alloc_mode istag) function
446 fprintf(stderr, "tnfw_b_alloc: \n");
547 fprintf(stderr, "tnfw_b_alloc returning %p\n", destp);

Completed in 50 milliseconds