Lines Matching refs:tmp_buf

115 	char tmp_buf[512];  in tnf_trace_alloc()  local
127 sprintf(tmp_buf, "tnf_trace_alloc: begin\n"); in tnf_trace_alloc()
128 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
142 sprintf(tmp_buf, "tnf_trace_alloc: (1) probe_index=%p\n", probe_index); in tnf_trace_alloc()
143 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
148 sprintf(tmp_buf, "tnf_trace_alloc: (2) probe_index=%p\n", in tnf_trace_alloc()
150 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
151 sprintf(tmp_buf, "tnf_trace_alloc: goto null_ret\n"); in tnf_trace_alloc()
152 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
159 sprintf(tmp_buf, "tnf_trace_alloc: (3) probe_index=%p\n", in tnf_trace_alloc()
161 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
185 sprintf(tmp_buf, "tnf_trace_alloc, wcb=%p\n", wcb); in tnf_trace_alloc()
186 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
192 sprintf(tmp_buf, "tnf_trace_alloc, buffer=%p\n", buffer); in tnf_trace_alloc()
193 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
202 sprintf(tmp_buf, "tnf_trace_alloc, fwd_pr=%p\n", fwd_p); in tnf_trace_alloc()
203 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
238 sprintf(tmp_buf, "tnf_trace_alloc, sched=%p\n", sched); in tnf_trace_alloc()
239 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
294 sprintf(tmp_buf, " tnf_trace_alloc: initializing " in tnf_trace_alloc()
296 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
322 sprintf(tmp_buf, "tnf_trace_alloc: null return\n"); in tnf_trace_alloc()
323 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_alloc()
337 char tmp_buf[512]; in tnf_trace_end() local
339 sprintf(tmp_buf, "tnf_trace_end: \n"); in tnf_trace_end()
340 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_end()
355 char tmp_buf[512]; in tnf_trace_commit() local
357 sprintf(tmp_buf, "tnf_trace_commit: \n\n"); in tnf_trace_commit()
358 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_commit()
374 char tmp_buf[512]; in tnf_trace_rollback() local
376 sprintf(tmp_buf, "tnf_trace_rollback: \n\n"); in tnf_trace_rollback()
377 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_trace_rollback()
394 char tmp_buf[512]; in tnf_allocate() local
397 sprintf(tmp_buf, "tnf_allocate\n"); in tnf_allocate()
398 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_allocate()
404 sprintf(tmp_buf, "tnf_allocate, retval=%p\n", retval); in tnf_allocate()
405 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnf_allocate()