Searched refs:LogMsgNoIdent (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Duds_daemon.c5117 LogMsgNoIdent("%s No operation yet on this socket", prefix);
5125 LogMsgNoIdent("%s DNSServiceCreateConnection: %d registered record%s, %d kDNSServiceFlagsShareConnection operation%s PID[%d](%s)",
5129 LogMsgNoIdent(" -> DNSServiceRegisterRecord %3d %s PID[%d](%s)", p->key, ARDisplayString(m, p->rr),
5138 LogMsgNoIdent("%s DNSServiceRegister %##s%s %u/%u PID[%d](%s)",
5148 LogMsgNoIdent("%s DNSServiceBrowse %##s%s PID[%d](%s)",
5153 LogMsgNoIdent("%s DNSServiceResolve %##s PID[%d](%s)",
5156 LogMsgNoIdent("%s DNSServiceQueryRecord %##s (%s) PID[%d](%s)",
5159 LogMsgNoIdent("%s DNSServiceEnumerateDomains %##s PID[%d](%s)", prefix, req->u.enumeration.q_all.qname.c,
5162 LogMsgNoIdent("%s DNSServiceNATPortMapping %s%s Int %5d Req %5d Ext %.4a:%5d Req TTL %5d Granted TTL %5d PID[%d](%s)",
5174 LogMsgNoIdent("
[all...]
H A Duds_daemon.h41 #define LogMcastNoIdent (mDNS_McastLoggingEnabled == 0) ? ((void)0) : LogMsgNoIdent
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNSDebug.h147 // LogMsgNoIdent needs to be fixed so that it logs without the ident prefix like it used to
149 #define LogMsgNoIdent LogMsg macro
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Ddaemon.c1725 LogMsgNoIdent("----- KQSocketEventSources -----");
1726 if (!gEventSources) LogMsgNoIdent("<None>");
1731 LogMsgNoIdent("%3d %s %s", k->fd, k->kqs.KQtask, k->fd == mDNSStorage.uds_listener_skt ? "Listener for incoming UDS clients" : " ");
1734 LogMsgNoIdent("------ Network Interfaces ------");
1735 if (!mDNSStorage.p->InterfaceList) LogMsgNoIdent("<None>");
1742 LogMsgNoIdent("%p %2ld, Registered %p, %s %-6s(%lu) %.6a %.6a %#-14a dormant for %d seconds",
1750 LogMsgNoIdent("%p %2ld, Registered %p, %s %-6s(%lu) %.6a %.6a %s %s %-15.4a %s %s %s %s %#a",
1762 if (sps[0]) LogMsgNoIdent(" %13d %#s", SPSMetric(sps[0]->resrec.rdata->u.name.c), sps[0]->resrec.rdata->u.name.c);
1763 if (sps[1]) LogMsgNoIdent(" %13d %#s", SPSMetric(sps[1]->resrec.rdata->u.name.c), sps[1]->resrec.rdata->u.name.c);
1764 if (sps[2]) LogMsgNoIdent("
[all...]

Completed in 90 milliseconds