Searched refs:ALLOC2 (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/tnf/ |
H A D | tnf_probe.c | 91 ALLOC2(ops, sizeof (*buffer), buffer, saved_mode); in tnf_probe_tag() 93 ALLOC2(ops, sizeof (*buffer), buffer, saved_mode); in tnf_probe_tag()
|
H A D | tnf_trace.c | 207 ALLOC2(ops, record_size, bufhdr, ops->mode); in tnf_opaque_array_1() 248 ALLOC2(ops, record_size, bufhdr, ops->mode); in tnf_opaque32_array_1()
|
H A D | tnf_writer.c | 745 ALLOC2(ops, record_size, bufhdr, ops->mode); in tnf_string_1() 788 ALLOC2(ops, record_size, bufhdr, ops->mode); in tnf_string_array_1() 859 ALLOC2(ops, record_size, bufhdr, ops->mode); in tnf_tag_array_1()
|
H A D | tnf_types.h | 98 #define ALLOC2(ops, size, mem, saved_mode) \ macro
|