Home
last modified time | relevance | path

Searched defs:MON (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/next68k/stand/boot/
H A Dboot.c48 #define MON(type, off) (*(type *)((u_int) (mg) + off)) macro
H A Dmachdep.c42 #define MON(type, off) (*(type *)((u_int) (mg) + off)) macro
H A Dscsi.c135 #define MON(type, off) (*(type *)((u_int) (mg) + off)) in scsi_wait_for_intr() macro
H A Den.c49 #define MON(type, off) (*(type *)((u_int) (mg) + off)) macro
/netbsd-src/sys/arch/next68k/next68k/
H A Dnextrom.c60 #define MON(type, off) (*(type *)((u_int) (mg) + off)) macro
/netbsd-src/usr.bin/at/
H A Dparsetime.c68 SUN, MON, TUE, WED, THU, FRI, SAT, enumerator
/netbsd-src/games/monop/
H A Dmonop.h94 typedef struct mon_st MON; typedef