• Home
  • Raw
  • Download

Lines Matching refs:__FUNCTION__

355     DD("%s: channel=0x%x numBuffers=%d", __FUNCTION__,  in pipeConnector_sendBuffers()
362 DD("%s: buffer data (%3d bytes): '%.*s'", __FUNCTION__, in pipeConnector_sendBuffers()
392 D("%s: connector: '%s'", __FUNCTION__, pcon->buffer); in pipeConnector_sendBuffers()
396 D("%s: Unknown pipe connection: '%s'", __FUNCTION__, pcon->buffer); in pipeConnector_sendBuffers()
412 D("%s: Unknown server!", __FUNCTION__); in pipeConnector_sendBuffers()
418 D("%s: Initialization failed!", __FUNCTION__); in pipeConnector_sendBuffers()
510 D("%s: hwpipe=%p", __FUNCTION__, hwpipe); in zeroPipe_init()
521 D("%s: hwpipe=%p", __FUNCTION__, zpipe->hwpipe); in zeroPipe_close()
612 D("%s: hwpipe=%p", __FUNCTION__, hwpipe); in pingPongPipe_init()
623 D("%s: hwpipe=%p (pos=%d count=%d size=%d)", __FUNCTION__, in pingPongPipe_close()
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()
849 __FUNCTION__, now, pipe->sendExpiration, pipe->recvExpiration); 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()
1028 __FUNCTION__, dev->channel, dev->address, dev->size, dev->status); in pipeDevice_doCommand()
1048 __FUNCTION__, dev->channel, dev->address, dev->size, dev->status); 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()
1071 D("%s: command=%d (0x%x)\n", __FUNCTION__, command, command); in pipeDevice_doCommand()
1081 DR("%s: command=%d (0x%x)", __FUNCTION__, value, value); in pipe_dev_write()
1086 DR("%s: size=%d (0x%x)", __FUNCTION__, value, value); in pipe_dev_write()
1091 DR("%s: address=%d (0x%x)", __FUNCTION__, value, value); in pipe_dev_write()
1096 DR("%s: channel=%d (0x%x)", __FUNCTION__, value, value); in pipe_dev_write()
1101 D("%s: offset=%d (0x%x) value=%d (0x%x)\n", __FUNCTION__, offset, in pipe_dev_write()
1114 DR("%s: REG_STATUS status=%d (0x%x)", __FUNCTION__, dev->status, dev->status); in pipe_dev_read()
1120 DR("%s: channel=0x%x wanted=%d", __FUNCTION__, in pipe_dev_read()
1128 DD("%s: lowering IRQ", __FUNCTION__); in pipe_dev_read()
1132 DR("%s: no signaled channels", __FUNCTION__); in pipe_dev_read()
1136 DR("%s: wakes %d", __FUNCTION__, dev->wakes); in pipe_dev_read()
1140 D("%s: offset=%d (0x%x)\n", __FUNCTION__, offset, offset); in pipe_dev_read()
1257 DD("%s: channel=0x%x flags=%d", __FUNCTION__, pipe->channel, flags); in goldfish_pipe_wake()
1269 DD("%s: raising IRQ", __FUNCTION__); in goldfish_pipe_wake()
1277 D("%s: channel=0x%x (closed=%d)", __FUNCTION__, pipe->channel, pipe->closed); in goldfish_pipe_close()