Home
last modified time | relevance | path

Searched refs:tnf_alloc_mode (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libtnfprobe/
H A Dtnf_trace.h108 enum tnf_alloc_mode mode;
109 void * (*alloc)(TNFW_B_WCB *, size_t, enum tnf_alloc_mode);
H A Dtnf_buf.h62 enum tnf_alloc_mode { enum
160 void * tnfw_b_alloc(TNFW_B_WCB *, size_t, enum tnf_alloc_mode);
H A Dtnf_buf.c96 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 Dtnf_buf.h87 enum tnf_alloc_mode { enum
243 extern void *tnfw_b_alloc(TNFW_B_WCB *, size_t, enum tnf_alloc_mode);
H A Dtnf_buf.c65 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 Dtnf_writer.c450 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 Dtnf_probe.c79 enum tnf_alloc_mode saved_mode; in tnf_probe_tag()