Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 25 of 156) sorted by relevance

1234567

/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dwpabuf.c36 trace->magic); in wpabuf_overflow()
51 struct wpabuf_trace *trace; in wpabuf_resize() local
60 trace = wpabuf_get_trace(buf); in wpabuf_resize()
63 trace->magic); in wpabuf_resize()
119 if (trace == NULL) in wpabuf_alloc()
121 trace->magic = WPABUF_MAGIC; in wpabuf_alloc()
141 if (trace == NULL) in wpabuf_alloc_ext_data()
143 trace->magic = WPABUF_MAGIC; in wpabuf_alloc_ext_data()
185 struct wpabuf_trace *trace; in wpabuf_free() local
191 trace->magic); in wpabuf_free()
[all …]
/dragonfly/games/backgammon/backgammon/
H A Dextra.c37 FILE *trace; variable
118 if (trace == NULL) in dblgood()
119 trace = fopen("bgtrace", "w"); in dblgood()
125 fputs("\nDoubles:\nBoard: ", trace); in dblgood()
127 fprintf(trace, " %d", board[i]); in dblgood()
128 fprintf(trace, "\n\tpip = %d, ", n); in dblgood()
163 fprintf(trace, "off = %d, ", n); in dblgood()
173 fprintf(trace, "free = %d\n", n); in dblgood()
174 fprintf(trace, "\tOFFC = %d, OFFO = %d\n", OFFC, OFFO); in dblgood()
175 fflush(trace); in dblgood()
H A Dmove.c39 FILE *trace; variable
378 if (trace == NULL) in pickmove()
381 fflush(trace); in pickmove()
417 if (trace == NULL) in movcmp()
440 fputs("Board: ", trace); in movcmp()
446 fprintf(trace, in movcmp()
449 fputs("\tMove: ", trace); in movcmp()
452 fputs("\n", trace); in movcmp()
453 fflush(trace); in movcmp()
459 fflush(trace); in movcmp()
[all …]
/dragonfly/usr.sbin/route6d/
H A Droute6d.c678 trace(2, " NextHop %s", in ripflush()
682 trace(2, " %s/%d[%d]", in ripflush()
687 trace(2, " tag=0x%04x", in ripflush()
690 trace(2, "\n"); in ripflush()
1161 trace(2, " (filtered)\n"); in riprecv()
1165 trace(2, "\n"); in riprecv()
1309 trace(1, "\tRIP Request\n"); in riprequest()
1925 trace(1, "route: %s on %s: " in ifrt()
1971 trace(1, "route: %s/%d: " in ifrt()
2164 trace(1, "route: %s/%d: " in ifrt_p2p()
[all …]
/dragonfly/contrib/ncurses/include/
H A Dcurses.tail148 /* trace masks */
151 #define TRACE_TPUTS 0x0002 /* trace tputs calls */
153 #define TRACE_MOVE 0x0008 /* trace cursor moves and scrolls */
154 #define TRACE_CHARPUT 0x0010 /* trace all character outputs */
155 #define TRACE_ORDINARY 0x001F /* trace all update actions */
156 #define TRACE_CALLS 0x0020 /* trace all curses calls */
157 #define TRACE_VIRTPUT 0x0040 /* trace virtual character puts */
160 #define TRACE_ICALLS 0x0200 /* trace internal/nested calls */
161 #define TRACE_CCALLS 0x0400 /* trace per-character calls */
163 #define TRACE_ATTRS 0x1000 /* trace attribute updates */
[all …]
/dragonfly/lib/libexecinfo/
H A Dbacktrace.c175 backtrace_symbols_fmt(void *const *trace, size_t len, const char *fmt) in backtrace_symbols_fmt() argument
199 x = format_address(st, &ptr, &psize, offs, fmt, trace[i]); in backtrace_symbols_fmt()
223 backtrace_symbols_fd_fmt(void *const *trace, size_t len, int fd, in backtrace_symbols_fd_fmt() argument
226 char **s = backtrace_symbols_fmt(trace, len, fmt); in backtrace_symbols_fd_fmt()
239 backtrace_symbols(void *const *trace, size_t len) in backtrace_symbols() argument
241 return backtrace_symbols_fmt(trace, len, fmt); in backtrace_symbols()
245 backtrace_symbols_fd(void *const *trace, size_t len, int fd) in backtrace_symbols_fd() argument
247 return backtrace_symbols_fd_fmt(trace, len, fd, fmt); in backtrace_symbols_fd()
H A Dbuiltin.c53 backtrace(void **trace, size_t len) in backtrace() argument
61 trace[i] = frame->return_address; in backtrace()
/dragonfly/sys/dev/drm/i915/
H A Dintel_uncore.h60 i915_reg_t r, bool trace);
62 i915_reg_t r, bool trace);
64 i915_reg_t r, bool trace);
66 i915_reg_t r, bool trace);
69 i915_reg_t r, uint8_t val, bool trace);
71 i915_reg_t r, uint16_t val, bool trace);
73 i915_reg_t r, uint32_t val, bool trace);
/dragonfly/games/banner/
H A Dbanner.c1013 static int debug, i, j, linen, max, nchars, pc, term, trace, x, y; variable
1029 trace = 1; in main()
1111 if (trace) in main()
1116 if (trace) in main()
1129 if (trace) in main()
1155 if (trace) in main()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dbb-reorder.c157 struct trace struct
287 rotate_loop (edge back_edge, struct trace *trace, int trace_n) in rotate_loop() argument
405 bb->il.rtl->visited = trace; in mark_bb_visited()
434 struct trace *trace; in find_traces_1_round() local
466 trace->first = bb; in find_traces_1_round()
467 trace->round = round; in find_traces_1_round()
468 trace->length = 0; in find_traces_1_round()
483 trace->length++; in find_traces_1_round()
650 trace->length++; in find_traces_1_round()
709 trace->last = bb; in find_traces_1_round()
[all …]
H A Dtracer.c186 find_trace (basic_block bb, basic_block *trace) in find_trace() argument
206 trace[i++] = bb; in find_trace()
217 trace[i++] = bb; in find_trace()
231 basic_block *trace = XNEWVEC (basic_block, n_basic_blocks); in tail_duplicate() local
289 n = find_trace (bb, trace); in tail_duplicate()
291 bb = trace[0]; in tail_duplicate()
301 basic_block bb2 = trace[pos]; in tail_duplicate()
353 free (trace); in tail_duplicate()
/dragonfly/games/backgammon/common_source/
H A Dsubs.c116 if (trace == NULL) in writel()
117 trace = fopen("bgtrace", "w"); in writel()
119 fprintf(trace, "writel: \""); in writel()
122 fprintf(trace, "^%c", (*s) ^ 0100); in writel()
124 putc(*s, trace); in writel()
126 fprintf(trace, "\"\n"); in writel()
127 fflush(trace); in writel()
/dragonfly/contrib/file/magic/Magdir/
H A Dctf3 # ctf: file(1) magic for CTF (Common Trace Format) trace files
8 # CTF trace data
9 0 lelong 0xc1fc1fc1 Common Trace Format (CTF) trace data (LE)
10 0 belong 0xc1fc1fc1 Common Trace Format (CTF) trace data (BE)
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dtrace_fn_imps.hpp46 trace() const in trace() function in PB_DS_CLASS_C_DEC
48 base_type::trace(); in trace()
49 m_rc.trace(); in trace()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dtrace_fn_imps.hpp46 trace() const in trace() function in PB_DS_CLASS_C_DEC
48 base_type::trace(); in trace()
49 m_rc.trace(); in trace()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtracer.c197 find_trace (basic_block bb, basic_block *trace) in find_trace() argument
217 trace[i++] = bb; in find_trace()
228 trace[i++] = bb; in find_trace()
262 basic_block *trace = XNEWVEC (basic_block, n_basic_blocks_for_fn (cfun)); in tail_duplicate() local
320 n = find_trace (bb, trace); in tail_duplicate()
322 bb = trace[0]; in tail_duplicate()
332 basic_block bb2 = trace[pos]; in tail_duplicate()
379 free (trace); in tail_duplicate()
H A Dbb-reorder.c188 struct trace struct
335 rotate_loop (edge back_edge, struct trace *trace, int trace_n) in rotate_loop() argument
413 for (prev_bb = trace->first; in rotate_loop()
462 struct trace *trace; in find_traces_1_round() local
495 trace->first = bb; in find_traces_1_round()
496 trace->round = round; in find_traces_1_round()
497 trace->length = 0; in find_traces_1_round()
511 trace->length++; in find_traces_1_round()
721 trace->length++; in find_traces_1_round()
782 trace->last = bb; in find_traces_1_round()
[all …]
/dragonfly/sys/sys/
H A Dqueue.h116 #define TRACEBUF struct qm_trace trace;
121 (head)->trace.prevline = (head)->trace.lastline; \
122 (head)->trace.prevfile = (head)->trace.lastfile; \
123 (head)->trace.lastline = __LINE__; \
124 (head)->trace.lastfile = __FILE__; \
128 (elem)->trace.prevline = (elem)->trace.lastline; \
129 (elem)->trace.prevfile = (elem)->trace.lastfile; \
130 (elem)->trace.lastline = __LINE__; \
131 (elem)->trace.lastfile = __FILE__; \
/dragonfly/sys/dev/drm/
H A Ddrm_mm.c118 struct stack_trace trace = { in save_stack() local
124 save_stack_trace(&trace); in save_stack()
125 if (trace.nr_entries != 0 && in save_stack()
126 trace.entries[trace.nr_entries-1] == ULONG_MAX) in save_stack()
127 trace.nr_entries--; in save_stack()
130 node->stack = depot_save_stack(&trace, GFP_NOWAIT); in save_stack()
144 struct stack_trace trace = { in show_leaks() local
155 depot_fetch_stack(node->stack, &trace); in show_leaks()
156 snprint_stack_trace(buf, BUFSZ, &trace, 0); in show_leaks()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dtrace_fn_imps.hpp46 trace() const in trace() function in PB_DS_CLASS_C_DEC
50 base_type::trace(); in trace()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dtrace_fn_imps.hpp46 trace() const in trace() function in PB_DS_CLASS_C_DEC
50 base_type::trace(); in trace()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dtrace_fn_imps.hpp46 trace() const in trace() function in PB_DS_CLASS_C_DEC
59 resize_policy::trace(); in trace()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dtrace_fn_imps.hpp46 trace() const in trace() function in PB_DS_CLASS_C_DEC
59 resize_policy::trace(); in trace()
/dragonfly/sys/vfs/ext2fs/
H A Dext2_inode_cnv.c49 SDT_PROBE_DEFINE2(ext2fs, , trace, inode_cnv, "int", "char*");
119 SDT_PROBE2(ext2fs, , trace, inode_cnv, 1, "bad inode number"); in ext2_ei2i()
133 SDT_PROBE2(ext2fs, , trace, inode_cnv, 1, "root inode invalid"); in ext2_ei2i()
142 SDT_PROBE2(ext2fs, , trace, inode_cnv, 1, in ext2_ei2i()
253 SDT_PROBE2(ext2fs, , trace, inode_cnv, 1, "i_blocks value is out of range"); in ext2_i2ei()
/dragonfly/lib/libncurses/include/
H A Dncurses_dll.h55 #ifdef trace
56 #undef trace

1234567