Home
last modified time | relevance | path

Searched refs:log_msg (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh_treg_combine.cc238 #define log_msg(...)\ macro
376 log_msg ("found use in [bb %d] at insn:\n", bb->index); in trace_reg_uses_1()
378 log_msg ("\n"); in trace_reg_uses_1()
406 log_msg ("\ntrace_reg_uses\nreg = "); in trace_reg_uses()
408 log_msg ("\nstart_insn = "); in trace_reg_uses()
655 log_msg ("updated ccreg mode: "); in update_ccreg_mode()
657 log_msg ("\n"); in update_ccreg_mode()
703 log_msg ("\n[bb %d]\n", new_entry.bb->index); in record_set_of_reg()
718 log_msg ("\n"); in record_set_of_reg()
722 log_msg ("normal condition store\n"); in record_set_of_reg()
[all …]
Dsh_optimize_sett_clrt.cc56 #define log_msg(...)\ macro
189 log_msg ("ccreg: "); in execute()
191 log_msg (" STORE_FLAG_VALUE = %d\n", STORE_FLAG_VALUE); in execute()
221 log_msg ("\n\nfound const setcc insn in [bb %d]: \n", bb->index); in execute()
223 log_msg ("\n"); in execute()
230 log_msg ("number of ccreg values collected: %u\n", in execute()
239 log_msg ("all values are "); in execute()
241 log_msg ("\n"); in execute()
259 log_msg ("updated ccreg mode: "); in update_ccreg_mode()
261 log_msg ("\n\n"); in update_ccreg_mode()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
Dslow-waitpid.c73 log_msg (const char *fmt, ...) in log_msg() function
201 log_msg ("signal-thread: sending SIGCHLD\n"); in send_sigchld_thread()
214 log_msg ("waitpid: waitpid (%d, %p, 0x%x)\n", pid, wstatus, options); in waitpid()
229 log_msg ("waitpid: delaying waitpid result (pid = %d)\n", in waitpid()
261 log_msg ("waitpid: spawn thread to signal us\n"); in waitpid()
275 log_msg ("waitpid: skipping\n"); in waitpid()
287 log_msg ("waitpid: return cached result (%d)\n", pid); in waitpid()
293 log_msg ("waitpid: real waitpid call\n"); in waitpid()
320 log_msg ("sigsuspend: sigsuspend (0x%p)\n", ((void *) mask)); in sigsuspend()
332 log_msg ("sigsuspend: interrupt for cached waitstatus\n"); in sigsuspend()
[all …]
/netbsd/src/crypto/external/bsd/openssh/dist/
Dmonitor_wrap.c94 struct sshbuf *log_msg; in mm_log_handler() local
102 if ((log_msg = sshbuf_new()) == NULL) in mm_log_handler()
105 if ((r = sshbuf_put_u32(log_msg, 0)) != 0 || /* length; filled below */ in mm_log_handler()
106 (r = sshbuf_put_u32(log_msg, level)) != 0 || in mm_log_handler()
107 (r = sshbuf_put_u32(log_msg, forced)) != 0 || in mm_log_handler()
108 (r = sshbuf_put_cstring(log_msg, msg)) != 0) in mm_log_handler()
110 if ((len = sshbuf_len(log_msg)) < 4 || len > 0xffffffff) in mm_log_handler()
112 POKE_U32(sshbuf_mutable_ptr(log_msg), len - 4); in mm_log_handler()
114 sshbuf_mutable_ptr(log_msg), len) != len) in mm_log_handler()
116 sshbuf_free(log_msg); in mm_log_handler()
/netbsd/src/external/bsd/wpa/dist/src/eap_server/
Deap.h102 void (*log_msg)(void *ctx, const char *msg); member
Deap_server.c193 if (sm == NULL || sm->eapol_cb == NULL || sm->eapol_cb->log_msg == NULL) in eap_log_msg()
207 sm->eapol_cb->log_msg(sm->eapol_ctx, buf); in eap_log_msg()
/netbsd/src/external/bsd/wpa/dist/src/radius/
Dradius_server.c2598 .log_msg = radius_server_log_msg,
/netbsd/src/external/bsd/ntp/dist/
DChangeLog2891 * from 4.2.6p3-RC11: Remove log_msg() and debug_msg() from sntp in favor
3513 * Remove log_msg() and debug_msg() from sntp in favor of msyslog().
DCommitLog148505 Remove log_msg() and debug_msg() from sntp in favor of msyslog().
148508 Remove log_msg() and debug_msg() from sntp in favor of msyslog().
148511 Remove log_msg() and debug_msg() from sntp in favor of msyslog().
148514 Remove log_msg() and debug_msg() from sntp in favor of msyslog().
148517 Remove log_msg() and debug_msg() from sntp in favor of msyslog().