Lines Matching defs:tmp_buf

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