Searched refs:tnf_alloc_mode (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libtnfprobe/ |
H A D | tnf_trace.h | 108 enum tnf_alloc_mode mode; 109 void * (*alloc)(TNFW_B_WCB *, size_t, enum tnf_alloc_mode);
|
H A D | tnf_buf.h | 62 enum tnf_alloc_mode { enum 160 void * tnfw_b_alloc(TNFW_B_WCB *, size_t, enum tnf_alloc_mode);
|
H A D | tnf_buf.c | 96 tnfw_b_alloc_block(TNFW_B_WCB *wcb, enum tnf_alloc_mode istag) in tnfw_b_alloc_block() 437 tnfw_b_alloc(TNFW_B_WCB *wcb, size_t size, enum tnf_alloc_mode istag) in tnfw_b_alloc()
|
/titanic_50/usr/src/uts/common/tnf/ |
H A D | tnf_buf.h | 87 enum tnf_alloc_mode { enum 243 extern void *tnfw_b_alloc(TNFW_B_WCB *, size_t, enum tnf_alloc_mode);
|
H A D | tnf_buf.c | 65 enum tnf_alloc_mode); 74 tnfw_b_alloc_block(tnf_buf_file_header_t *fh, enum tnf_alloc_mode istag) in tnfw_b_alloc_block() 226 tnfw_b_alloc(TNFW_B_WCB *wcb, size_t size, enum tnf_alloc_mode istag) in tnfw_b_alloc()
|
H A D | tnf_writer.c | 450 enum tnf_alloc_mode saved_mode; in tnf_abstract_tag_1() 479 enum tnf_alloc_mode saved_mode; in tnf_scalar_tag_1() 514 enum tnf_alloc_mode saved_mode; in tnf_derived_tag_1() 545 enum tnf_alloc_mode saved_mode; in tnf_struct_tag_1() 579 enum tnf_alloc_mode saved_mode; in tnf_array_tag_1() 611 enum tnf_alloc_mode saved_mode; in tnf_root_tag_1()
|
H A D | tnf_probe.c | 79 enum tnf_alloc_mode saved_mode; in tnf_probe_tag()
|