Lines Matching refs:HOST_PIPE_DLOG
45 #define HOST_PIPE_DLOG(fmt,...) fprintf(stderr, "%s:%d " fmt "\n", __func__, __LINE__, ##__VA_ARGS_… macro
49 #define HOST_PIPE_DLOG(fmt,...) macro
106 HOST_PIPE_DLOG("New pipe: service: for '%s', hwpipe: %p hostpipe: %p", in connect()
123 HOST_PIPE_DLOG("Close fd=%d", fd); in close()
217 HOST_PIPE_DLOG("Saving snapshot"); in saveSnapshot()
226 HOST_PIPE_DLOG("save pipe: fd=%d hwPipe=%p hostPipe=%p", in saveSnapshot()
249 HOST_PIPE_DLOG("attempt to load a host pipe"); in loadSnapshot()
257 HOST_PIPE_DLOG("Successfully loaded host pipe %p for hw pipe %p", in loadSnapshot()
260 HOST_PIPE_DLOG("Failed to load host pipe for hw pipe %p", hwpipe); in loadSnapshot()
271 HOST_PIPE_DLOG("Saving snapshot for fd=%d", fd); in saveSnapshot()
291 HOST_PIPE_DLOG("Loading snapshot for a single pipe"); in loadSnapshotSinglePipe()
309 HOST_PIPE_DLOG("attempt to load a host pipe"); in loadSnapshotSinglePipe()
318 HOST_PIPE_DLOG("Successfully loaded host pipe %p for fd=%d", hostPipe, fd); in loadSnapshotSinglePipe()
320 HOST_PIPE_DLOG("Failed to load host pipe for hw pipe %p", hwPipeFromStream); in loadSnapshotSinglePipe()