Searched refs:trace (Results 226 - 250 of 459) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssh/regress/
H A Dservcfginclude.sh88 trace "$_desc host=$_host expect=$_exp"
115 trace "disallow invalid config host=a"
120 trace "disallow invalid config host=x"
148 trace "disallow invalid with no argument"
166 trace "Include before match blocks"
178 trace "Port after included files"
H A Drekey.sh31 trace "$n rekeying(s)"
81 trace "$n rekeying(s)"
97 trace "$n rekeying(s)"
116 trace "$n rekeying(s)"
133 trace "$n rekeying(s)"
H A Dcert-file.sh46 trace 'try with identity files'
122 trace "start agent"
161 trace "kill agent"
H A Dhostbased.sh52 trace "hostbased algo $algo"
H A Dkeygen-sshfp.sh6 trace "keygen fingerprints"
H A Dputty-transfer.sh28 trace "compression $c dd-size ${s}"
H A Dssh-com.sh83 trace "sshd2 ${v}"
105 trace "sshd2 ${v} cipher $c mac $m"
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.c334 qlnx_get_trace_size(qlnx_host_t *ha, qlnx_trace_t *trace) argument
338 trace->pci_func = ha->pci_func;
341 trace->size[i] = qlnx_get_trace_cmd_size(ha, i, trace->cmd);
348 qlnx_get_trace(qlnx_host_t *ha, int hwfn_index, qlnx_trace_t *trace) argument
356 buffer = qlnx_zalloc(trace->size[hwfn_index]);
359 hwfn_index, trace->cmd);
369 hwfn_index, trace->cmd);
373 switch (trace->cmd) {
376 buffer, (trace
994 qlnx_trace_t *trace; local
[all...]
H A Dspad_layout.h124 * to ensure that the MCP trace is not run over during MFW upgrade.
143 struct mcp_trace trace; /* 0xe20014 */ member in struct:static_init
146 #define MCP_TRACE_P ((struct mcp_trace*)(STRUCT_OFFSET(trace)))
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp255 Lock lock1(&trace.mtx);
256 // Queue all trace parts into the global recycle queue.
257 auto parts = &trace.parts;
258 while (trace.local_head) {
259 CHECK(parts->Queued(trace.local_head));
260 ctx->trace_part_recycle.PushBack(trace.local_head);
261 trace.local_head = parts->Next(trace.local_head);
266 trace.parts_allocated = 0;
270 trace
[all...]
H A Dtsan_stack_trace.cpp30 trace = trace_buffer;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp27 explicit StackTraceHeader(const StackTrace &trace) argument
28 : size(Min<uptr>(trace.size, (1u << 8) - 1)), tag(trace.tag) {
29 CHECK_EQ(trace.tag, static_cast<uptr>(tag));
40 StackStore::Id StackStore::Store(const StackTrace &trace, uptr *pack) { argument
41 if (!trace.size && !trace.tag)
43 StackTraceHeader h(trace);
51 internal_memcpy(stack_trace + 1, trace.trace,
[all...]
/freebsd-current/contrib/openbsm/compat/
H A Dqueue.h113 #define TRACEBUF struct qm_trace trace;
117 (head)->trace.prevline = (head)->trace.lastline; \
118 (head)->trace.prevfile = (head)->trace.lastfile; \
119 (head)->trace.lastline = __LINE__; \
120 (head)->trace.lastfile = __FILE__; \
124 (elem)->trace.prevline = (elem)->trace.lastline; \
125 (elem)->trace
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp121 StructuredData::Array *trace = new StructuredData::Array(); local
122 auto trace_sp = StructuredData::ObjectSP(trace);
135 trace->AddIntegerItem(PC);
147 d->AddItem("trace", trace_sp);
253 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); local
254 trace->ForEach([&PCs](StructuredData::Object *PC) -> bool {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp143 if (trace()) {
168 if (trace())
219 if (trace())
222 if (trace())
238 if (trace())
/freebsd-current/usr.bin/procstat/
H A Dprocstat_kstack.c44 * Walk the stack trace provided by the kernel and reduce it to what we
169 char trace[KKST_MAXLEN], encoded_trace[KKST_MAXLEN]; local
233 * The kernel generates a trace with carriage returns between
237 kstack_cleanup(kkstp->kkst_trace, trace,
239 xo_open_list("trace");
242 xo_close_list("trace");
243 xo_emit("{d:trace/%-29s}\n", trace);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.providers.ksh59 trace(arg0); \
60 printf("\nsuccessful trace of arg0 in %s:%s:%s:%s\n", \
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dtrace.h109 #define TRACE_INCLUDE_FILE trace
111 #include <trace/define_trace.h>
/freebsd-current/contrib/lib9p/pytest/
H A Dclient.py218 def trace(self, msg, *args, **kwargs): member in class:TestCase
475 tc.trace("what's there initially: {0!r}".format(fset))
479 tc.trace('failed to read or clean up tree', level=logging.ERROR)
480 tc.trace('this might be a permissions error', level=logging.ERROR)
485 tc.trace("what's left after removing everything: {0!r}".format(fset))
488 tc.trace('note: could be a permissions error', level=logging.ERROR)
519 tc.trace('now attempting to create /dir/sub the wrong way')
528 tc.trace("creating dir/sub (with embedded '/') should have "
533 tc.trace('(found our dir/sub detritus)')
537 tc.trace('(successfull
[all...]
/freebsd-current/contrib/flex/src/
H A Dyylex.c67 if (trace) {
/freebsd-current/contrib/ncurses/
H A Dmk-2nd.awk92 $1 ~ /trace/ {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h71 lldb::addr_t GetFirstNonInternalFramePc(StructuredData::ObjectSP trace,
/freebsd-current/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_txg.h75 #include <trace/define_trace.h>
H A Dtrace_multilist.h79 #include <trace/define_trace.h>
H A Dtrace_zrlock.h87 #include <trace/define_trace.h>

Completed in 152 milliseconds

1234567891011>>