Lines Matching refs:D
152 D("fdevent_install %s", dump_fde(fde).c_str()); in fdevent_install()
157 D("fdevent_remove %s", dump_fde(fde).c_str()); in fdevent_remove()
198 D("fdevent_set: %s, events = %u", dump_fde(fde).c_str(), events); in fdevent_set()
241 D("poll(), pollfds = %s", dump_pollfds(pollfds).c_str()); in fdevent_process()
249 D("for fd %d, revents = %x", pollfd.fd, pollfd.revents); in fdevent_process()
274 D("%s got events %x", dump_fde(fde).c_str(), events); in fdevent_process()
287 D("fdevent_call_fdfunc %s", dump_fde(fde).c_str()); in fdevent_call_fdfunc()
299 D("subproc handling on fd = %d, ev = %x", fd, ev); in fdevent_subproc_event_func()
311 D("subproc_fd %d cleared from fd_table", subproc_fd); in fdevent_subproc_event_func()
327 D("subproc with fd %d has rcount=%d, err=%d", subproc_fd, rcount, errno); in fdevent_subproc_event_func()
335 D("subproc_fde %s", dump_fde(subproc_fde).c_str()); in fdevent_subproc_event_func()
352 D("fdevent_subproc: socket pair (%d, %d)", s[0], s[1]); in fdevent_subproc_setup()
373 D("--- --- waiting for events"); in fdevent_loop()