Lines Matching refs:D
34 # define D(...) ALOGD(__VA_ARGS__) macro
36 # define D(...) ((void)0) macro
84 D("no qemud pipe: %s", strerror(errno)); in qemu_channel_open_qemud_pipe()
104 D("no qemud control socket: %s", strerror(errno)); in qemu_channel_open_qemud()
110 D("can't send service name to qemud: %s", in qemu_channel_open_qemud()
119 D("cant' connect to %s service through qemud", name); in qemu_channel_open_qemud()
143 D("no '%s' control socket available: %s", in qemu_channel_open_qemud_old()
168 D("no kernel-provided %s device name", name); in qemu_channel_open_tty()
175 D("%s device name too long: '%s'", name, prop); in qemu_channel_open_tty()
295 D("%s: could not open control channel: %s", __FUNCTION__, in qemu_control_fd()
318 D("%s: could not send everything %d < %d", in qemu_control_send()
339 D("%s: could not send: %s", __FUNCTION__, strerror(errno)); in qemu_control_command()
341 D("%s: too large %d > %d", __FUNCTION__, len, (int)(sizeof command)); in qemu_control_command()
367 D("%s: could not write all: %d < %d", __FUNCTION__, in qemu_control_query()
375 D("%s: could not read header (%d != 4)", in qemu_control_query()
383 D("%s: could not parse header: '%s'", in qemu_control_query()
391 D("%s: could not read all of answer %d < %d", in qemu_control_query()