Searched refs:trace (Results 251 - 275 of 303) sorted by relevance

<<111213

/freebsd-10.0-release/usr.sbin/timed/timedc/
H A Dtimedc.c54 int trace = 0; variable
/freebsd-10.0-release/sys/dev/nxge/
H A Dif_nxge.h42 #define xge_trace(trace, fmt, args...) xge_debug_ll(trace, fmt, ## args);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dnto-procfs.c859 sigemptyset (&run.trace);
876 sigdelset (&run.trace, signal_to_pass);
1211 sigdelset (&run.trace, signo);
1213 sigaddset (&run.trace, signo);
1225 sigemptyset (&run.trace);
1324 /* Set up trace and fault sets, as gdb expects them. */
1325 sigemptyset (&run.trace);
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Dunwind-arm.c752 __gnu_Unwind_Backtrace(_Unwind_Trace_Fn trace, void * trace_argument,
755 __gnu_Unwind_Backtrace(_Unwind_Trace_Fn trace, void * trace_argument, argument
788 /* Call trace function. */
789 if ((*trace) ((_Unwind_Context *) &saved_vrs, trace_argument)
/freebsd-10.0-release/contrib/ncurses/include/
H A Dcurses.tail132 extern NCURSES_EXPORT(void) trace (const unsigned int);
134 /* trace masks */
136 #define TRACE_TIMES 0x0001 /* trace user and system times of updates */
137 #define TRACE_TPUTS 0x0002 /* trace tputs calls */
138 #define TRACE_UPDATE 0x0004 /* trace update actions, old & new screens */
139 #define TRACE_MOVE 0x0008 /* trace cursor moves and scrolls */
140 #define TRACE_CHARPUT 0x0010 /* trace all character outputs */
141 #define TRACE_ORDINARY 0x001F /* trace all update actions */
142 #define TRACE_CALLS 0x0020 /* trace all curses calls */
143 #define TRACE_VIRTPUT 0x0040 /* trace virtua
[all...]
/freebsd-10.0-release/sys/contrib/ia64/libuwx/src/
H A Duwx_self.c50 info->trace = env->trace;
H A Duwx_env.c128 env->trace = 0;
/freebsd-10.0-release/contrib/bmake/
H A DMakefile26 trace.c \
/freebsd-10.0-release/contrib/flex/
H A Dmain.c52 int printstats, syntaxerror, eofseen, ddebug, trace, nowarn, spprdflt;
778 if (trace)
937 printstats = syntaxerror = trace = spprdflt = false;
1184 trace = true;
1820 " -T, --trace %s should run in trace mode\n"
51 int printstats, syntaxerror, eofseen, ddebug, trace, nowarn, spprdflt; variable
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp260 trace() const;
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dleft_child_next_sibling_heap_.hpp244 trace() const;
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Dlu_map_.hpp282 trace() const;
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dthin_heap_.hpp200 trace() const;
/freebsd-10.0-release/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c40 * functions. ncurses provides a trace() function which allows one to
92 trace(const unsigned int tracelevel) function
105 strcat(TracePath, "/trace");
115 perror("curses: Can't open 'trace' file");
119 * so that the trace-output gets flushed automatically at the
177 * making it appear in the hierarchical trace as it other functions
181 * show the thread-id in each line of the trace.
288 * Check if the given trace-mask is enabled.
/freebsd-10.0-release/contrib/ntp/parseutil/
H A Ddcfd.c1229 fprintf(stderr, "\t-t trace (print all datagrams)\n");
1418 int trace = 0; local
1432 trace = 1;
1718 if (trace)
1838 if (trace && (i == 0))
/freebsd-10.0-release/contrib/tnftp/src/
H A Dftp_var.h206 GLOBAL int trace; /* trace packets exchanged */ variable
/freebsd-10.0-release/contrib/ncurses/man/
H A Dman_db.renames90 curs_trace.3x trace.3ncurses
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3ext.h145 void * (*trace)(sqlite3*,void(*xTrace)(void*,const char*),void*); member in struct:sqlite3_api_routines
374 #define sqlite3_trace sqlite3_api->trace
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h133 void * (*trace)(sqlite3*,void(*xTrace)(void*,const char*),void*); member in struct:sqlite3_api_routines
339 #define sqlite3_trace sqlite3_api->trace
/freebsd-10.0-release/sys/dev/vxge/
H A Dvxge-osdep.h209 #define vxge_trace(trace, fmt, args...) \
211 trace, hldev, vpid, fmt, ## args)
/freebsd-10.0-release/contrib/ncurses/
H A Dmk-1st.awk268 $1 ~ /trace/ {
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c921 trace = !trace;
922 printf("Packet tracing %s.\n", onoff(trace));
923 code = trace;
H A Dmain.c60 { NULL, 't', arg_counter, &trace,
/freebsd-10.0-release/sys/fs/pseudofs/
H A Dpseudofs.c56 SYSCTL_INT(_vfs_pfs, OID_AUTO, trace, CTLFLAG_RW, &pfs_trace, 0,
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dscache.c189 trace(void* ptr, const char * str) function
245 sqlite3_trace(*db, trace, NULL);
417 sqlite3_trace(s->db, trace, NULL);

Completed in 164 milliseconds

<<111213