Home
last modified time | relevance | path

Searched refs:otLogCritPlat (Results 1 – 15 of 15) sorted by relevance

/openthread-3.6.0/src/posix/platform/
Dbacktrace.cpp56 virtual void printLine(const char *string) { otLogCritPlat("%s", string); } in printLine()
100 otLogCritPlat("#%2d: %s %s+0x%x [0x%x]\n", aIndex, program, functionName, offset, address); in demangleSymbol()
104 otLogCritPlat("#%2d: %s\n", aIndex, aSymbol); in demangleSymbol()
152 otLogCritPlat("------------------ BEGINNING OF CRASH -------------"); in signalCritical()
153 otLogCritPlat("*** FATAL ERROR: Caught signal: %d (%s)", sig, strsignal(sig)); in signalCritical()
157 otLogCritPlat("------------------ END OF CRASH ------------------"); in signalCritical()
Dconfiguration.cpp81otLogCritPlat("Failed to set region \"%c%c\": %s", (aRegionCode >> 8) & 0xff, (aRegionCode & 0xff), in SetRegion()
115 otLogCritPlat("Failed to get power domain: %s", otThreadErrorToString(error)); in GetDomain()
168 otLogCritPlat("Failed to update channel mask: %s", otThreadErrorToString(error)); in UpdateChannelMasks()
196 otLogCritPlat("Failed to update target power: %s", otThreadErrorToString(error)); in UpdateTargetPower()
238 otLogCritPlat("Failed to update calibrated power table: %s", otThreadErrorToString(error)); in UpdateCalibratedPower()
262 otLogCritPlat("Failed to read target power: %s", otThreadErrorToString(error)); in GetNextTargetPower()
Dmisc.cpp85 otLogCritPlat("assert failed at %s:%d", aFilename, aLineNumber); in otPlatAssertFail()
Dresolver.cpp108otLogCritPlat("No domain name servers found in %s, default to 127.0.0.1", kResolvConfFullPath); in LoadDnsServerListFromConf()
145otLogCritPlat("Failed to forward DNS query %p to server: %d", static_cast<void *>(aTxn), error); in Query()
Dinfra_if.cpp312 otLogCritPlat("The infra link %s may be lost. Exiting.", mInfraIfName); in GetFlags()
382 otLogCritPlat("failed to get netif addresses: %s", strerror(errno)); in HasLinkLocalAddress()
439 otLogCritPlat("Failed to get the index for infra interface %s", aIfName); in SetInfraNetif()
532 otLogCritPlat("Failed to receive netlink message: %s", strerror(errno)); in ReceiveNetLinkMessage()
Dtrel.cpp144 otLogCritPlat("[trel] Failed to bind socket"); in PrepareSocket()
152 otLogCritPlat("[trel] Failed to get the socket name"); in PrepareSocket()
Dudp.cpp286 otLogCritPlat("Failed to bind UDP socket: %s", strerror(errno)); in otPlatUdpBind()
495 otLogCritPlat("IPV6_JOIN_GROUP failed: %s", strerror(errno)); in otPlatUdpJoinMulticastGroup()
535 otLogCritPlat("IPV6_LEAVE_GROUP failed: %s", strerror(errno)); in otPlatUdpLeaveMulticastGroup()
Dhdlc_interface.cpp167 otLogCritPlat("Radio file '%s' not supported", mRadioUrl.GetPath()); in Init()
745 otLogCritPlat("Failed to reopen UART connection after resetting the RCP device."); in ResetConnection()
Dradio.cpp148 otLogCritPlat("The Spinel interface name \"%s\" is not supported!", aInterfaceName); in CreateSpinelInterface()
162 otLogCritPlat("The argument \"ncp-dataset\" is no longer supported"); in ProcessRadioUrl()
Dsettings.cpp529 void otLogCritPlat(const char *aFormat, ...) { OT_UNUSED_VARIABLE(aFormat); } in otLogCritPlat() function
Dspi_interface.cpp456 otLogCritPlat("PushPullSpi:DoSpiTransfer: errno=%s", strerror(errno)); in PushPullSpi()
/openthread-3.6.0/src/lib/platform/
Dexit_code.h119 otLogCritPlat("%s() at %s:%d: %s", __func__, (start ? start + 1 : __FILE__), __LINE__, \
154 otLogCritPlat("exit(%d): %s line %d, %s, %s", aExitCode, __func__, __LINE__, aMessage, \
/openthread-3.6.0/tools/ot-fct/
Dlogging.cpp34 void otLogCritPlat(const char *aFormat, ...) in otLogCritPlat() function
/openthread-3.6.0/include/openthread/
Dlogging.h89 void otLogCritPlat(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2);
/openthread-3.6.0/src/core/api/
Dlogging_api.cpp62 void otLogCritPlat(const char *aFormat, ...) in otLogCritPlat() function