Lines Matching refs:probe_index
104 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()
214 (tnf_record_p)probe_index - (tnf_record_p) file_start); in tnf_trace_alloc()