Searched refs:bufprint (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | debug.c | 298 (void) bufprint(&prf, MSG_ORIG(MSG_DBG_PID), _pid); 300 (void) bufprint(&prf, MSG_ORIG(MSG_DBG_UNDEF)); 303 (void) bufprint(&prf, MSG_ORIG(MSG_DBG_RESET)); 317 (void) bufprint(&prf, MSG_ORIG(MSG_DBG_PID), _pid); 319 (void) bufprint(&prf, MSG_ORIG(MSG_DBG_UNDEF)); 323 (void) bufprint(&prf, MSG_ORIG(MSG_DBG_LMID), lml->lm_lmidstr); 333 (void) bufprint(&prf, 338 (void) bufprint(&prf, 346 (void) bufprint(&prf, MSG_ORIG(MSG_DBG_THREAD), rt_thr_self());
|
H A D | _rtld.h | 667 extern int bufprint(Prfbuf *, const char *, ...);
|
H A D | util.c | 2839 bufprint(Prfbuf *prf, const char *format, ...) function 2944 if (bufprint(&prf, MSG_ORIG(MSG_STR_EMSGFOR1), 2948 if (bufprint(&prf, MSG_ORIG(MSG_STR_EMSGFOR2), 2989 if (bufprint(&prf, MSG_ORIG(MSG_STR_EMSGFOR2),
|
Completed in 52 milliseconds