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

  /src/sys/dev/usb/
usbhist.h 55 KERNHIST_LOG(usbhist,FMT,A,B,C,D); \
60 KERNHIST_LOG(usbhist,FMT,A,B,C,D); \
if_urtwn.c 107 KERNHIST_LOG(usbhist, fmt, a, b, c, d); \
  /src/sys/sys/
biohist.h 55 #define BIOHIST_LOG(NAME,FMT,A,B,C,D) KERNHIST_LOG(NAME,FMT,A,B,C,D)
kernhist.h 128 * macros to use the history/tracing code. note that KERNHIST_LOG
135 #define KERNHIST_LOG(NAME,FMT,A,B,C,D)
197 #define KERNHIST_LOG(NAME,FMT,A,B,C,D) \
223 KERNHIST_LOG(NAME, "called!", 0, 0, 0, 0); \
233 KERNHIST_LOG(NAME, "called: "FMT, (A), (B), (C), (D)); \
  /src/sys/uvm/
uvm_stat.h 57 #define UVMHIST_LOG(NAME,FMT,A,B,C,D) KERNHIST_LOG(NAME,FMT,A,B,C,D)
  /src/sys/arch/arm/ti/
if_cpsw.c 248 KERNHIST_LOG(cpswhist, "%08x %08x %08x %08x\n",
262 KERNHIST_LOG(cpswhist, "%08x %08x %08x %08x\n",
281 KERNHIST_LOG(cpswhist, "%08x %08x %08x %08x\n",
295 KERNHIST_LOG(cpswhist, "%08x %08x %08x %08x\n",
640 KERNHIST_LOG(cpswhist, "start txf %x txh %x txn %x txr %x\n",
721 KERNHIST_LOG(cpswhist, "CP %x HDP %x s %x e %x\n",
734 KERNHIST_LOG(cpswhist, "end txf %x txh %x txn %x txr %x\n",
1168 KERNHIST_LOG(cpswhist, "rxhead %x CP %x\n", i,
1255 KERNHIST_LOG(cpswhist, "before txnext %x txhead %x txrun %x\n",
1273 KERNHIST_LOG(cpswhist, "txnext %x txhead %x txrun %x cpi %x\n"
    [all...]
  /src/sys/kern/
kern_scdebug.c 113 #define SCDEBUG_KERNHIST_LOG(a,b,c,d,e,f) KERNHIST_LOG(a,b,c,d,e,f)
  /src/sys/dev/ic/
sl811hs.c 573 #define DDOLOG(f, a, b, c, d) do { KERNHIST_LOG(usbhist, f, a, b, c, d); \

Completed in 20 milliseconds