Searched refs:tnf_buf (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libtnfctl/
H A Dinc.flg25 echo_file usr/src/lib/libtnfprobe/tnf_buf.h
/illumos-gate/usr/src/uts/common/tnf/
H A Dtrace_init.c40 #include "tnf_buf.h"
88 ASSERT(tnf_buf != NULL);
96 tnfw_b_init_buffer(tnf_buf, tnf_trace_file_size);
H A Dtnf.c56 #include "tnf_buf.h"
357 * work by ensuring that tnf_buf is allocated on a vac_size boundary.
369 if (tnf_buf == 0 || off >= tnf_trace_file_size) {
373 addr = tnf_buf;
565 if (tnf_buf == NULL) {
603 if (tnf_buf != NULL)
618 tnf_buf = kmem_zalloc(bufsz, KM_SLEEP);
621 tnf_buf = segkp_get(segkp, (int)bufsz,
624 if (tnf_buf == NULL)
649 if (tnf_buf
[all...]
H A Dtnf_buf.h152 extern caddr_t tnf_buf;
154 #define TNF_FILE_HEADER() ((tnf_buf_file_header_t *)tnf_buf)
H A Dtnf_res.c50 #include "tnf_buf.h"
80 caddr_t tnf_buf; variable
198 if (tnf_buf != NULL) {
H A Dtrace_funcs.c37 #include "tnf_buf.h"
162 (tnf_record_p)probe_index - tnf_buf);
181 shift = ((tnf_buf_file_header_t *)tnf_buf)->com.file_log_size;
H A Dtnf_probe.c103 probe_p->index = (char *)fwp - tnf_buf;
H A Dtnf_writer.c368 ((tnf_buf_file_header_t *)tnf_buf)->com.file_log_size;
373 if (((char *)dest_header_p < (tnf_buf + TNF_DIRECTORY_SIZE)) ||
377 offset_delta = (tnf_ref32_t)(item - tnf_buf);
628 fw_p = (tnf_tag_t *)(tnf_buf + TNF_DIRENT_ROOT);
685 fw_p = (tnf_tag_t *)(tnf_buf + TNF_DIRENT_FILE_HEADER);
690 fw_p = (tnf_tag_t *)(tnf_buf + TNF_DIRENT_BLOCK_HEADER);
/illumos-gate/usr/src/lib/libtnfprobe/
H A DMakefile.com27 OBJECTS.c= tnf_buf.o \
H A Dtnf_buf.c39 #include "tnf_buf.h"
86 extern volatile caddr_t tnf_buf;

Completed in 75 milliseconds