Lines Matching refs:prf
218 Prfbuf prf; in dbg_print() local
278 prf.pr_fd = dbg_fd; in dbg_print()
294 prf.pr_buf = prf.pr_cur = buffer; in dbg_print()
295 prf.pr_len = ERRSIZE; in dbg_print()
298 (void) bufprint(&prf, MSG_ORIG(MSG_DBG_PID), _pid); in dbg_print()
300 (void) bufprint(&prf, MSG_ORIG(MSG_DBG_UNDEF)); in dbg_print()
301 prf.pr_cur--; in dbg_print()
303 (void) bufprint(&prf, MSG_ORIG(MSG_DBG_RESET)); in dbg_print()
304 (void) dowrite(&prf); in dbg_print()
310 prf.pr_buf = prf.pr_cur = buffer; in dbg_print()
311 prf.pr_len = ERRSIZE; in dbg_print()
317 (void) bufprint(&prf, MSG_ORIG(MSG_DBG_PID), _pid); in dbg_print()
319 (void) bufprint(&prf, MSG_ORIG(MSG_DBG_UNDEF)); in dbg_print()
320 prf.pr_cur--; in dbg_print()
323 (void) bufprint(&prf, MSG_ORIG(MSG_DBG_LMID), lml->lm_lmidstr); in dbg_print()
324 prf.pr_cur--; in dbg_print()
333 (void) bufprint(&prf, in dbg_print()
335 prf.pr_cur--; in dbg_print()
338 (void) bufprint(&prf, in dbg_print()
340 prf.pr_cur--; in dbg_print()
346 (void) bufprint(&prf, MSG_ORIG(MSG_DBG_THREAD), rt_thr_self()); in dbg_print()
347 prf.pr_cur--; in dbg_print()
354 (void) doprf(format, args, &prf); in dbg_print()
355 *(prf.pr_cur - 1) = '\n'; in dbg_print()
356 (void) dowrite(&prf); in dbg_print()