Lines Matching refs:tslog_buf
38 static char * tslog_buf = NULL; variable
64 tslog_buf = (char *)buf; in tslog_setbuf()
73 *buf = (void *)tslog_buf; in tslog_getbuf()
89 if (tslog_buf == NULL) in tslog()
98 strcpy(&tslog_buf[tslog_bufpos], "0x0 "); in tslog()
100 tslog_bufpos += tsccat(&tslog_buf[tslog_bufpos], tsc); in tslog()
101 strcpy(&tslog_buf[tslog_bufpos], " "); in tslog()
103 strcpy(&tslog_buf[tslog_bufpos], type); in tslog()
105 strcpy(&tslog_buf[tslog_bufpos], " "); in tslog()
107 strcpy(&tslog_buf[tslog_bufpos], f); in tslog()
110 strcpy(&tslog_buf[tslog_bufpos], " "); in tslog()
112 strcpy(&tslog_buf[tslog_bufpos], s); in tslog()
115 strcpy(&tslog_buf[tslog_bufpos], "\n"); in tslog()