Searched refs:debugf (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Danonymous.c49 debugf("InitializeNSEC3Record: %x%x%x%x, name %##s", ptr[0], ptr[1], ptr[2], ptr[3], rr->name->c);
240 debugf("SetAnonData: question %##s(%p), rr %##s(%p)", q->qname.c, q->AnonInfo, rr->name->c, rr->AnonInfo);
282 debugf("AnonInfoAnswersQuestion: question qname %##s", q->qname.c);
298 debugf("AnonInfoAnswersQuestion: not a anonymous type question");
307 debugf("AnonInfoAnswersQuestion: Question %##s not answered using anonymous record %##s", q->qname.c, rr->name->c);
316 debugf("AnonInfoAnswersQuestion: not a anonymous type record");
352 debugf("AnonInfoAnswersQuestion: AnonData mis-match for record %s question %##s ",
363 debugf("AnonInfoAnswersQuestion: question %p, record %p", qai->AnonData, rai->AnonData);
390 debugf("AnonInfoAnswersQuestion: AnonData %p or nsec3RR %p, NULL for question %##s, record %s", AnonData, nsec3RR,
394 debugf("AnonInfoAnswersQuestio
[all...]
H A DmDNSDebug.h21 // Set MDNS_DEBUGMSGS to 0 to optimize debugf() calls out of the compiled code
126 #define debugf debugf_ macro
129 #define debugf debug_noop macro
H A DDNSCommon.c628 { debugf("Malformed label (too long)"); return(mDNSfalse); }
651 { debugf("Malformed domain name (more than 256 characters)"); return(mDNSfalse); }
1103 if (!len) { debugf("DeconstructServiceName: FQDN empty!"); return(mDNSfalse); }
1104 if (len >= 0x40) { debugf("DeconstructServiceName: Instance name too long"); return(mDNSfalse); }
1109 if (!len) { debugf("DeconstructServiceName: FQDN contains only one label!"); return(mDNSfalse); }
1110 if (len >= 0x40) { debugf("DeconstructServiceName: Application protocol name too long"); return(mDNSfalse); }
1111 if (src[1] != '_') { debugf("DeconstructServiceName: No _ at start of application protocol"); return(mDNSfalse); }
1115 if (!len) { debugf("DeconstructServiceName: FQDN contains only two labels!"); return(mDNSfalse); }
1117 { debugf("DeconstructServiceName: Transport protocol must be _udp or _tcp"); return(mDNSfalse); }
1126 { debugf("DeconstructServiceNam
[all...]
H A DuDNS.c141 debugf("Note: DNS Server %#a:%d for domain %##s (%p) registered more than once", addr, mDNSVal16(port), d->c, interface);
353 debugf("GetAuthInfoForName %##s Matched %##s Key name %##s", name->c, ptr->domain.c, ptr->keyname.c);
382 debugf("GetAuthInfoForName_internal updated q->AuthInfo from %##s to %##s for %##s (%s)",
462 debugf("mDNS_SetSecretForDomain updating q->AuthInfo from %##s to %##s for %##s (%s)",
497 debugf("uDNS_RequestAddress: Sent NAT-PMP external address request %d", err);
503 debugf("uDNS_RequestAddress: LNT_SendDiscoveryMsg");
535 debugf("uDNS_RequestAddress: Not time to send address request");
580 debugf("uDNS_SendNATMsg: Sent NAT-PMP mapping request %d", err);
638 debugf("uDNS_SendNATMsg: Sent PCP Mapping request %d", err);
651 debugf("uDNS_SendNATMs
[all...]
H A DmDNS.c401 debugf("FirstIPv4LLInterfaceForID: found LL interface with address %.4a", &intf->ip.ip.v4);
948 debugf("SetTargetToHostName: Target of %##s is already %##s", rr->resrec.name->c, target->c);
964 debugf("Have announced shared record %##s (%s) at least once: should have sent a goodbye packet before updating",
1474 debugf("mDNS_Register_internal:Adding to duplicate list %s", ARDisplayString(m,rr));
1485 debugf("mDNS_Register_internal: Adding to active record list %s", ARDisplayString(m,rr));
1613 debugf("mDNS_Register_internal: Duplicate record %p taking over from %p %##s (%s)",
1667 if (*p) debugf("mDNS_Deregister_internal: Deleting DuplicateRecord %p %##s (%s)",
1782 debugf("mDNS_Deregister_internal: Cannot have a conflict on a shared record! %##s (%s)",
1850 debugf("AddRecordToResponseList: %##s (%s) already in list", rr->resrec.name->c, DNSTypeName(rr->resrec.rrtype));
1995 debugf("SendDelayedUnicastRespons
[all...]
H A DPlatformCommon.c102 debugf("Option %s not set", option);
H A DmDNSPosix.c923 debugf("SetupOneInterface: %s %#a is an alias of %#a", intfName, &intf->coreIntf.ip, &alias->coreIntf.ip);
954 debugf("SetupOneInterface: %s %#a Registered", intf->intfName, &intf->coreIntf.ip);
961 debugf("SetupOneInterface: %s %#a failed to register %d", intfName, &intf->coreIntf.ip, err);
979 debugf("SetupInterfaceList");
1291 if (err) debugf("No unicast UDP responses");
1292 else debugf("Unicast UDP responses okay");
H A Duds_daemon.c1164 debugf("set_peer_pid: Client PEERPID is %d %s", p, request->pid_name);
1891 else debugf("udsserver_default_reg_domain_changed %##s already in list, not re-adding", &d->name);
1907 if (p) debugf("udsserver_default_reg_domain_changed %##s still in list, not removing", &d->name);
2246 { debugf("add_domain_to_browser %##s already in list", d->c); return mStatus_AlreadyRegistered; }
2310 debugf("udsserver_automatic_browse_domain_changed: %s default browse domain %##s", add ? "Adding" : "Removing", d->name.c);
2328 else debugf("udsserver_automatic_browse_domain_changed %##s already in list, not re-adding", &d->name);
2339 if (p) debugf("udsserver_automatic_browse_domain_changed %##s still in list, not removing", &d->name);
2381 debugf("Incrementing %s refcount for %##s",
2408 debugf("Decrementing %s refcount for %##s",
3410 debugf("queryrecord_result_repl
[all...]
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Ddisk.c54 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
57 #define debugf(fmt, args...) macro
126 debugf("No storage devices\n");
130 debugf("storage devices found: %d\n", stor_info_no);
224 debugf("reading blk=%d size=%d @ 0x%08x\n", (int)blk, size, (uint32_t)buf);
H A Dglue.c38 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt,##args); } while (0) macro
40 #define debugf(fmt, args...) macro
/illumos-gate/usr/src/boot/sys/boot/fdt/
H A Dfdt_loader_cmd.c44 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro
47 #define debugf(fmt, args...) macro
128 debugf("fdt_find_static_dtb()\n");
191 debugf("fdt_load_dtb(0x%08jx)\n", (uintmax_t)va);
224 debugf("DTB blob found at 0x%jx, size: 0x%jx\n", (uintmax_t)va, (uintmax_t)fdtp_size);
234 debugf("fdt_load_dtb_addr(%p)\n", header);
260 debugf("fdt_load_dtb_file(%s)\n", filename);
287 debugf("fdt_setup_fdtp()\n");
459 debugf(" reg#%d (start: 0x%0x size: 0x%0x) valid!\n",
671 debugf("fdt_fixu
[all...]
/illumos-gate/usr/src/lib/efcode/engine/
H A Ddebug.c640 debugf(fcode_env_t *env) function
1577 FORTH(0, "debugf", debugf);
1578 FORTH(0, ".debugf", dot_debugf);
1579 FORTH(0, "set-debugf", set_debugf);
1580 FORTH(0, "debugf?", debugf_qmark);

Completed in 1934 milliseconds