Searched refs:dump_fde (Results 1 – 4 of 4) sorted by relevance
85 D("fdevent_set: %s, events = %u", dump_fde(fde).c_str(), events); in Set()187 D("%s got events %x", dump_fde(fde).c_str(), events); in Loop()
165 D("%s got events 0x%X", dump_fde(fde).c_str(), events); in Loop()182 LOG(DEBUG) << dump_fde(&fde) << " timed out"; in Loop()
49 std::string dump_fde(const fdevent* fde);
48 std::string dump_fde(const fdevent* fde) { in dump_fde() function