Home
last modified time | relevance | path

Searched refs:LOG_DEBUG (Results 26 – 50 of 5414) sorted by relevance

12345678910>>...217

/dports/security/razorback-api/api-0.5.0/src/
H A Dcommand_and_control.c209 rzb_log(LOG_DEBUG, "C&C Thread Exiting"); in CommandAndControl_Thread()
258 rzb_log (LOG_DEBUG, in CommandAndControl_DispatchCommand()
264 if (rzb_get_log_level () == LOG_DEBUG) in CommandAndControl_DispatchCommand()
298 rzb_log (LOG_DEBUG, in CommandAndControl_DispatchCommand()
315 rzb_log (LOG_DEBUG, in CommandAndControl_DispatchCommand()
331 rzb_log (LOG_DEBUG, in CommandAndControl_DispatchCommand()
640 rzb_log (LOG_DEBUG, "%s: C&C Hook: Hello", __func__); in Default_processHelloMessage()
797 rzb_log (LOG_DEBUG, "%s: C&C Default Hook: Pause", __func__); in Default_processPauseMessage()
806 rzb_log (LOG_DEBUG, "%s: C&C Default Hook: Paused", __func__); in Default_processPausedMessage()
819 rzb_log (LOG_DEBUG, "%s: C&C Default Hook: Go", __func__); in Default_processGoMessage()
[all …]
/dports/japanese/ebview-gtk2/ebview-0.3.6/src/
H A Dxml.c46 LOG(LOG_DEBUG, "IN : xml_doc_new()"); in xml_doc_new()
68 LOG(LOG_DEBUG, "OUT : xml_doc_new()"); in xml_doc_new()
117 LOG(LOG_DEBUG, "OUT : xml_parse_file()"); in xml_parse_file()
160 LOG(LOG_DEBUG, "OUT : xml_save_file()"); in xml_save_file()
290 LOG(LOG_DEBUG, "IN : xml_add_child()"); in xml_add_child()
327 LOG(LOG_DEBUG, "IN : xml_get_child()"); in xml_get_child()
334 LOG(LOG_DEBUG, "IN : xml_get_next()"); in xml_get_next()
351 LOG(LOG_DEBUG, "IN : xml_get_name()"); in xml_get_name()
522 LOG(LOG_DEBUG, "OUT : xml_get_attr()"); in xml_get_attr()
550 LOG(LOG_DEBUG, "OUT : xml_set_attr()"); in xml_set_attr()
[all …]
H A Dtextview.c64 LOG(LOG_DEBUG, "IN : search_selection()"); in search_selection()
94 LOG(LOG_DEBUG, "OUT : search_selection()"); in search_selection()
106 LOG(LOG_DEBUG, "IN : create_text_buffer()"); in create_text_buffer()
461 LOG(LOG_DEBUG, "IN : create_main_view()"); in create_main_view()
514 LOG(LOG_DEBUG, "OUT : create_main_view()"); in create_main_view()
629 LOG(LOG_DEBUG, "IN : expand_lines()"); in expand_lines()
641 LOG(LOG_DEBUG, "OUT : expand_lines()"); in expand_lines()
646 LOG(LOG_DEBUG, "IN : shrink_lines()"); in shrink_lines()
660 LOG(LOG_DEBUG, "OUT : shrink_lines()"); in shrink_lines()
680 LOG(LOG_DEBUG, "OUT : font_resize()"); in font_resize()
[all …]
H A Dpref_grep.c32 LOG(LOG_DEBUG, "IN : pref_end_grep()"); in pref_end_grep()
37 LOG(LOG_DEBUG, "OUT : pref_end_grep()"); in pref_end_grep()
46 LOG(LOG_DEBUG, "IN : add_filter()"); in add_filter()
56 LOG(LOG_DEBUG, "OUT : add_filter()"); in add_filter()
65 LOG(LOG_DEBUG, "IN : remove_filter()"); in remove_filter()
74 LOG(LOG_DEBUG, "OUT : remove_filter()"); in remove_filter()
114 LOG(LOG_DEBUG, "IN : pref_start_grep()"); in pref_start_grep()
189 LOG(LOG_DEBUG, "IN : pref_end_grep()"); in pref_end_filter()
193 LOG(LOG_DEBUG, "OUT : pref_end_grep()"); in pref_end_filter()
348 LOG(LOG_DEBUG, "IN : clear_cache()"); in clear_cache()
[all …]
/dports/net/igmpproxy/igmpproxy-0.3/src/
H A Dconfig.c131 my_log(LOG_DEBUG, 0, "Config: Got a phyint token."); in loadConfig()
140 my_log(LOG_DEBUG, 0, "IF name : %s", tmpPtr->name); in loadConfig()
141 my_log(LOG_DEBUG, 0, "Next ptr : %x", tmpPtr->next); in loadConfig()
144 my_log(LOG_DEBUG, 0, "State : %d", tmpPtr->state); in loadConfig()
154 my_log(LOG_DEBUG, 0, "Config: Quick leave mode enabled."); in loadConfig()
193 my_log(LOG_DEBUG, 0, "Config: Need detect new interface."); in loadConfig()
279 my_log(LOG_DEBUG, 0, "Config: IF: Config for interface %s.", token); in parsePhyintToken()
338 my_log(LOG_DEBUG, 0, "Config: IF: Got upstream token."); in parsePhyintToken()
343 my_log(LOG_DEBUG, 0, "Config: IF: Got downstream token."); in parsePhyintToken()
348 my_log(LOG_DEBUG, 0, "Config: IF: Got disabled token."); in parsePhyintToken()
[all …]
/dports/dns/dhisd/dhisd-5.5/
H A Dnetwork.c482 DSYSLOG(1,(LOG_DEBUG,"do_dgram(): Received R4_CHECK_ACK.\n")); in net_do_dgram()
504 DSYSLOG(1,(LOG_DEBUG,"do_dgram(): Received R4_AUTH_SX.\n")); in net_do_dgram()
610 DSYSLOG(1,(LOG_DEBUG,"do_dgram(): Sending R4_AUTH_ACK.\n")); in net_do_dgram()
623 DSYSLOG(1,(LOG_DEBUG,"do_dgram(): QRC Authentication.\n")); in net_do_dgram()
635 DSYSLOG(1,(LOG_DEBUG,"do_dgram(): Sending R4_AUTH_SY.\n")); in net_do_dgram()
655 DSYSLOG(1,(LOG_DEBUG,"do_dgram(): OFFLINE_REQ received\n")); in net_do_dgram()
716 DSYSLOG(1,(LOG_DEBUG,"do_dgram(): Received CHECK_ACK.\n")); in net_do_dgram()
738 DSYSLOG(1,(LOG_DEBUG,"do_dgram(): Received AUTH_SX.\n")); in net_do_dgram()
864 DSYSLOG(1,(LOG_DEBUG,"do_dgram(): Sending AUTH_ACK.\n")); in net_do_dgram()
889 DSYSLOG(1,(LOG_DEBUG,"do_dgram(): QRC Authentication.\n")); in net_do_dgram()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/am/
H A Dapplet_ae.cpp41 LOG_DEBUG(Service_AM, "called"); in GetCommonStateGetter()
49 LOG_DEBUG(Service_AM, "called"); in GetSelfController()
57 LOG_DEBUG(Service_AM, "called"); in GetWindowController()
65 LOG_DEBUG(Service_AM, "called"); in GetAudioController()
73 LOG_DEBUG(Service_AM, "called"); in GetDisplayController()
81 LOG_DEBUG(Service_AM, "called"); in GetProcessWindingController()
89 LOG_DEBUG(Service_AM, "called"); in GetDebugFunctions()
97 LOG_DEBUG(Service_AM, "called"); in GetLibraryAppletCreator()
229 LOG_DEBUG(Service_AM, "called"); in OpenSystemAppletProxy()
237 LOG_DEBUG(Service_AM, "called"); in OpenLibraryAppletProxy()
[all …]
/dports/net/miniupnpd/miniupnpd-2.1.20200510/bsd/
H A Difacewatcher.c68 syslog(LOG_DEBUG, "%u rt_msg : msglen=%d version=%d type=%d", (unsigned)len, in ProcessInterfaceWatchNotify()
73 syslog(LOG_DEBUG, " RTM_IFINFO: addrs=%x flags=%x index=%hu", in ProcessInterfaceWatchNotify()
77 syslog(LOG_DEBUG, " RTM_ADD"); in ProcessInterfaceWatchNotify()
80 syslog(LOG_DEBUG, " RTM_DELETE"); in ProcessInterfaceWatchNotify()
83 syslog(LOG_DEBUG, " RTM_CHANGE"); in ProcessInterfaceWatchNotify()
86 syslog(LOG_DEBUG, " RTM_GET"); in ProcessInterfaceWatchNotify()
91 syslog(LOG_DEBUG, " RTM_IFANNOUNCE: index=%hu what=%hu ifname=%s", in ProcessInterfaceWatchNotify()
97 syslog(LOG_DEBUG, " RTM_IEEE80211"); in ProcessInterfaceWatchNotify()
102 syslog(LOG_DEBUG, " RTM_NEWADDR: addrs=%x flags=%x index=%hu", in ProcessInterfaceWatchNotify()
108 syslog(LOG_DEBUG, " %s", tmp); in ProcessInterfaceWatchNotify()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/bsd/
H A Difacewatcher.c68 syslog(LOG_DEBUG, "%u rt_msg : msglen=%d version=%d type=%d", (unsigned)len, in ProcessInterfaceWatchNotify()
73 syslog(LOG_DEBUG, " RTM_IFINFO: addrs=%x flags=%x index=%hu", in ProcessInterfaceWatchNotify()
77 syslog(LOG_DEBUG, " RTM_ADD"); in ProcessInterfaceWatchNotify()
80 syslog(LOG_DEBUG, " RTM_DELETE"); in ProcessInterfaceWatchNotify()
83 syslog(LOG_DEBUG, " RTM_CHANGE"); in ProcessInterfaceWatchNotify()
86 syslog(LOG_DEBUG, " RTM_GET"); in ProcessInterfaceWatchNotify()
91 syslog(LOG_DEBUG, " RTM_IFANNOUNCE: index=%hu what=%hu ifname=%s", in ProcessInterfaceWatchNotify()
97 syslog(LOG_DEBUG, " RTM_IEEE80211"); in ProcessInterfaceWatchNotify()
102 syslog(LOG_DEBUG, " RTM_NEWADDR: addrs=%x flags=%x index=%hu", in ProcessInterfaceWatchNotify()
108 syslog(LOG_DEBUG, " %s", tmp); in ProcessInterfaceWatchNotify()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/miniupnpd/bsd/
H A Difacewatcher.c68 syslog(LOG_DEBUG, "%u rt_msg : msglen=%d version=%d type=%d", (unsigned)len, in ProcessInterfaceWatchNotify()
73 syslog(LOG_DEBUG, " RTM_IFINFO: addrs=%x flags=%x index=%hu", in ProcessInterfaceWatchNotify()
77 syslog(LOG_DEBUG, " RTM_ADD"); in ProcessInterfaceWatchNotify()
80 syslog(LOG_DEBUG, " RTM_DELETE"); in ProcessInterfaceWatchNotify()
83 syslog(LOG_DEBUG, " RTM_CHANGE"); in ProcessInterfaceWatchNotify()
86 syslog(LOG_DEBUG, " RTM_GET"); in ProcessInterfaceWatchNotify()
91 syslog(LOG_DEBUG, " RTM_IFANNOUNCE: index=%hu what=%hu ifname=%s", in ProcessInterfaceWatchNotify()
97 syslog(LOG_DEBUG, " RTM_IEEE80211"); in ProcessInterfaceWatchNotify()
102 syslog(LOG_DEBUG, " RTM_NEWADDR: addrs=%x flags=%x index=%hu", in ProcessInterfaceWatchNotify()
108 syslog(LOG_DEBUG, " %s", tmp); in ProcessInterfaceWatchNotify()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/bsd/
H A Difacewatcher.c68 syslog(LOG_DEBUG, "%u rt_msg : msglen=%d version=%d type=%d", (unsigned)len, in ProcessInterfaceWatchNotify()
73 syslog(LOG_DEBUG, " RTM_IFINFO: addrs=%x flags=%x index=%hu", in ProcessInterfaceWatchNotify()
77 syslog(LOG_DEBUG, " RTM_ADD"); in ProcessInterfaceWatchNotify()
80 syslog(LOG_DEBUG, " RTM_DELETE"); in ProcessInterfaceWatchNotify()
83 syslog(LOG_DEBUG, " RTM_CHANGE"); in ProcessInterfaceWatchNotify()
86 syslog(LOG_DEBUG, " RTM_GET"); in ProcessInterfaceWatchNotify()
91 syslog(LOG_DEBUG, " RTM_IFANNOUNCE: index=%hu what=%hu ifname=%s", in ProcessInterfaceWatchNotify()
97 syslog(LOG_DEBUG, " RTM_IEEE80211"); in ProcessInterfaceWatchNotify()
102 syslog(LOG_DEBUG, " RTM_NEWADDR: addrs=%x flags=%x index=%hu", in ProcessInterfaceWatchNotify()
108 syslog(LOG_DEBUG, " %s", tmp); in ProcessInterfaceWatchNotify()
[all …]
/dports/multimedia/shotcut/shotcut-21.03.21/src/commands/
H A Dplaylistcommands.cpp37 LOG_DEBUG() << ""; in redo()
44 LOG_DEBUG() << ""; in undo()
59 LOG_DEBUG() << "row" << m_row; in redo()
66 LOG_DEBUG() << "row" << m_row; in undo()
84 LOG_DEBUG() << "row" << m_row; in redo()
91 LOG_DEBUG() << "row" << m_row; in undo()
119 LOG_DEBUG() << "row" << m_row; in redo()
140 LOG_DEBUG() << ""; in redo()
146 LOG_DEBUG() << ""; in undo()
194 LOG_DEBUG() << m_column; in redo()
[all …]
/dports/science/kim-api/kim-api-2.2.1/cpp/src/
H A DKIM_CollectionsImplementation.cpp725 LOG_DEBUG("Enter " + callString); in GetItemType()
737 LOG_DEBUG("Exit 0=" + callString); in GetItemType()
752 LOG_DEBUG("Enter " + callString); in GetItemLibraryFileNameAndCollection()
782 LOG_DEBUG("Exit 0=" + callString); in GetItemLibraryFileNameAndCollection()
796 LOG_DEBUG("Enter " + callString); in CacheListOfItemMetadataFiles()
829 LOG_DEBUG("Exit 0=" + callString); in CacheListOfItemMetadataFiles()
847 LOG_DEBUG("Enter " + callString); in GetItemMetadataFile()
873 LOG_DEBUG("Exit 0=" + callString); in GetItemMetadataFile()
885 LOG_DEBUG("Enter " + callString); in CacheListOfItemNamesByType()
930 LOG_DEBUG("Exit 0=" + callString); in CacheListOfItemNamesByType()
[all …]
/dports/dns/totd/totd-1.5.1/
H A Drequest.c38 syslog (LOG_DEBUG, "%s: start", fn); in request_start()
129 syslog (LOG_DEBUG, "%s: 6to4 rev query", fn); in request_start()
162 syslog (LOG_DEBUG, "%s: start", fn); in do_forward()
279 syslog (LOG_DEBUG, "%s: start", fn); in recursive_process()
311 syslog (LOG_DEBUG, "%s: child died", fn); in recursive_process()
331 syslog (LOG_DEBUG, "%s: Switch to TCP", fn); in recursive_process()
410 syslog (LOG_DEBUG, "Changed target to A"); in recursive_process()
678 syslog (LOG_DEBUG, "%s: finish", fn); in recursive_process()
712 syslog (LOG_DEBUG, "%s: start", fn); in request_finish()
765 syslog (LOG_DEBUG, "%s: start", fn); in collect_ns_socks()
[all …]
/dports/games/battletanks/btanks-0.9.8083/engine/src/
H A Dwindow.cpp138 LOG_DEBUG(("initializing SDL..."));
162 LOG_DEBUG(("enabling unicode..."));
165 LOG_DEBUG(("turning on keyboard repeat..."));
175 LOG_DEBUG(("loading GL library"));
294 LOG_DEBUG(("loading icon..."));
306 LOG_DEBUG(("setting caption..."));
367 LOG_DEBUG(("all resolutions available."));
370 LOG_DEBUG(("available modes:"));
422 LOG_DEBUG(("fsaa mode: %d", _fsaa));
561 LOG_DEBUG(("exiting main loop."));
[all …]
/dports/devel/openocd/openocd-0.11.0/src/target/openrisc/
H A Dor1k_tap_vjtag.c91 LOG_DEBUG("Initialising Altera Virtual JTAG TAP"); in or1k_tap_vjtag_init()
216 LOG_DEBUG("SLD HUB Configuration register"); in or1k_tap_vjtag_init()
217 LOG_DEBUG("------------------------------"); in or1k_tap_vjtag_init()
218 LOG_DEBUG("m_width = %d", m_width); in or1k_tap_vjtag_init()
219 LOG_DEBUG("manufacturer_id = 0x%02" PRIx32, MANUF(hub_info)); in or1k_tap_vjtag_init()
220 LOG_DEBUG("nb_of_node = %d", nb_nodes); in or1k_tap_vjtag_init()
221 LOG_DEBUG("version = %" PRIu32, VER(hub_info)); in or1k_tap_vjtag_init()
258 LOG_DEBUG("Node info register"); in or1k_tap_vjtag_init()
259 LOG_DEBUG("--------------------"); in or1k_tap_vjtag_init()
260 LOG_DEBUG("instance_id = %" PRIu32, ID(node_info)); in or1k_tap_vjtag_init()
[all …]
/dports/devel/openocd/openocd-0.11.0/src/target/riscv/
H A Driscv_semihosting.c74 LOG_DEBUG(" -> NONE (!semihosting)"); in riscv_semihosting()
79 LOG_DEBUG(" -> NONE (!semihosting->is_active)"); in riscv_semihosting()
106 LOG_DEBUG("check %08x %08x %08x from 0x%" PRIx64 "-4", pre, ebreak, post, pc); in riscv_semihosting()
110 LOG_DEBUG(" -> NONE (no magic)"); in riscv_semihosting()
125 LOG_DEBUG(" -> ERROR (couldn't read a0)"); in riscv_semihosting()
131 LOG_DEBUG(" -> ERROR (couldn't read a1)"); in riscv_semihosting()
148 LOG_DEBUG(" -> NONE (unknown operation number)"); in riscv_semihosting()
163 LOG_DEBUG(" -> HANDLED"); in riscv_semihosting()
167 LOG_DEBUG(" -> WAITING"); in riscv_semihosting()
180 LOG_DEBUG("[%s] enable=%d", target_name(target), enable); in riscv_semihosting_setup()
[all …]
/dports/x11/swayidle/swayidle-1.7.1/
H A Dmain.c68 [LOG_DEBUG ] = "\x1B[1;30m",
436 swayidle_log(LOG_DEBUG, in set_session()
445 swayidle_log(LOG_DEBUG, in set_session()
633 swayidle_log(LOG_DEBUG, "idle state"); in handle_idle()
647 swayidle_log(LOG_DEBUG, "active state"); in handle_resume()
710 swayidle_log(LOG_DEBUG, "Setup idle"); in parse_timeout()
837 swayidle_log_init(LOG_DEBUG); in parse_args()
871 swayidle_log(LOG_DEBUG, "Got lock"); in parse_args()
874 swayidle_log(LOG_DEBUG, "Got unlock"); in parse_args()
893 swayidle_log(LOG_DEBUG, "Got SIGTERM"); in handle_signal()
[all …]
/dports/net/l2tpd/l2tpd-0.69/
H A Dcontrol.c191 log (LOG_DEBUG, in control_finish()
341 log (LOG_DEBUG, in control_finish()
351 log (LOG_DEBUG, in control_finish()
363 log (LOG_DEBUG, in control_finish()
872 log (LOG_DEBUG, in control_finish()
879 log (LOG_DEBUG, in control_finish()
886 log (LOG_DEBUG, in control_finish()
1069 log (LOG_DEBUG, in control_finish()
1090 log (LOG_DEBUG, in check_control()
1100 log (LOG_DEBUG, in check_control()
[all …]
/dports/mail/policyd2/cluebringer-v2.0.14/cbp/
H A Dpolicies.pm85 …$server->log(LOG_DEBUG,"[POLICIES] Going to resolve session data into policy: ".Dumper($sessionDat…
105 …$server->log(LOG_DEBUG,"[POLICIES] Error while selecing policy members from database: ".cbp::dblay…
116 $server->log(LOG_DEBUG,"[POLICIES] Policy '".$row->{'Name'}."' is disabled") if ($log);
118 …$server->log(LOG_DEBUG,"[POLICIES] Policy member item with ID '".$row->{'ID'}."' is disabled") if …
137 …$server->log(LOG_DEBUG,"[POLICIES] $debugTxt: Source not defined or 'any', explicit match: matched…
144 …$server->log(LOG_DEBUG,"[POLICIES] $debugTxt: Main policy sources '".join(',',@rawSources)."'") if…
178 …$server->log(LOG_DEBUG,"[POLICIES] $debugTxt: Destination not defined or 'any', explicit match: ma…
185 …$server->log(LOG_DEBUG,"[POLICIES] $debugTxt: Main policy destinations '".join(',',@rawDestination…
217 …$server->log(LOG_DEBUG,"[POLICIES] END RESULT: prio=$prio => policy ids: ".join(',',@{$matchedPoli…
310 …$server->log(LOG_DEBUG,"[POLICIES] $debugTxt=>(group:$item): Source group result: matched=$match")…
[all …]
/dports/mail/policyd2/cluebringer-v2.0.14/cbp/protocols/
H A DPostfix.pm88 $server->log(LOG_DEBUG,"[PROTOCOLS/Postfix] Possible Postfix protocol") if ($log);
130 …$server->log(LOG_DEBUG,"[PROTOCOL/Postfix] Received PROTO_PASS with response '$response':'$respons…
136 …$server->log(LOG_DEBUG,"[PROTOCOL/Postfix] Received PROTO_OK with response '$response':'$response_…
147 …$server->log(LOG_DEBUG,"[PROTOCOL/Postfix] Received PROTO_REJECT with response '$response':'$respo…
158 …$server->log(LOG_DEBUG,"[PROTOCOL/Postfix] Received PROTO_DEFER with response '$response':'$respon…
164 …$server->log(LOG_DEBUG,"[PROTOCOL/Postfix] Received PROTO_HOLD with response '$response':'$respons…
170 …$server->log(LOG_DEBUG,"[PROTOCOL/Postfix] Received PROTO_REDIRECT with response '$response':'$res…
176 …$server->log(LOG_DEBUG,"[PROTOCOL/Postfix] Received PROTO_DISCARD with response '$response':'$resp…
182 …$server->log(LOG_DEBUG,"[PROTOCOL/Postfix] Received PROTO_FILTER with response '$response':'$respo…
188 …$server->log(LOG_DEBUG,"[PROTOCOL/Postfix] Received PROTO_PREPEND with response '$response':'$resp…
[all …]
/dports/sysutils/froxlor/froxlor-0.9.38.7_4/froxlor/lib/functions/filedir/
H A Dfunction.createCustomerBackup.php32 $cronlog->logAction(CRON_ACTION, LOG_DEBUG, 'Creating tmp-folder "'.$tmpdir.'"');
33 $cronlog->logAction(CRON_ACTION, LOG_DEBUG, 'shell> mkdir -p ' . escapeshellarg($tmpdir));
40 …$cronlog->logAction(CRON_ACTION, LOG_DEBUG, 'Creating mysql-folder "'.makeCorrectDir($tmpdir . '/m…
41 …$cronlog->logAction(CRON_ACTION, LOG_DEBUG, 'shell> mkdir -p ' . escapeshellarg(makeCorrectDir($tm…
73 …$cronlog->logAction(CRON_ACTION, LOG_DEBUG, 'Creating mail-folder "'.makeCorrectDir($tmpdir . '/ma…
90 …$cronlog->logAction(CRON_ACTION, LOG_DEBUG, 'shell> tar cfvz ' . escapeshellarg(makeCorrectFile($t…
99 …$cronlog->logAction(CRON_ACTION, LOG_DEBUG, 'Creating web-folder "'.makeCorrectDir($tmpdir . '/web…
111 …$cronlog->logAction(CRON_ACTION, LOG_DEBUG, 'shell> tar cfz ' . escapeshellarg($backup_file) . ' -…
114 …$cronlog->logAction(CRON_ACTION, LOG_DEBUG, 'shell> mv ' . escapeshellarg($backup_file) . ' ' . es…
117 $cronlog->logAction(CRON_ACTION, LOG_DEBUG, 'shell> rm -rf '.escapeshellarg($tmpdir));
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/src/tscpp/api/
H A DTransformationPlugin.cc120 LOG_DEBUG("Destroying transformation contp=%p", contp); in cleanupTransformation()
133 LOG_DEBUG("Transformation contp=%p write_vio=%p, is paused", contp, write_vio); in handleTransformationPluginRead()
138 LOG_DEBUG("Transformation contp=%p write_vio=%p, to_read=%" PRId64, contp, write_vio, to_read); in handleTransformationPluginRead()
146LOG_DEBUG("Transformation contp=%p write_vio=%p, to_read=%" PRId64 ", buffer reader avail=%" PRId6… in handleTransformationPluginRead()
235LOG_DEBUG("Transformation contp=%p event=%d edata=%p tshttptxn=%p", contp, event, edata, state->tx… in handleTransformationPluginEvents()
240LOG_DEBUG("Transformation contp=%p tshttptxn=%p is closed connection_closed=%d ", contp, state->tx… in handleTransformationPluginEvents()
278LOG_DEBUG("Creating TransformationPlugin=%p (vconn)contp=%p tshttptxn=%p transformation_type=%d", … in TransformationPlugin()
285 LOG_DEBUG("Destroying TransformationPlugin=%p", this); in ~TransformationPlugin()
339LOG_DEBUG("TransformationPlugin=%p tshttptxn=%p producing output with length=%ld", this, state_->t… in doProduce()
378LOG_DEBUG("TransformationPlugin=%p tshttptxn=%p vconn=%p connection_closed=%d", this, state_->txn_… in doProduce()
[all …]
/dports/net/corosync2/corosync-2.4.5/qdevices/
H A Dqdevice-net-msg-received.c160 qdevice_log(LOG_DEBUG, "Received preinit reply msg"); in qdevice_net_msg_received_preinit_reply()
247 qdevice_log(LOG_DEBUG, "Received init reply msg"); in qdevice_net_msg_received_init_reply()
586 qdevice_log(LOG_DEBUG, "Received %s node list reply", str); in qdevice_net_msg_received_node_list_reply()
589 qdevice_log(LOG_DEBUG, " ring id = ("UTILS_PRI_RING_ID")", in qdevice_net_msg_received_node_list_reply()
683 qdevice_log(LOG_DEBUG, "Received ask for vote reply"); in qdevice_net_msg_received_ask_for_vote_reply()
686 qdevice_log(LOG_DEBUG, " ring id = ("UTILS_PRI_RING_ID")", in qdevice_net_msg_received_ask_for_vote_reply()
739 qdevice_log(LOG_DEBUG, "Received vote info"); in qdevice_net_msg_received_vote_info()
742 qdevice_log(LOG_DEBUG, " ring id = ("UTILS_PRI_RING_ID")", in qdevice_net_msg_received_vote_info()
749 qdevice_log(LOG_DEBUG, "Received vote info with old ring id."); in qdevice_net_msg_received_vote_info()
835 qdevice_log(LOG_DEBUG, "Received heuristics change reply"); in qdevice_net_msg_received_heuristics_change_reply()
[all …]
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dcfg_hosts.cc420 LOG_DEBUG(hosts_logger, HOSTS_DBG_TRACE, in getAllbyHostnameInternal4()
444 LOG_DEBUG(hosts_logger, HOSTS_DBG_RESULTS, in getAllbyHostnameInternal4()
457 LOG_DEBUG(hosts_logger, HOSTS_DBG_TRACE, in getAllbyHostnameInternal6()
481 LOG_DEBUG(hosts_logger, HOSTS_DBG_RESULTS, in getAllbyHostnameInternal6()
690 LOG_DEBUG(hosts_logger, HOSTS_DBG_RESULTS, in get4()
790 LOG_DEBUG(hosts_logger, HOSTS_DBG_RESULTS,
797 LOG_DEBUG(hosts_logger, HOSTS_DBG_RESULTS,
836 LOG_DEBUG(hosts_logger, HOSTS_DBG_TRACE_DETAIL_DATA, in getHostInternal6()
875 LOG_DEBUG(hosts_logger, HOSTS_DBG_RESULTS, in getAllInternal6()
933 LOG_DEBUG(hosts_logger, HOSTS_DBG_RESULTS, in getHostInternal()
[all …]

12345678910>>...217