Searched refs:BUGMSG2 (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/net/arcnet/ |
D | com90xx.c | 145 BUGMSG2(D_INIT, "\n"); in com90xx_probe() 146 BUGMSG2(D_INIT, "S1: "); in com90xx_probe() 148 BUGMSG2(D_INIT, "%Xh ", *port); in com90xx_probe() 153 BUGMSG2(D_INIT_REASONS, "(check_region)\n"); in com90xx_probe() 154 BUGMSG2(D_INIT_REASONS, "S1: "); in com90xx_probe() 162 BUGMSG2(D_INIT_REASONS, "(empty)\n"); in com90xx_probe() 163 BUGMSG2(D_INIT_REASONS, "S1: "); in com90xx_probe() 172 BUGMSG2(D_INIT_REASONS, "\n"); in com90xx_probe() 173 BUGMSG2(D_INIT_REASONS, "S1: "); in com90xx_probe() 176 BUGMSG2(D_INIT, "\n"); in com90xx_probe() [all …]
|
D | arcnet.c | 281 BUGMSG2(D_DURING, "#%d ", lp->buf_queue[i]); in release_arcbuf() 282 BUGMSG2(D_DURING, "\n"); in release_arcbuf() 314 BUGMSG2(D_DURING, "#%d ", lp->buf_queue[i]); in get_arcbuf() 315 BUGMSG2(D_DURING, "\n"); in get_arcbuf() 386 BUGMSG2(D_PROTO, "%c", arc_proto_map[count]->suffix); in arcnet_open() 387 BUGMSG2(D_PROTO, "\n"); in arcnet_open()
|
/linux-2.4.37.9/include/linux/ |
D | arcdevice.h | 89 #define BUGMSG2(x,msg,args...) do { BUGLVL(x) printk(msg, ## args); } while (0) macro 91 BUGMSG2(x, "%s%6s: " msg, \
|