Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnfprobe/
H A Dtnf_buf.c107 volatile tnf_buf_file_header_t *fh; in tnfw_b_alloc_block()
130 fh = (volatile tnf_buf_file_header_t *)_tnfw_b_control->tnf_buffer; in tnfw_b_alloc_block()
345 tnf_buf_file_header_t *fh = (tnf_buf_file_header_t *)buf; in tnfw_b_init_buffer()
352 if (block_size != 512 || block_size < sizeof (tnf_buf_file_header_t)) in tnfw_b_init_buffer()
442 volatile tnf_buf_file_header_t *fh; in tnfw_b_alloc()
467 fh = (volatile tnf_buf_file_header_t *)_tnfw_b_control->tnf_buffer; in tnfw_b_alloc()
560 volatile tnf_buf_file_header_t *fh = in tnfw_b_xcommit()
562 (volatile tnf_buf_file_header_t *)_tnfw_b_control->tnf_buffer; in tnfw_b_xcommit()
629 volatile tnf_buf_file_header_t *fh = in tnfw_b_xabort()
631 (volatile tnf_buf_file_header_t *)_tnfw_b_control->tnf_buffer; in tnfw_b_xabort()
[all …]
H A Dtnf_buf.h76 } tnf_buf_file_header_t; typedef
H A Dtrace_funcs.c243 shift = ((tnf_buf_file_header_t *)file_start)->com.file_log_size; in tnf_trace_alloc()
/titanic_41/usr/src/uts/common/tnf/
H A Dtnf_buf.c64 static tnf_block_header_t *tnfw_b_alloc_block(tnf_buf_file_header_t *,
74 tnfw_b_alloc_block(tnf_buf_file_header_t *fh, enum tnf_alloc_mode istag) in tnfw_b_alloc_block()
310 tnf_buf_file_header_t *fh; in tnfw_b_fw_alloc()
344 tnf_buf_file_header_t *fh; in tnfw_b_init_buffer()
350 fh = (tnf_buf_file_header_t *)buf; in tnfw_b_init_buffer()
H A Dtnf_buf.h125 } tnf_buf_file_header_t; typedef
154 #define TNF_FILE_HEADER() ((tnf_buf_file_header_t *)tnf_buf)
H A Dtnf_writer.c257 sizeof (tnf_buf_file_header_t) - sizeof (tnf_uint32_t));
368 ((tnf_buf_file_header_t *)tnf_buf)->com.file_log_size; in tnf_ref32_1()
407 ((tnf_buf_file_header_t *)file_start)->com.file_log_size; in tnf_ref32_1()
H A Dtrace_funcs.c181 shift = ((tnf_buf_file_header_t *)tnf_buf)->com.file_log_size; in tnf_trace_alloc()