Searched refs:trace (Results 151 - 175 of 354) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssh/regress/
H A Dagent-ptrace.sh43 trace "start agent"
64 trace "kill agent"
H A Dtry-ciphers.sh11 trace "proto 2 cipher $c mac $m"
35 trace "proto 1 cipher $c"
H A Dagent-getpeereid.sh27 trace "start agent"
52 trace "kill agent"
H A Dforwarding.sh30 trace "start forwarding, fork to background"
34 trace "transfer over forwarded channels and check result"
45 trace "exit on -$d forward failure, proto $p"
74 trace "simple clear forwarding proto $p"
77 trace "clear local forward proto $p"
91 trace "clear remote forward proto $p"
107 trace "stdio forwarding proto $p"
119 trace "config file: start forwarding, fork to background"
123 trace "config file: transfer over forwarded channels and check result"
133 trace "transfe
[all...]
H A Dbanner.sh10 trace "test missing banner file"
31 trace "test banner size $s"
38 trace "test suppress banner (-q)"
H A Dcfgmatch.sh60 trace "match permitopen localhost proto $p"
69 trace "match permitopen proxy proto $p"
83 trace "match permitopen proxy w/key opts proto $p"
93 trace "match permitopen localhost proto $p"
107 trace "match permitopen proxy w/key opts proto $p"
122 trace "nomatch permitopen proxy w/key opts proto $p"
H A Dhostkey-agent.sh8 trace "start agent"
16 trace "load hostkeys"
51 trace "kill agent"
H A Dmultiplex.sh10 trace "will use ProxyCommand $proxycmd"
32 trace "start master, fork to background"
43 trace "env passing over multiplexed connection"
53 trace "ssh transfer over multiplexed connection and check result"
59 trace "ssh transfer over multiplexed connection and check result"
65 trace "sftp transfer over multiplexed connection and check result"
72 trace "scp transfer over multiplexed connection and check result"
79 trace "forward over TCP/IP and check result"
88 trace "forward over UNIX and check result"
99 trace "exi
[all...]
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dcandidate.c64 if (trace)
68 if (trace)
74 if (trace)
155 if (trace) {
H A Dreadmsg.c84 if (trace) {
135 if (trace) {
147 if (trace)
179 if (trace) {
182 /* Notice a full disk, as we flush trace info.
222 if (trace) {
257 if (trace) {
278 if (trace) {
302 if (trace) {
313 if (trace)
[all...]
H A Dnetworkdelta.c102 if (trace)
128 if (trace)
134 if (trace)
139 if (trace)
206 if (trace)
231 if (trace)
257 if (trace)
/freebsd-11-stable/libexec/rtld-elf/
H A Ddebug.h59 #define trace() msg(_MYNAME ": " __XSTRING(__LINE__) "\n") macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp55 static void CopyTrace(SymbolizedStack *first_frame, void **trace, argument
60 trace[i++] = (void *)frame->info.address;
98 int __tsan_get_report_stack(void *report, uptr idx, void **trace, argument
103 if (stack) CopyTrace(stack->frames, trace, trace_size);
109 int *size, int *write, int *atomic, void **trace,
119 if (mop->stack) CopyTrace(mop->stack->frames, trace, trace_size);
126 int *fd, int *suppressable, void **trace,
138 if (loc->stack) CopyTrace(loc->stack->frames, trace, trace_size);
154 int *destroyed, void **trace, uptr trace_size) {
161 if (mutex->stack) CopyTrace(mutex->stack->frames, trace, trace_siz
108 __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, int *size, int *write, int *atomic, void **trace, uptr trace_size) argument
124 __tsan_get_report_loc(void *report, uptr idx, const char **type, void **addr, uptr *start, uptr *size, int *tid, int *fd, int *suppressable, void **trace, uptr trace_size) argument
153 __tsan_get_report_mutex(void *report, uptr idx, uptr *mutex_id, void **addr, int *destroyed, void **trace, uptr trace_size) argument
166 __tsan_get_report_thread(void *report, uptr idx, int *tid, tid_t *os_id, int *running, const char **name, int *parent_tid, void **trace, uptr trace_size) argument
242 __tsan_get_alloc_stack(uptr addr, uptr *trace, uptr size, int *thread_id, tid_t *os_id) argument
[all...]
/freebsd-11-stable/usr.bin/banner/
H A Dbanner.c1024 static int debug, i, j, linen, max, nchars, pc, term, trace, x, y; variable
1040 trace = 1;
1122 if (trace)
1127 if (trace)
1140 if (trace)
1166 if (trace)
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dtrace_fn_imps.hpp44 * Contains implementations of cc_ht_map_'s trace-mode functions.
52 trace() const function in class:PB_DS_CLASS_C_DEC
/freebsd-11-stable/usr.bin/m4/
H A DMakefile15 SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c parser.y tokenizer.l
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Dnode.hpp95 trace() const function in struct:pb_ds::detail::rb_tree_node_
131 trace() const function in struct:pb_ds::detail::rb_tree_node_
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dnode.hpp76 trace() const function in struct:pb_ds::detail::splay_tree_node_
118 trace() const function in struct:pb_ds::detail::splay_tree_node_
/freebsd-11-stable/contrib/libexecinfo/
H A Dbacktrace.c178 backtrace_symbols_fmt(void *const *trace, size_t len, const char *fmt) argument
201 x = format_address(st, &ptr, &psize, offs, fmt, trace[i]);
225 backtrace_symbols_fd_fmt(void *const *trace, size_t len, int fd, argument
228 char **s = backtrace_symbols_fmt(trace, len, fmt);
241 backtrace_symbols(void *const *trace, size_t len) argument
243 return backtrace_symbols_fmt(trace, len, fmt);
247 backtrace_symbols_fd(void *const *trace, size_t len, int fd) argument
249 return backtrace_symbols_fd_fmt(trace, len, fd, fmt);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Dspecopen.d60 trace(errno);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.args1.d73 trace("test timed out");
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.d75 trace("test timed out");
H A Dtst.ret.d73 trace("test timed out");
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.d67 trace("test timed out");
H A Dtst.branch.d75 trace("test timed out");

Completed in 306 milliseconds

1234567891011>>