Searched refs:logmsg (Results 1 - 14 of 14) sorted by relevance

/external/android-clat/
H A Dlogging.h24 void logmsg(int prio, const char *fmt, ...);
H A Ddns64.c47 logmsg(ANDROID_LOG_INFO, "Detecting NAT64 prefix from DNS...");
51 logmsg(ANDROID_LOG_ERROR, "plat_prefix/dns(%s) status = %d/%s",
61 logmsg(ANDROID_LOG_WARN, "plat_prefix/unexpected address family: %d", result->ai_family);
69 logmsg(ANDROID_LOG_INFO, "Detected NAT64 prefix %s/96",
H A Dclatd.c118 logmsg(ANDROID_LOG_FATAL, "binding packet socket: %s", strerror(errno));
146 logmsg(ANDROID_LOG_FATAL, "attach packet filter failed: %s", strerror(errno));
169 logmsg(ANDROID_LOG_FATAL,"No free IPv4 address in %s/%d",
181 logmsg(ANDROID_LOG_FATAL,"configure_tun_ip/if_address(4) failed: %s",strerror(-status));
187 logmsg(ANDROID_LOG_INFO, "Using IPv4 address %s on %s", addrstr, tunnel->device4);
190 logmsg(ANDROID_LOG_FATAL,"configure_tun_ip/if_up(4) failed: %s",strerror(-status));
201 logmsg(ANDROID_LOG_FATAL,"drop_root/setgroups failed: %s",strerror(errno));
208 logmsg(ANDROID_LOG_FATAL,"drop_root/setgid failed: %s",strerror(errno));
212 logmsg(ANDROID_LOG_FATAL,"drop_root/setuid failed: %s",strerror(errno));
226 logmsg(ANDROID_LOG_FATA
[all...]
H A Dconfig.c49 logmsg(ANDROID_LOG_FATAL,"%s config item needed",item_name);
68 logmsg(ANDROID_LOG_FATAL,"%s config item needed",item_name);
75 logmsg(ANDROID_LOG_FATAL,"%s config item is not numeric: %s (error=%s)",item_name,tmp,strerror(errno));
79 logmsg(ANDROID_LOG_FATAL,"%s config item is not numeric: %s",item_name,tmp);
83 logmsg(ANDROID_LOG_FATAL,"%s config item contains non-numeric characters: %s",item_name,endptr);
87 logmsg(ANDROID_LOG_FATAL,"%s config item is too big/small: %d",item_name,conf_int);
106 logmsg(ANDROID_LOG_FATAL,"%s config item needed",item_name);
112 logmsg(ANDROID_LOG_FATAL,"invalid IPv4 address specified for %s: %s", item_name, tmp);
131 logmsg(ANDROID_LOG_FATAL,"%s config item needed",item_name);
137 logmsg(ANDROID_LOG_FATA
[all...]
H A Dlogging.c25 /* function: logmsg
31 void logmsg(int prio, const char *fmt, ...) { function
H A Dsetif.c149 logmsg(ANDROID_LOG_ERROR, "%s: setsockopt(%s): %s", __func__, optname, strerror(errno));
166 logmsg(ANDROID_LOG_ERROR, "%s: unknown ifindex for interface %s", __func__, ifname);
H A Dgetaddr.c128 logmsg(ANDROID_LOG_FATAL,"getinterface_ip/out of memory");
H A Dipv6.c169 logmsg(ANDROID_LOG_ERROR, "ipv6_packet/unknown next header type: %x", ip6->ip6_nxt);
H A Ddump.c236 logmsg(ANDROID_LOG_WARN,"info %s len %d data%s", info, len, output);
H A Dtranslate.c453 logmsg(ANDROID_LOG_ERROR, "tcp_translate: header too long %d > %d, truncating",
/external/chromium_org/native_client_sdk/src/examples/tutorial/dlopen/
H A Ddlopen.cc50 void logmsg(const char* pStr) { function in class:DlOpenInstance
64 logmsg("Spawning thread to cache .so files...");
66 logmsg("ERROR; pthread_create() failed.");
83 logmsg(message.c_str());
87 logmsg("Loaded libeightball.so");
89 logmsg("libeightball.so did not load");
101 logmsg(message.c_str());
104 logmsg("Loaded libreverse.so");
106 logmsg("libreverse.so did not load");
113 logmsg("Messag
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest8.c473 ** such a table with a single column, "logmsg". This table will
484 zSql = sqlite3_mprintf("CREATE TABLE %Q(logmsg)", pVtab->zLogName);
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1499 char *logmsg; local
1500 if (vasprintf (&logmsg, fmt, args) == -1 || logmsg == NULL)
1502 if (logmsg)
1503 free (logmsg);
1511 logmsg);
1512 free (logmsg);
1525 char *logmsg; local
1526 if (vasprintf (&logmsg, fmt, args) == -1 || logmsg
[all...]
/external/chromium_org/tools/gn/
H A Dinput_file_manager.cc33 std::string logmsg = name.value(); local
35 logmsg += " (referenced from " + origin.begin().Describe(false) + ")";
36 g_scheduler->Log("Loading", logmsg);

Completed in 4994 milliseconds