Lines Matching refs:D
91 # define D(...) ALOGD(__VA_ARGS__) macro
93 # define D(...) ((void)0) macro
98 # define T(...) D(__VA_ARGS__)
443 D( "%s: invalid fd: %d", __FUNCTION__, fd ); in looper_del()
462 D("%s: invalid fd: %d", __FUNCTION__, fd ); in looper_enable()
487 D("%s: invalid fd: %d", __FUNCTION__, fd ); in looper_disable()
516 D("%s: error: %s", __FUNCTION__, strerror(errno) ); in looper_loop()
521 D("%s: huh ? epoll returned count=0", __FUNCTION__); in looper_loop()
911 D("%s: can't recv: %s", __FUNCTION__, strerror(errno)); in fdhandler_event()
922 D("%s: disconnect on fd %d", __FUNCTION__, f->fd); in fdhandler_event()
933 D("%s: can't send: %s", __FUNCTION__, strerror(errno)); in fdhandler_event()
985 D("%s: accepting on fd %d", __FUNCTION__, f->fd); in fdhandler_accept_event()
990 D("%s: accept failed ?: %s", __FUNCTION__, strerror(errno)); in fdhandler_accept_event()
999 D("%s: closing accept fd %d", __FUNCTION__, f->fd); in fdhandler_accept_event()
1118 D("ignoring %s packet from serial port", in serial_fd_receive()
1140 D("ignoring %d bytes addressed to channel %d", in serial_fd_receive()
1300 D("%s: bad client sending data before end of registration", in client_fd_receive()
1313 D("%s: attempting registration for service '%.*s'", in client_fd_receive()
1317 D("%s: service name too long", __FUNCTION__); in client_fd_receive()
1320 D("%s: -> received channel id %d", __FUNCTION__, c->channel); in client_fd_receive()
1352 D("%s: registration failed for client %d", __FUNCTION__, c->channel); in client_registration()
1356 D("%s: registration succeeded for client %d", __FUNCTION__, c->channel); in client_registration()
1448 D("%s: NULL client: '%.*s'", __FUNCTION__, p->len, p->data+11); in multiplexer_handle_control()
1485 D("%s: unknown control message (%d bytes): '%.*s'", in multiplexer_handle_control()
1511 D("%s: discarding packet for unknown channel %d", __FUNCTION__, p->channel); in multiplexer_serial_receive()
1561 D("%s: weird, service name too long (%d > %d)", __FUNCTION__, len, sizeof(p->data)); in multiplexer_open_channel()
1601 D("created client %p listening on fd %d", client, fd); in multiplexer_control_accept()
1685 D("%s: can't open /proc/cmdline !!: %s", __FUNCTION__, in main()
1693 D("%s: can't read /proc/cmdline: %s", __FUNCTION__, in main()
1701 D("%s: can't find '%s' in /proc/cmdline", in main()
1716 D( "entering main loop"); in main()
1718 D( "unexpected termination !!" ); in main()