Searched refs:tnfw_b_alloc (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/tnf/ |
H A D | tnf_buf.h | 183 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 D | trace_funcs.c | 341 return (tnfw_b_alloc(&ops->wcb, size, ops->mode)); in tnf_allocate()
|
H A D | tnf_buf.c | 226 tnfw_b_alloc(TNFW_B_WCB *wcb, size_t size, enum tnf_alloc_mode istag) in tnfw_b_alloc() function
|
H A D | tnf_types.h | 75 #define BUF_ALLOC(ops) tnfw_b_alloc
|
/titanic_50/usr/src/lib/libtnfprobe/ |
H A D | tnf_buf.h | 160 void * tnfw_b_alloc(TNFW_B_WCB *, size_t, enum tnf_alloc_mode);
|
H A D | trace_init.c | 96 tnfw_b_alloc, /* alloc */
|
H A D | probe_cntl.c | 570 ops.alloc = tnfw_b_alloc; in probestart()
|
H A D | tnf_buf.c | 437 tnfw_b_alloc(TNFW_B_WCB *wcb, size_t size, enum tnf_alloc_mode istag) in tnfw_b_alloc() function
|
/titanic_50/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.scoped.in | 1594 SCOPED_SYMBOL|SunOS_5.6|libtnfprobe.so.1|tnfw_b_alloc
|