Searched defs:MON (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/arch/next68k/stand/boot/ |
H A D | boot.c | 48 #define MON(type, off) (*(type *)((u_int) (mg) + off)) macro
|
H A D | machdep.c | 42 #define MON(type, off) (*(type *)((u_int) (mg) + off)) macro
|
H A D | scsi.c | 135 #define MON(type, off) (*(type *)((u_int) (mg) + off)) in scsi_wait_for_intr() macro
|
H A D | en.c | 49 #define MON(type, off) (*(type *)((u_int) (mg) + off)) macro
|
/netbsd-src/sys/arch/next68k/next68k/ |
H A D | nextrom.c | 60 #define MON(type, off) (*(type *)((u_int) (mg) + off)) macro
|
/netbsd-src/usr.bin/at/ |
H A D | parsetime.c | 68 SUN, MON, TUE, WED, THU, FRI, SAT, enumerator
|
/netbsd-src/games/monop/ |
H A D | monop.h | 94 typedef struct mon_st MON; typedef
|