Lines Matching refs:DBG

86 #define DBG(fmt, arg...) do { \  macro
132 DBG("Failed to create PCAP file"); in monitor_pcap_create()
152 DBG("Failed to write PCAP header"); in monitor_pcap_create()
157 DBG("Written PCAP header size mimatch\n"); in monitor_pcap_create()
188 DBG("Failed to write PCAP frame or size mismatch %d\n", len); in monitor_pcap_write()
196 DBG("Failed to write PCAP data or size mismatch %d\n", len); in monitor_pcap_write()
213 DBG("First pipe closed"); in fifo_handler1()
222 DBG("Failed to read %lu", result); in fifo_handler1()
227 DBG("Error, write failed to %s", pipe_2_in); in fifo_handler1()
231 DBG("[%d/%d] starting %d fifo 1 read from %d and wrote %d bytes to %d", in fifo_handler1()
245 DBG("Pipe 1 byte 0x%x", buf[0]); in fifo_handler1()
251 DBG("Frame starting in pipe 1"); in fifo_handler1()
260 DBG("Expecting pipe 1 buf len %d\n", input1_len); in fifo_handler1()
270 DBG("Received %d bytes in pipe 1", input1_len); in fifo_handler1()
292 DBG("Second pipe closed"); in fifo_handler2()
301 DBG("Failed to read %lu", result); in fifo_handler2()
306 DBG("Error, write failed to %s", pipe_1_in); in fifo_handler2()
310 DBG("[%d/%d] starting %d fifo 2 read from %d and wrote %d bytes to %d", in fifo_handler2()
323 DBG("Pipe 2 byte 0x%x", buf[0]); in fifo_handler2()
328 DBG("Frame starting in pipe 2"); in fifo_handler2()
338 DBG("Expecting pipe 2 buf len %d\n", input2_len); in fifo_handler2()
348 DBG("Received %d bytes in pipe 2", input2_len); in fifo_handler2()
369 DBG("Failed to open fifo %s", pipe_1_out); in setup_fifofd1()
373 DBG("Pipe 1 OUT fd %d", fd); in setup_fifofd1()
396 DBG("Failed to open fifo %s", pipe_2_out); in setup_fifofd2()
400 DBG("Pipe 2 OUT fd %d", fd); in setup_fifofd2()
445 DBG("Pipe 1 IN %s OUT %s", pipe_1_in, pipe_1_out); in main()
446 DBG("Pipe 2 IN %s OUT %s", pipe_2_in, pipe_2_out); in main()
467 DBG("Failed to open fifo %s", pipe_1_in); in main()
474 DBG("Failed to open fifo %s", pipe_2_in); in main()
479 DBG("Pipe 1 IN %d, pipe 2 IN %d", fd1_in, fd2_in); in main()