Home
last modified time | relevance | path

Searched refs:LOG_D (Results 1 – 25 of 99) sorted by relevance

1234

/dports/net/freediameter/freeDiameter-1.5.0/extensions/app_radgw/
H A Drgw_servers.c51 LOG_D(" auth server:"); in rgw_servers_dump()
52 LOG_D(" disabled..... : %s", rgw_servers.auth_serv.disabled ? "TRUE":"false"); in rgw_servers_dump()
55 LOG_D(" port......... : %hu", ntohs(rgw_servers.auth_serv.port)); in rgw_servers_dump()
57 LOG_D(" IP bind...... : %s", ipstr); in rgw_servers_dump()
59 LOG_D(" IPv6 bind.... : %s", ipstr); in rgw_servers_dump()
61 LOG_D(" acct server:"); in rgw_servers_dump()
65 LOG_D(" port......... : %hu", ntohs(rgw_servers.acct_serv.port)); in rgw_servers_dump()
67 LOG_D(" IP bind...... : %s", ipstr); in rgw_servers_dump()
69 LOG_D(" IPv6 bind.... : %s", ipstr); in rgw_servers_dump()
131 LOG_D("RADIUS: RCV %dB from %s", len, sa_buf); in server_thread()
[all …]
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Daudio_player_alsa.cpp125 LOG_D("audio/player/alsa") << "opened pcm"; in PlaybackThread()
133 LOG_D("audio/player/alsa") << "format U8"; in PlaybackThread()
137 LOG_D("audio/player/alsa") << "format S16_LE"; in PlaybackThread()
152 LOG_D("audio/player/alsa") << "set pcm params"; in PlaybackThread()
171 LOG_D("audio/player/alsa") << "starting playback"; in PlaybackThread()
188 LOG_D("audio/player/alsa") << "error filling buffer"; in PlaybackThread()
196 LOG_D("audio/player/alsa") << "initial buffer filled, hitting start"; in PlaybackThread()
216 LOG_D("audio/player/alsa") << "playback loop, stop signal"; in PlaybackThread()
227 LOG_D("audio/player/alsa") << "failed to recover from underrun"; in PlaybackThread()
261 LOG_D("audio/player/alsa") << "playback loop, past end, draining"; in PlaybackThread()
[all …]
H A Daudio_player_portaudio.cpp129 LOG_D("audio/player/portaudio") << "using config device: " << device_name; in OpenStream()
134 LOG_D("audio/player/portaudio") << "using default output device"; in OpenStream()
148 LOG_D("audio/player/portaudio") << "OpenStream:" in OpenStream()
157LOG_D("audo/player/portaudio") << "Using device " << pa_output_p.device << " " << device_info->nam… in OpenStream()
163LOG_D("audio/player/portaudio") << "Failed initializing PortAudio stream with error: " << Pa_GetEr… in OpenStream()
173 LOG_D("audio/player/portaudio") << "stopping stream"; in paStreamFinishedCallback()
185 LOG_D("audio/player/portaudio") << "could not set FinishedCallback"; in Play()
191 LOG_D("audio/player/portaudio") << "error playing stream"; in Play()
209 LOG_D("audio/player/portaudio") << "psCallback:" in paCallback()
249 LOG_D("audio/player/portaudio") << "GetCurrentPosition:" in GetCurrentPosition()
H A Daudio_provider_factory.cpp76 LOG_D("audio_provider") << err.GetMessage(); in GetAudioProvider()
80 LOG_D("audio_provider") << err.GetMessage(); in GetAudioProvider()
85 LOG_D("audio_provider") << err.GetMessage(); in GetAudioProvider()
H A Dutils.cpp167 LOG_D("utils/clean_cache") << "cleaning " << directory/file_type; in CleanCache()
177LOG_D("utils/clean_cache") << agi::format("cache does not need cleaning (maxsize=%d, cursize=%d, m… in CleanCache()
191 LOG_D("utils/clean_cache") << "deleted " << i.second; in CleanCache()
194 LOG_D("utils/clean_cache") << "failed to delete file " << i.second << ": " << e.GetMessage(); in CleanCache()
202 LOG_D("utils/clean_cache") << "deleted " << deleted << " files, exiting"; in CleanCache()
/dports/net/freediameter/freeDiameter-1.5.0/extensions/dbg_rt/
H A Ddbg_rt.c51 LOG_D("[dbg_rt] FWD routing message: %p", msg ? *msg : NULL); in dbgrt_fwd_cb()
54 LOG_D("%s", buf); in dbgrt_fwd_cb()
69 LOG_D("[dbg_rt] OUT routing message: %p", msg); in dbgrt_out_cb()
71 LOG_D("%s", buf); in dbgrt_out_cb()
73 LOG_D("[dbg_rt] Current list of candidates (%p): (score - id)", msg); in dbgrt_out_cb()
77 LOG_D("[dbg_rt] %d -\t%s", c->score, c->diamid); in dbgrt_out_cb()
/dports/security/honggfuzz/honggfuzz-0.7/linux/
H A Dperf.c92 LOG_D("Adding branch %#018" PRIx64 " - %#018" PRIx64, from, to); in arch_perfAddBranch()
159 LOG_D("Enabling PERF for PID=%d method=%x", pid, method); in arch_perfOpen()
199 LOG_D("Using: PERF_COUNT_HW_INSTRUCTIONS for PID: %d", pid); in arch_perfOpen()
204 LOG_D("Using: PERF_COUNT_HW_BRANCH_INSTRUCTIONS for PID: %d", pid); in arch_perfOpen()
209 LOG_D("Using: (Intel BTS) type=%" PRIu32 " for PID: %d", perfIntelBtsPerfType, pid); in arch_perfOpen()
213 LOG_D("Using: (Intel BTS) type=%" PRIu32 " for PID: %d", perfIntelBtsPerfType, pid); in arch_perfOpen()
217 LOG_D("Using: (Intel PT) type=%" PRIu32 " for PID: %d", perfIntelPtPerfType, pid); in arch_perfOpen()
388 LOG_D("perfIntelPtPerfType = %" PRIu32, perfIntelPtPerfType); in arch_perfInit()
395 LOG_D("perfIntelBtsPerfType = %" PRIu32, perfIntelBtsPerfType); in arch_perfInit()
H A Darch.c137 LOG_D("Launching '%s' on file '%s'", args[0], fileName); in arch_launchChild()
232 LOG_D("PID: %d is in a stopped state now", childPid); in arch_reapChild()
257 LOG_D("Monitor PID has been updated (pid=%d)", hfuzz->pid); in arch_reapChild()
284 LOG_D("No more processes to track"); in arch_reapChild()
290 LOG_D("PID '%d' returned with status '%d'", pid, status); in arch_reapChild()
/dports/net/freediameter/freeDiameter-1.5.0/extensions/dict_json/
H A Ddict_json.cc143 LOG_D("Added enumerated type '%s' to dictionary", enumtypename); in add_enumtype()
235 LOG_D("Added enumerated value '%s' to dictionary", enumvalue["Name"].asCString()); in add_enumvalue()
274 LOG_D("Vendor flag not set for AVP '%s'", data.avp_name); in add_avp()
328 LOG_D("Added AVP '%s' to dictionary", data.avp_name); in add_avp()
483 LOG_D("Looking up AVP '%s' for rule", rule["AVP"].asCString()); in add_rule_entry()
488 LOG_D("Found AVP '%s' for rule", rule["AVP"].asCString()); in add_rule_entry()
493 LOG_D("Added AVP '%s' to rule", rule["AVP"].asCString()); in add_rule_entry()
520 LOG_D("Added rules for Command '%s'", rule["Command"].asCString()); in add_command_rule()
556 LOG_D("Added rules for AVP '%s'", rule["AVP"].asCString()); in add_avp_rule()
659 LOG_D("Added Type '%s' to dictionary", types[i]["Name"].asCString()); in add_types()
[all …]
/dports/games/libretro-emux/emux-640d4ba/main/
H A Dinput.c537 LOG_D("Opening input configuration file.\n"); in input_load()
542 LOG_D("Could not open input configuration file!\n"); in input_load()
555 LOG_D("Could not load input config from buffer!\n"); in input_load()
562 LOG_D("Could not find \"config\" node!\n"); in input_load()
569 LOG_D("Could not find \"%s\" section!\n", config->name); in input_load()
575 LOG_D("Invalid \"%s\" section!\n", config->name); in input_load()
583 LOG_D("Could not access child %u!\n", i); in input_load()
632 LOG_D("Saving input configuration file.\n"); in input_save()
649 LOG_D("Opening \"config\" node.\n"); in input_save()
655 LOG_D("Creating \"config\" node.\n"); in input_save()
[all …]
/dports/security/honggfuzz/honggfuzz-0.7/posix/
H A Darch.c94 LOG_D("Process (pid %d) exited normally with status %d", fuzzer->pid, WEXITSTATUS(status)); in arch_analyzeSignal()
108 LOG_D("Process (pid %d) killed by signal %d '%s'", fuzzer->pid, termsig, strsignal(termsig)); in arch_analyzeSignal()
110 LOG_D("It's not that important signal, skipping"); in arch_analyzeSignal()
169 LOG_D("Launching '%s' on file '%s'", args[0], fileName); in arch_launchChild()
184 LOG_D("Process (pid %d) came back with status %d", fuzzer->pid, status); in arch_reapChild()
/dports/net/freediameter/freeDiameter-1.5.0/libfdcore/
H A Dcnxctx.c1224 LOG_D("\t - TLS/IA session"); in fd_tls_verify_credentials()
1265 LOG_D("\t - Protocol: %s", tmp); in fd_tls_verify_credentials()
1273 LOG_D("\t - Compression: %s", tmp); in fd_tls_verify_credentials()
1277 LOG_D("\t - Cipher: %s", tmp); in fd_tls_verify_credentials()
1281 LOG_D("\t - MAC: %s", tmp); in fd_tls_verify_credentials()
1440 LOG_D("\t- Key Exchange: %s", tmp); in fd_tls_verify_credentials_2()
1449 LOG_D("\t - TLS/IA session"); in fd_tls_verify_credentials_2()
1522 LOG_D("\t\t%s", cinfo.data); in fd_tls_verify_credentials_2()
1559 LOG_D("\t - Protocol: %s", tmp); in fd_tls_verify_credentials_2()
1571 LOG_D("\t - Cipher: %s", tmp); in fd_tls_verify_credentials_2()
[all …]
H A Dhooks.c344 LOG_D("RCV from '%s': %s", peer ? peer->p_hdr.info.pi_diamid : "<unknown>", hook_default_buf); in fd_hook_call()
361 LOG_D("SENT to '%s': %s", peer ? peer->p_hdr.info.pi_diamid : "<unknown>", hook_default_buf); in fd_hook_call()
367LOG_D("Failing over message sent to '%s': %s", peer ? peer->p_hdr.info.pi_diamid : "<unknown>", ho… in fd_hook_call()
409 LOG_D("FORWARDING: %s", hook_default_buf); in fd_hook_call()
415 LOG_D("DISPATCHING: %s", hook_default_buf); in fd_hook_call()
432LOG_D("Connection to '%s' failed: %s", peer ? peer->p_hdr.info.pi_diamid : "<unknown>", (char *)ot… in fd_hook_call()
/dports/security/honggfuzz/honggfuzz-0.7/
H A Dfiles.c58 LOG_D("Read '%zu' bytes from '%s'", readSz, fileName); in files_readFileToBufMax()
77 LOG_D("Written '%zu' bytes to '%s'", fileSz, fileName); in files_writeBufToFile()
174 LOG_D("'%s' is not a regular file, skipping", path); in files_readdir()
179 LOG_D("'%s' is empty", path); in files_readdir()
200 LOG_D("Added '%s' to the list of input files", path); in files_readdir()
279 LOG_D("Dictionary: loaded word: '%s' (len=%zu)", in files_parseDictionary()
394 LOG_D("Blacklist: loaded %'" PRIu64 "'", hfuzz->blacklist[hfuzz->blacklistCnt]); in files_parseBlacklist()
/dports/security/honggfuzz/honggfuzz-0.7/mac/
H A Darch.c169 LOG_D("Process (pid %d) exited normally with status %d", fuzzer->pid, WEXITSTATUS(status)); in arch_analyzeSignal()
183 LOG_D("Process (pid %d) killed by signal %d '%s'", fuzzer->pid, termsig, strsignal(termsig)); in arch_analyzeSignal()
185 LOG_D("It's not that important signal, skipping"); in arch_analyzeSignal()
284 LOG_D("Launching '%s' on file '%s'", args[0], fileName); in arch_launchChild()
356 LOG_D("Process (pid %d) came back with status %d", fuzzer->pid, status); in arch_reapChild()
467 LOG_D("CrashReport: %s", description); in write_crash_report()
598 LOG_D("Callstack hash %llu", hash); in hash_callstack()
654 LOG_D("Crash of pid %d", pid); in catch_mach_exception_raise_state_identity()
/dports/multimedia/aegisub/aegisub-3.2.2/libaegisub/lua/
H A Dutils.cpp220 LOG_D("automation/lua") << "lua stack size mismatch."; in check_stack()
228 LOG_D("automation/lua/stackdump") << "--- dumping lua stack..."; in dump()
233 LOG_D("automation/lua/stackdump") << type << ": " << lua_tostring(L, -1); in dump()
235 LOG_D("automation/lua/stackdump") << type; in dump()
238 LOG_D("automation/lua") << "--- end dump"; in dump()
/dports/net/freediameter/freeDiameter-1.5.0/extensions/rt_ereg/
H A Drtereg.c96LOG_D("[rt_ereg] attempting pattern matching of '%.*s' with rule '%s'", (int)len, value, r->patter… in proceed()
140LOG_D("[rt_ereg] Match: '%s' to value '%.*s' => '%s' += %d", r->pattern, (int)len, value, r->serve… in proceed()
176LOG_D("[rt_ereg] found grouped AVP %d (vendor %d), digging deeper", avp_hdr->avp_code, avp_hdr->av… in find_avp()
180 LOG_D("[rt_ereg] found AVP %d (vendor %d)", avp_hdr->avp_code, avp_hdr->avp_vendor); in find_avp()
244 LOG_D("[rt_ereg] iterating over AVP group %d", j); in rtereg_out()
/dports/net/cloud-init/cloud-init-21.4/systemd/
H A Dcloud-init-generator.tmpl7 LOG_D="/run/cloud-init"
12 RUN_ENABLED_FILE="$LOG_D/$ENABLE"
27 local log="$LOG_D/${0##*/}.log"
28 { [ -d "$LOG_D" ] || mkdir -p "$LOG_D"; } &&
/dports/multimedia/aegisub/aegisub-3.2.2/libaegisub/audio/
H A Dprovider_convert.cpp179 LOG_D("audio_provider") << "Converting float to S16"; in CreateConvertAudioProvider()
186LOG_D("audio_provider") << "Converting " << provider->GetBytesPerSample() << " bytes per sample or… in CreateConvertAudioProvider()
192 LOG_D("audio_provider") << "Downmixing to mono from " << provider->GetChannels() << " channels"; in CreateConvertAudioProvider()
198 LOG_D("audio_provider") << "Doubling sample rate"; in CreateConvertAudioProvider()
/dports/sysutils/dunst/dunst-1.6.1/src/
H A Ddunst.c59 LOG_D("Waking up"); in wake_up()
67 LOG_D("RUN"); in run()
89 LOG_D("Sleeping for %li ms", sleep/1000); in run()
H A Ddbus.c205 LOG_D("CMD: Calling context menu"); in dbus_cb_dunst_ContextMenuCall()
220 LOG_D("CMD: Calling action for notification %d", notification_nr); in dbus_cb_dunst_NotificationAction()
234 LOG_D("CMD: Calling action for notification %s", n->summary); in dbus_cb_dunst_NotificationAction()
247 LOG_D("CMD: Pushing all to history"); in dbus_cb_dunst_NotificationCloseAll()
260 LOG_D("CMD: Closing last notification"); in dbus_cb_dunst_NotificationCloseLast()
277 LOG_D("CMD: Showing last notification from history"); in dbus_cb_dunst_NotificationShow()
502 LOG_D("Ignoring CloseNotification message"); in dbus_cb_CloseNotification()
582 LOG_D("Queues: Closing notification for reason: %s", reason_string); in signal_notification_closed()
/dports/games/libretro-emux/emux-640d4ba/frontends/audio/
H A Dsdl_audio.c81 LOG_D("Computed audio buffer size: %ub\n", audio_data->buffer_size); in sdl_init()
102 LOG_D("Audio overrun!\n"); in sdl_enqueue()
134 LOG_D("Audio underrun!\n"); in sdl_dequeue()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium-shim/sandbox/win/
H A DloggingCallbacks.h24 #define LOG_D(...) MOZ_LOG(sSandboxTargetLog, LogLevel::Debug, (__VA_ARGS__)) macro
81 LOG_D("%s", msg.c_str());
/dports/www/firefox/firefox-99.0/security/sandbox/chromium-shim/sandbox/win/
H A DloggingCallbacks.h24 #define LOG_D(...) MOZ_LOG(sSandboxTargetLog, LogLevel::Debug, (__VA_ARGS__)) macro
81 LOG_D("%s", msg.c_str());
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium-shim/sandbox/win/
H A DloggingCallbacks.h23 #define LOG_D(...) MOZ_LOG(sSandboxTargetLog, LogLevel::Debug, (__VA_ARGS__)) macro
77 LOG_D("%s", msg.c_str());

1234