Home
last modified time | relevance | path

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

/openbmc/btbridge/
H A Dbtbridged.c83 static void (*bt_vlog)(int p, const char *fmt, va_list args); variable
109 bt_vlog(p, fmt, args); in bt_log()
644 bt_vlog = &bt_log_console; in main()
654 if (bt_vlog != &vsyslog) { in main()
656 bt_vlog = &vsyslog; in main()