Searched refs:LOG_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
15 #define LOG_BUF_SIZE 1024 macro32 char buf[LOG_BUF_SIZE]; in Log()34 vsnprintf(buf, LOG_BUF_SIZE, fmt, ap); in Log()
192 #define LOG_BUF_SIZE 128 macro248 char logbuf[LOG_BUF_SIZE];451 if (priv->logbuf_len == LOG_BUF_SIZE) in olpc_xo175_ec_complete()
27 #define LOG_BUF_SIZE 1024 macro