Lines Matching defs:bcm_elog
15 #include <bcm_elog.h>
35 struct bcm_elog {
42 static struct bcm_elog global_elog;
49 static void elog_putchar(struct bcm_elog *elog, unsigned char c)
70 static void elog_unsigned_num(struct bcm_elog *elog, unsigned long unum,
89 static void elog_string(struct bcm_elog *elog, const char *str)
100 struct bcm_elog *elog = &global_elog;
130 struct bcm_elog *elog = &global_elog;
147 struct bcm_elog *elog = &global_elog;
185 void bcm_elog(const char *fmt, ...)
193 struct bcm_elog *elog = &global_elog;