/external/openssh/ |
monitor.c | 499 Buffer logmsg; local 503 buffer_init(&logmsg); 506 buffer_append_space(&logmsg, 4); 508 buffer_ptr(&logmsg), buffer_len(&logmsg)) != buffer_len(&logmsg)) { 517 len = buffer_get_int(&logmsg); 522 buffer_clear(&logmsg); 523 buffer_append_space(&logmsg, len); 525 buffer_ptr(&logmsg), buffer_len(&logmsg)) != buffer_len(&logmsg) [all...] |
/external/libnfc-nci/src/include/ |
trace_api.h | 101 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
|
bt_types.h | 681 #define SCR_PROTO_TRACE_HCI_LOGGING_VSE 0x0800 /* Brcm vs event for logmsg and protocol traces */
|
bt_trace.h | 165 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...); [all...] |
/external/mdnsresponder/mDNSCore/ |
DNSCommon.h | 281 if (m->mDNS_busy != m->mDNS_reentrancy) LogMsg("%s: Locking Failure! mDNS_busy (%ld) != mDNS_reentrancy (%ld)", __func__, m->mDNS_busy, m->mDNS_reentrancy); \ 285 if (m->mDNS_busy != m->mDNS_reentrancy) LogMsg("%s: Unlocking Failure! mDNS_busy (%ld) != mDNS_reentrancy (%ld)", __func__, m->mDNS_busy, m->mDNS_reentrancy); \
|
DNSDigest.c | [all...] |
/external/mdnsresponder/mDNSPosix/ |
mDNSPosix.c | 167 LogMsg("mDNSPlatformSendUDP: Invalid argument -dstPort is set to 0"); 212 LogMsg("mDNSPlatformSendUDP got error %d (%s) sending packet to %#a on interface %#a/%s/%d", 215 LogMsg("mDNSPlatformSendUDP got error %d (%s) sending packet to %#a", errno, strerror(errno), dst); 746 //LogMsg("Joining %.16a on %d", &imr6.ipv6mr_multiaddr, imr6.ipv6mr_interface); 855 //LogMsg("SetupOneInterface: %#a %#a", &intf->coreIntf.ip, &intf->coreIntf.mask); [all...] |
Identify.c | 284 // Since this is a special command-line tool, we want LogMsg() errors to go to stderr, not syslog
|
/external/mdnsresponder/mDNSShared/ |
dnsextd.c | [all...] |
DebugServices.h | [all...] |
DebugServices.c | 569 logMsg( "\ncannot print at interrupt time\n\n", 1, 2, 3, 4, 5, 6 ); 652 // underlying logMsg API that does the printing is asynchronous so it cannot use temporary/stack-based [all...] |
/external/bluetooth/bluedroid/stack/include/ |
bt_types.h | 675 #define SCR_PROTO_TRACE_HCI_LOGGING_VSE 0x0800 /* Brcm vs event for logmsg and protocol traces */
|
/external/libnfc-nci/halimpl/bcm2079x/include/ |
bt_types.h | 681 #define SCR_PROTO_TRACE_HCI_LOGGING_VSE 0x0800 /* Brcm vs event for logmsg and protocol traces */
|
bt_trace.h | 165 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...); [all...] |
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
gki_buffer.c | 32 #define LOGD(format, ...) LogMsg (TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC, format, ## __VA_ARGS__) [all...] |
/external/libnfc-nci/src/gki/common/ |
gki_buffer.c | 32 #define LOGD(format, ...) LogMsg (TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYPE_GENERIC, format, ## __VA_ARGS__) [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
ComposeMessageActivity.java | 343 public static void log(String logMsg) { 349 logMsg = "[" + tid + "] [" + methodName + "] " + logMsg; 350 Log.d(TAG, logMsg); [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
CalendarTest.java | [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_media_task.c | 192 LogMsg( TRACE_CTRL_GENERAL | TRACE_LAYER_NONE | TRACE_ORG_APPL | \ [all...] |
/external/bluetooth/bluedroid/include/ |
bt_trace.h | 199 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...); [all...] |