HomeSort by: relevance | last modified time | path
    Searched defs:DBG_PID (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mac68k/dev/
mac68k5380.c 76 #define DBG_PID 25 /* Keep track of driver */
95 #ifdef DBG_PID
97 static const char *last_hit[DBG_PID];
100 for (i = 0; i < DBG_PID - 1; i++) \
102 last_hit[DBG_PID - 1] = a; }
362 #if DBG_PID
  /src/bin/sh/
shell.h 201 #define DBG_PID (1LL << DBG_EXTRAS(8)) /* $ ($$) */
  /src/sys/arch/atari/dev/
atari5380.c 78 #define DBG_PID 15 /* Keep track of driver */
585 #if DBG_PID

Completed in 14 milliseconds