Home
last modified time | relevance | path

Searched refs:emit_buf (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/efcode/engine/
H A Dlog.c68 static char emit_buf[LOG_EMIT_BUFSIZE]; in log_emit() local
69 static char *emit_p = emit_buf; in log_emit()
86 if (emit_p >= &emit_buf[LOG_EMIT_BUFSIZE - 1]) { in log_emit()
88 log_message(MSG_EMIT, "emit: %s\n", emit_buf); in log_emit()
89 emit_p = emit_buf; in log_emit()
100 log_message(MSG_EMIT, "emit: %s\n", emit_buf); in log_emit()
101 emit_p = emit_buf; in log_emit()