Searched refs:trace (Results 201 - 225 of 460) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssh/regress/
H A Dagent-pkcs11-restrict.sh12 trace "generate host keys"
32 trace "start agent"
50 trace "prepare client config"
83 trace "prepare known_hosts"
89 trace "prepare server configs"
101 trace "prepare authorized_keys"
121 trace "unrestricted keys"
137 trace "restricted to different host"
147 trace "restricted to destination host"
163 trace "restricte
[all...]
H A Ddynamic-forward.sh16 trace "will use ProxyCommand $proxycmd"
24 trace "start dynamic -$direction forwarding, fork to background"
59 trace "testing ssh socks version $s host $h (-$direction)"
H A Dcipher-speed.sh25 trace "cipher $c mac $m"
H A Dagent-pkcs11-cert.sh16 trace "generate CA key and certify keys"
26 trace "start agent"
41 trace "load pkcs11 keys and certs"
74 trace "load pkcs11 certs only"
/freebsd-current/usr.sbin/route6d/
H A Droute6d.c255 static void trace(int, const char *, ...)
770 trace(2, " NextHop reset");
772 trace(2, " NextHop %s",
776 trace(2, " %s/%d[%d]",
781 trace(2, " tag=0x%04x",
784 trace(2, "\n");
1090 trace(1, "sendmsg: %s\n", strerror(errno));
1150 trace(1,
1159 trace(1,
1169 trace(
3504 trace(int level, const char *fmt, ...) function
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_malloc_bisect.h27 for (uptr i = 1; i < len; ++i) H.add(((u32)stack->trace[i]) & 0xFFF);
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dglobals.c7 int trace; /* trace packets exchanged */ variable
H A Dftp_var.h48 extern int trace; /* trace packets exchanged */
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTrace.h23 /// This class works by delegating the logic to the actual trace plug-in that
35 virtual lldb::CommandObjectSP GetDelegateCommand(Trace &trace) = 0;
/freebsd-current/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_dbgmsg.h43 * This header is included inside the trace.h multiple inclusion guard,
80 #include <trace/define_trace.h>
H A Dtrace_zfs.h38 #include <sys/trace.h>
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtrace_taskq.h67 #include <trace/define_trace.h>
75 * include/os/linux/spl/sys/trace.h.
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dtrace.c23 * Each DTRACE_PROBE must define its trace point in one (and only one)
41 #include <sys/trace.h>
/freebsd-current/sys/modules/athk_common/
H A DMakefile21 SRCS+= trace.c
/freebsd-current/usr.bin/m4/
H A DMakefile14 SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c parser.y
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_trace.h51 #include <trace/define_trace.h>
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmt7615_trace.h56 #include <trace/define_trace.h>
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.ddi_pathname.d51 trace(ddi_pathname(this->dev, 1));
/freebsd-current/contrib/dialog/samples/
H A Drun_test.sh33 DIALOGOPTS="$DIALOGOPTS --trace $want.log"
52 rm -f trace "$want.log" "$name.log"
/freebsd-current/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_sanitizer_common.cpp52 memcpy(TraceBuffer, Trace.trace, Trace.size * sizeof(uintptr_t));
67 StackTrace.trace = reinterpret_cast<__sanitizer::uptr *>(Trace);
/freebsd-current/tools/test/stress2/misc/
H A Dkevent10.sh73 char *fn = "/tmp/kevent10.trace";
97 rm /tmp/kevent10 /tmp/kevent10.trace
/freebsd-current/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dasan_interface.h209 /// Gets the allocation stack trace and thread ID for a heap address (useful
212 /// Stores up to <c><i>size</i></c> frames in <c><i>trace</i></c>. Returns
216 /// \param trace A buffer to store the stack trace.
217 /// \param size Size in bytes of the trace buffer.
221 size_t SANITIZER_CDECL __asan_get_alloc_stack(void *addr, void **trace,
224 /// Gets the free stack trace and thread ID for a heap address (useful for
227 /// Stores up to <c><i>size</i></c> frames in <c><i>trace</i></c>. Returns
231 /// \param trace A buffer to store the stack trace
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_suppressions.cpp73 for (uptr i = 0; i < stack->size && stack->trace[i]; i++) {
74 uptr addr = stack->trace[i];
/freebsd-current/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in100 my ($host, $level, %trace) = @_;
179 $trace{$host} = 1;
182 if (exists $trace{$peer}) {
190 scan_host($peer, $level + 1, %trace);
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c53 #define VCHIQ_LOG_TRACE_STR "trace"
145 else if (strncmp("trace", kbuf, strlen("trace")) == 0)
219 int trace; local
221 trace = vchiq_instance_get_trace(instance);
222 seq_printf(f, "%s\n", trace ? "Y" : "N");
276 struct dentry *top, *use_count, *trace; local
293 trace = debugfs_create_file("trace",
297 if (!trace)
[all...]

Completed in 217 milliseconds

1234567891011>>