Home
last modified time | relevance | path

Searched refs:probe_index (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libtnfprobe/
H A Dtrace_funcs.c104 uintptr_t probe_index; in tnf_trace_alloc() local
140 probe_index = probe_p->index; in tnf_trace_alloc()
142 sprintf(tmp_buf, "tnf_trace_alloc: (1) probe_index=%p\n", probe_index); in tnf_trace_alloc()
145 if (probe_index == 0) { in tnf_trace_alloc()
146 if ((probe_index = tnf_probe_tag(ops, probe_p)) == 0) { in tnf_trace_alloc()
149 probe_index); in tnf_trace_alloc()
160 probe_index); in tnf_trace_alloc()
171 if (PROBE_IS_FILE_PTR(probe_index)) { in tnf_trace_alloc()
173 tag_disp = probe_index & PROBE_INDEX_LOW_MASK; in tnf_trace_alloc()
210 if (!PROBE_IS_FILE_PTR(probe_index)) { in tnf_trace_alloc()
[all …]
/titanic_44/usr/src/uts/common/tnf/
H A Dtrace_funcs.c98 uintptr_t probe_index; in tnf_trace_alloc() local
123 probe_index = probe_p->index; in tnf_trace_alloc()
124 if (probe_index == 0) { in tnf_trace_alloc()
125 if ((probe_index = tnf_probe_tag(ops, probe_p)) == 0) in tnf_trace_alloc()
135 if (PROBE_IS_FILE_PTR(probe_index)) in tnf_trace_alloc()
138 tag_disp = probe_index & PROBE_INDEX_LOW_MASK; in tnf_trace_alloc()
158 if (!PROBE_IS_FILE_PTR(probe_index)) { in tnf_trace_alloc()
162 (tnf_record_p)probe_index - tnf_buf); in tnf_trace_alloc()