Lines Matching refs:DD
33 # define DD(...) fprintf(stderr, __VA_ARGS__), fprintf(stderr, "\n") macro
35 # define DD(...) (void)0 macro
355 DD("%s: channel=0x%x numBuffers=%d", __FUNCTION__, in pipeConnector_sendBuffers()
362 DD("%s: buffer data (%3d bytes): '%.*s'", __FUNCTION__, in pipeConnector_sendBuffers()
824 …DD("%s: sendExpiration=%lld recvExpiration=%lld\n", __FUNCTION__, pipe->sendExpiration, pipe->recv… in throttlePipe_rearm()
837 DD("%s: Arming for %lld\n", __FUNCTION__, minExpiration); in throttlePipe_rearm()
848 DD("%s: TICK! now=%lld sendExpiration=%lld recvExpiration=%lld\n", in throttlePipe_timerFunc()
864 DD("%s: WAKE %d\n", __FUNCTION__, flags); in throttlePipe_timerFunc()
987 DD("%s: CMD_OPEN channel=0x%x", __FUNCTION__, dev->channel); in pipeDevice_doCommand()
999 DD("%s: CMD_CLOSE channel=0x%x", __FUNCTION__, dev->channel); in pipeDevice_doCommand()
1009 DD("%s: CMD_POLL > status=%d", __FUNCTION__, dev->status); in pipeDevice_doCommand()
1027 DD("%s: CMD_READ_BUFFER channel=0x%x address=0x%08x size=%d > status=%d", in pipeDevice_doCommand()
1047 DD("%s: CMD_WRITE_BUFFER channel=0x%x address=0x%08x size=%d > status=%d", in pipeDevice_doCommand()
1053 DD("%s: CMD_WAKE_ON_READ channel=0x%x", __FUNCTION__, dev->channel); in pipeDevice_doCommand()
1062 DD("%s: CMD_WAKE_ON_WRITE channel=0x%x", __FUNCTION__, dev->channel); in pipeDevice_doCommand()
1164 DD("%s: lowering IRQ", __FUNCTION__); in pipe_dev_read()
1301 DD("%s: channel=0x%x flags=%d", __FUNCTION__, pipe->channel, flags); in goldfish_pipe_wake()
1313 DD("%s: raising IRQ", __FUNCTION__); in goldfish_pipe_wake()