HomeSort by: relevance | last modified time | path
    Searched refs:TRACE (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
tracepoint.h 34 #define TRACE_EVENT(NAME, PROTOTYPE, ARGS, FIELDS, TRACE, PRINT) \
39 #define DECLARE_EVENT_CLASS(NAME, PROTOTYPE, ARGS, FIELDS, TRACE, PRINT) \
  /src/usr.sbin/isibootd/
isibootd.c 57 #define TRACE(l, x) if ((l) <= dbg) printf x
169 TRACE(1, ("Using interface: %s (%s)\n",
196 TRACE(3, ("'%s' is not in ethers(5)\n",
204 TRACE(3, ("'%s' is not a valid host\n", clientname));
209 TRACE(2, ("[%s] ", etheraddr(fp->src)));
213 TRACE(2, ("not connected\n"));
220 TRACE(3, ("'%s' not for me\n", servername));
224 TRACE(2, ("new connection\n"));
240 TRACE(1, ("failed to open '%s'\n", filename));
244 TRACE(2, ("open '%s'\n", filename))
    [all...]
  /src/sys/sys/
trace.h 1 /* $NetBSD: trace.h,v 1.12 2017/12/19 18:47:58 kamil Exp $ */
31 * @(#)trace.h 8.1 (Berkeley) 6/2/93
38 * File system buffer tracing points; all trace <pack(dev, size), bn>
51 * Memory allocator trace points; all trace the amount of memory involved
56 * Paging trace points: all are <vaddr, pid>
80 * This defines the size of the trace flags array.
91 #define VTR_DISABLE 0 /* set a trace flag to 0 */
92 #define VTR_ENABLE 1 /* set a trace flag to 1 */
93 #define VTR_VALUE 2 /* return value of a trace flag *
105 #define trace macro
110 #define trace macro
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
client.h 59 #define nvif_trace(o,f,a...) nvif_printk((o), TRACE, INFO, f, ##a)
subdev.h 53 #define nvkm_trace(s,f,a...) nvkm_printk((s), TRACE, info, f, ##a)
device.h 348 #define nvdev_trace(d,f,a...) nvdev_printk((d), TRACE, info, f, ##a)
  /src/sys/arch/emips/stand/common/
prom_iface.c 46 #define TRACE(x) printf x
48 #define TRACE(x)
370 TRACE(("Geronimo(%x,%s %s)!\n",addr,kname,kargs));
  /src/bin/ksh/
table.h 41 #define TRACE BIT(4) /* var: user flagged, func: execution tracing */
c_ksh.c 503 if (tp->flag & TRACE)
644 flag = TRACE;
682 if (func && ((fset|fclr) & ~(TRACE|UCASEV_AL|EXPORT))) {
807 if ((vp->flag&TRACE))
exec.c 654 Flag(FXTRACE) = tp->flag & TRACE ? true : false;
  /src/sys/dev/audio/
audio.c 376 /* trace functions */
446 #define TRACE(n, fmt...) do { \
492 #define TRACE(n, fmt, ...) do { } while (0)
1109 TRACE(2, "inputs ports=0x%x, input master=%d, "
1381 TRACE(2, "flags=%d", flags);
2345 TRACE(1, "%sdev=%s flags=0x%x po=%d ro=%d",
2379 TRACE(1, "record track already exists");
2388 TRACE(1, "play track already exists");
2762 TRACE(2, "hw_if close");
2775 TRACE(3, "done")
    [all...]
  /src/sys/compat/freebsd/
freebsd_syscall.h 342 #ifdef TRACE
freebsd_syscalls.c 154 #ifdef TRACE
729 #ifdef TRACE
freebsd_syscallargs.h 242 #ifdef TRACE
820 #ifdef TRACE
freebsd_sysent.c 542 #ifdef TRACE
  /src/lib/libcurses/EXAMPLES/
view.c 20 * The way you can tell this is working OK is that, in the trace file,
89 #ifdef TRACE
90 ," -t trace screen updates"
91 ," -T NUM specify trace mask"
211 #ifdef TRACE
213 trace(atoi(optarg));
216 trace(TRACE_CALLS);
  /src/sys/arch/m68k/060sp/dist/
iskeletn.s 93 # CHK FRAME TRACE FRAME
105 mov.b &0x24,0x7(%sp) # set trace vecno
120 # Remember that a trace exception may be pending. The code below performs
122 # then it create a Trace exception stack frame from the "chk" exception
131 # DIVBYZERO FRAME TRACE FRAME
143 mov.b &0x24,0x7(%sp) # set trace vecno
pfpsp.s 606 # _real_trace() - "callout" for Trace exception code #
640 # overflow was disabled and the trace exception was enabled, this #
820 btst &0x7,(%sp) # is trace on?
846 # _real_trace() - "callout" for Trace exception code #
880 # underflow was disabled and the trace exception was enabled, this #
1094 btst &0x7,(%sp) # is trace on?
1121 # _real_trace() - "callout" for Trace enabled exception #
1144 # If Trace exception enabled: #
1145 # - The system stack is changed to a Trace exception stack frame #
1167 # by the fact that a Trace exception could be pending for PACKED ops.
    [all...]
fpsp.s 606 # _real_trace() - "callout" for Trace exception code #
640 # overflow was disabled and the trace exception was enabled, this #
820 btst &0x7,(%sp) # is trace on?
846 # _real_trace() - "callout" for Trace exception code #
880 # underflow was disabled and the trace exception was enabled, this #
1094 btst &0x7,(%sp) # is trace on?
1121 # _real_trace() - "callout" for Trace enabled exception #
1144 # If Trace exception enabled: #
1145 # - The system stack is changed to a Trace exception stack frame #
1167 # by the fact that a Trace exception could be pending for PACKED ops.
    [all...]
  /src/tests/lib/libc/regex/
t_exhaust.c 63 #ifdef TRACE
  /src/libexec/ld.elf_so/
xmalloc.c 173 #define TRACE() xprintf("TRACE %s:%d\n", __FILE__, __LINE__)
  /src/usr.bin/fstat/
fstat.c 121 #define TRACE -4
346 case TRACE: \
491 ftrans(p->p_tracep, TRACE);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_init.c 55 #define trace(fmt, args...) bioslog(TRACE, fmt, ##args) macro
329 trace("auxch read failed with %d\n", ret);
342 trace("auxch write failed with %d\n", ret);
492 trace("\t[0x%02x] (R[0x%06x] & 0x%08x) == 0x%08x\n",
509 trace("\t[0x%02x] (0x%04x[0x%02x] & 0x%02x) == 0x%02x\n",
603 trace("RESERVED 0x%02x\t", opcode);
617 trace("DONE\n");
637 trace("IO_RESTRICT_PROG\tR[0x%06x] = "
647 trace("\t0x%08x *\n", data)
    [all...]

Completed in 194 milliseconds