| /titanic_53/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
| H A D | anonymous.c | 41 … debugf("InitializeNSEC3Record: %x%x%x%x, name %##s", ptr[0], ptr[1], ptr[2], ptr[3], rr->name->c); in InitializeNSEC3Record() 227 …debugf("SetAnonData: question %##s(%p), rr %##s(%p)", q->qname.c, q->AnonInfo, rr->name->c, rr->An… in SetAnonData() 269 debugf("AnonInfoAnswersQuestion: question qname %##s", q->qname.c); in AnonInfoAnswersQuestion() 285 debugf("AnonInfoAnswersQuestion: not a anonymous type question"); in AnonInfoAnswersQuestion() 294 …debugf("AnonInfoAnswersQuestion: Question %##s not answered using anonymous record %##s", q->qname… in AnonInfoAnswersQuestion() 303 debugf("AnonInfoAnswersQuestion: not a anonymous type record"); in AnonInfoAnswersQuestion() 339 debugf("AnonInfoAnswersQuestion: AnonData mis-match for record %s question %##s ", in AnonInfoAnswersQuestion() 350 debugf("AnonInfoAnswersQuestion: question %p, record %p", qai->AnonData, rai->AnonData); in AnonInfoAnswersQuestion() 377 …debugf("AnonInfoAnswersQuestion: AnonData %p or nsec3RR %p, NULL for question %##s, record %s", An… in AnonInfoAnswersQuestion() 381 …debugf("AnonInfoAnswersQuestion: Validating question %##s, ResourceRecord %s", q->qname.c, RRDispl… in AnonInfoAnswersQuestion() [all …]
|
| H A D | DNSCommon.c | 628 { debugf("Malformed label (too long)"); return(mDNSfalse); } in SameDomainLabel() 651 { debugf("Malformed domain name (more than 256 characters)"); return(mDNSfalse); } in SameDomainName() 1103 …if (!len) { debugf("DeconstructServiceName: FQDN empty!"); ret… in DeconstructServiceName() 1104 …if (len >= 0x40) { debugf("DeconstructServiceName: Instance name too long"); ret… in DeconstructServiceName() 1109 …if (!len) { debugf("DeconstructServiceName: FQDN contains only one label!"); ret… in DeconstructServiceName() 1110 …if (len >= 0x40) { debugf("DeconstructServiceName: Application protocol name too long"); ret… in DeconstructServiceName() 1111 …if (src[1] != '_') { debugf("DeconstructServiceName: No _ at start of application protocol"); re… in DeconstructServiceName() 1115 …if (!len) { debugf("DeconstructServiceName: FQDN contains only two labels!"); ret… in DeconstructServiceName() 1117 … { debugf("DeconstructServiceName: Transport protocol must be _udp or _tcp"); return(mDNSfalse); } in DeconstructServiceName() 1126 { debugf("DeconstructServiceName: Label in service domain too long"); return(mDNSfalse); } in DeconstructServiceName() [all …]
|
| H A D | mDNSDebug.h | 126 #define debugf debugf_ macro 129 #define debugf debug_noop
|
| H A D | uDNS.c | 138 …debugf("Note: DNS Server %#a:%d for domain %##s (%p) registered more than once", addr, mDNSVal16(p… in mDNS_AddDNSServer() 336 …debugf("GetAuthInfoForName %##s Matched %##s Key name %##s", name->c, ptr->domain.c, ptr->keyname.… in GetAuthInfoForName_direct() 365 … debugf("GetAuthInfoForName_internal updated q->AuthInfo from %##s to %##s for %##s (%s)", in GetAuthInfoForName_internal() 445 debugf("mDNS_SetSecretForDomain updating q->AuthInfo from %##s to %##s for %##s (%s)", in mDNS_SetSecretForDomain() 480 debugf("uDNS_RequestAddress: Sent NAT-PMP external address request %d", err); in uDNS_RequestAddress() 486 debugf("uDNS_RequestAddress: LNT_SendDiscoveryMsg"); in uDNS_RequestAddress() 518 debugf("uDNS_RequestAddress: Not time to send address request"); in uDNS_RequestAddress() 563 debugf("uDNS_SendNATMsg: Sent NAT-PMP mapping request %d", err); in uDNS_SendNATMsg() 621 debugf("uDNS_SendNATMsg: Sent PCP Mapping request %d", err); in uDNS_SendNATMsg() 634 debugf("uDNS_SendNATMsg: LNT_SendDiscoveryMsg"); in uDNS_SendNATMsg() [all …]
|
| H A D | mDNS.c | 374 debugf("mDNS_AddressIsLocalSubnet: IPv4 %#a returning true", addr); in mDNS_AddressIsLocalSubnet() 376 debugf("mDNS_AddressIsLocalSubnet: IPv4 %#a returning false", addr); in mDNS_AddressIsLocalSubnet() 398 debugf("mDNS_AddressIsLocalSubnet: IPv6 %#a returning true", addr); in mDNS_AddressIsLocalSubnet() 400 debugf("mDNS_AddressIsLocalSubnet: IPv6 %#a returning false", addr); in mDNS_AddressIsLocalSubnet() 430 … debugf("FirstIPv4LLInterfaceForID: found LL interface with address %.4a", &intf->ip.ip.v4); in FirstIPv4LLInterfaceForID() 940 … debugf("SetTargetToHostName: Target of %##s is already %##s", rr->resrec.name->c, target->c); in SetTargetToHostName() 956 …debugf("Have announced shared record %##s (%s) at least once: should have sent a goodbye packet be… in SetTargetToHostName() 1430 debugf("mDNS_Register_internal:Adding to duplicate list %s", ARDisplayString(m,rr)); in mDNS_Register_internal() 1441 debugf("mDNS_Register_internal: Adding to active record list %s", ARDisplayString(m,rr)); in mDNS_Register_internal() 1567 debugf("mDNS_Register_internal: Duplicate record %p taking over from %p %##s (%s)", in mDNS_Deregister_internal() [all …]
|
| H A D | mDNSPosix.c | 919 …debugf("SetupOneInterface: %s %#a is an alias of %#a", intfName, &intf->coreIntf.ip, &alias->coreI… in SetupOneInterface() 949 debugf("SetupOneInterface: %s %#a Registered", intf->intfName, &intf->coreIntf.ip); in SetupOneInterface() 956 … debugf("SetupOneInterface: %s %#a failed to register %d", intfName, &intf->coreIntf.ip, err); in SetupOneInterface() 974 debugf("SetupInterfaceList"); in SetupInterfaceList() 1287 if (err) debugf("No unicast UDP responses"); in mDNSPlatformInit_CanReceiveUnicast() 1288 else debugf("Unicast UDP responses okay"); in mDNSPlatformInit_CanReceiveUnicast()
|
| H A D | PlatformCommon.c | 98 debugf("Option %s not set", option); in GetConfigOption()
|
| H A D | uds_daemon.c | 1880 … else debugf("udsserver_default_reg_domain_changed %##s already in list, not re-adding", &d->name); in udsserver_default_reg_domain_changed() 1896 … if (p) debugf("udsserver_default_reg_domain_changed %##s still in list, not removing", &d->name); in udsserver_default_reg_domain_changed() 2230 … { debugf("add_domain_to_browser %##s already in list", d->c); return mStatus_AlreadyRegistered; } in add_domain_to_browser() 2294 …debugf("udsserver_automatic_browse_domain_changed: %s default browse domain %##s", add ? "Adding" … in udsserver_automatic_browse_domain_changed() 2312 …else debugf("udsserver_automatic_browse_domain_changed %##s already in list, not re-adding", &d->n… in udsserver_automatic_browse_domain_changed() 2323 …if (p) debugf("udsserver_automatic_browse_domain_changed %##s still in list, not removing", &d->na… in udsserver_automatic_browse_domain_changed() 2365 debugf("Incrementing %s refcount for %##s", in RegisterLocalOnlyDomainEnumPTR() 2392 debugf("Decrementing %s refcount for %##s", in DeregisterLocalOnlyDomainEnumPTR() 3379 … debugf("queryrecord_result_reply: Name %s, uid %u, addr length %d", name, x.cr_uid, addr.ss_len); in queryrecord_result_reply() 5028 debugf("LOCAL_PEERCRED %d %u %u %d", xucredlen, x.cr_version, x.cr_uid, x.cr_ngroups); in connect_callback() [all …]
|
| /titanic_53/usr/src/boot/sys/boot/uboot/lib/ |
| H A D | disk.c | 54 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro 57 #define debugf(fmt, args...) macro 126 debugf("No storage devices\n"); in stor_init() 130 debugf("storage devices found: %d\n", stor_info_no); in stor_init() 224 debugf("reading blk=%d size=%d @ 0x%08x\n", (int)blk, size, (uint32_t)buf); in stor_readdev()
|
| H A D | glue.c | 38 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt,##args); } while (0) macro 40 #define debugf(fmt, args...) macro
|
| /titanic_53/usr/src/boot/sys/boot/fdt/ |
| H A D | fdt_loader_cmd.c | 44 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro 47 #define debugf(fmt, args...) macro 128 debugf("fdt_find_static_dtb()\n"); in fdt_find_static_dtb() 191 debugf("fdt_load_dtb(0x%08jx)\n", (uintmax_t)va); in fdt_load_dtb() 224 debugf("DTB blob found at 0x%jx, size: 0x%jx\n", (uintmax_t)va, (uintmax_t)fdtp_size); in fdt_load_dtb() 234 debugf("fdt_load_dtb_addr(%p)\n", header); in fdt_load_dtb_addr() 260 debugf("fdt_load_dtb_file(%s)\n", filename); in fdt_load_dtb_file() 287 debugf("fdt_setup_fdtp()\n"); in fdt_setup_fdtp() 459 debugf(" reg#%d (start: 0x%0x size: 0x%0x) valid!\n", in fdt_reg_valid() 671 debugf("fdt_fixup()\n"); in fdt_fixup() [all …]
|
| /titanic_53/usr/src/lib/efcode/engine/ |
| H A D | debug.c | 640 debugf(fcode_env_t *env) in debugf() function 1577 FORTH(0, "debugf", debugf); in _init()
|