Searched refs:BUGMSG2 (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/arcnet/ |
D | com90xx.c | 164 BUGMSG2(D_INIT, "\n"); in com90xx_probe() 165 BUGMSG2(D_INIT, "S1: "); in com90xx_probe() 167 BUGMSG2(D_INIT, "%Xh ", *port); in com90xx_probe() 172 BUGMSG2(D_INIT_REASONS, "(request_region)\n"); in com90xx_probe() 173 BUGMSG2(D_INIT_REASONS, "S1: "); in com90xx_probe() 179 BUGMSG2(D_INIT_REASONS, "(empty)\n"); in com90xx_probe() 180 BUGMSG2(D_INIT_REASONS, "S1: "); in com90xx_probe() 188 BUGMSG2(D_INIT_REASONS, "\n"); in com90xx_probe() 189 BUGMSG2(D_INIT_REASONS, "S1: "); in com90xx_probe() 192 BUGMSG2(D_INIT, "\n"); in com90xx_probe() [all …]
|
D | arcnet.c | 252 BUGMSG2(D_DURING, "#%d ", lp->buf_queue[i]); in release_arcbuf() 253 BUGMSG2(D_DURING, "\n"); in release_arcbuf() 288 BUGMSG2(D_DURING, "#%d ", lp->buf_queue[i]); in get_arcbuf() 289 BUGMSG2(D_DURING, "\n"); in get_arcbuf() 379 BUGMSG2(D_PROTO, "%c", arc_proto_map[count]->suffix); in arcnet_open() 380 BUGMSG2(D_PROTO, "\n"); in arcnet_open()
|
/linux-4.1.27/include/linux/ |
D | arcdevice.h | 86 #define BUGMSG2(x,msg,args...) do { BUGLVL(x) printk(msg, ## args); } while (0) macro 88 BUGMSG2(x, "%s%6s: " msg, \
|