Searched refs:DBG_PID (Results 1 - 7 of 7) sorted by last modified time

/netbsd-current/bin/sh/
H A Dshell.h201 #define DBG_PID (1LL << DBG_EXTRAS(8)) /* $ ($$) */ macro
H A Dshow.c139 #if DBG_PID == 1 /* using old shell.h, old tracing method */
140 DFlags = DBG_PID; /* just force DBG_PID on, and leave it ... */
963 if (DFlags & DBG_PID) {
1085 { '$', DBG_PID }, /* prefix trace lines with sh pid */
/netbsd-current/sys/arch/atari/dev/
H A Dncr5380var.h56 #ifdef DBG_PID
60 static const char *last_hit[DBG_PID];
64 for (i = 0; i < DBG_PID - 1; i++) \
66 last_hit[DBG_PID - 1] = a; \
H A Dncr5380.c1508 #ifdef DBG_PID
1509 dmstat, last_hit[DBG_PID-1]);
2062 #ifdef DBG_PID
2063 for (i=0; i<DBG_PID; i++)
H A Datari5380.c78 #define DBG_PID 15 /* Keep track of driver */ macro
585 #if DBG_PID
/netbsd-current/sys/arch/mac68k/dev/
H A Dncr5380.c1476 #ifdef DBG_PID
1477 dmstat, last_hit[DBG_PID-1]);
1969 #ifdef DBG_PID
1987 #ifdef DBG_PID
1988 for (i=0; i<DBG_PID; i++)
H A Dmac68k5380.c76 #define DBG_PID 25 /* Keep track of driver */ macro
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

Completed in 426 milliseconds