Searched refs:MON (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/sys/arch/next68k/stand/boot/
H A Dboot.c48 #define MON(type, off) (*(type *)((u_int) (mg) + off)) macro
77 char *kernel_args = MON(char *, MG_boot_dev);
80 machine = MON(char, MG_machine_type);
143 MON(char *, MG_boot_dev) = p;
146 MON(char *, MG_boot_info) = p;
149 MON(char *, MG_boot_file) = p;
156 MON(char *, MG_boot_arg) = p;
H A Dmachdep.c42 #define MON(type, off) (*(type *)((u_int) (mg) + off)) macro
61 MON(int,MG_boot_how) = howto;
77 return(MON(getcptr,MG_getc)());
83 MON(putcptr,MG_putc)(c);
H A Den.c49 #define MON(type, off) (*(type *)((u_int) (mg) + off)) macro
159 er->addr[i] = desc->myea[i] = MON(char *,MG_clientetheraddr)[i];
502 volatile int *intrstat = MON(volatile int *, MG_intrstat);
H A Dscsi.c135 #define MON(type, off) (*(type *)((u_int) (mg) + off)) macro
136 volatile int *intrstat = MON(volatile int *,MG_intrstat);
138 /* volatile int *intrmask = MON(volatile int *,MG_intrmask); */
/netbsd-current/games/monop/
H A Dhouses.c46 static MON *monops[N_MON];
48 static void buy_h(MON *);
49 static void sell_h(MON *);
50 static void list_cur(MON *);
53 static bool ready_for_hotels(MON *);
62 MON *mp;
115 buy_h(MON *mnp)
118 MON *mp;
222 MON *mp;
265 sell_h(MON *mn
[all...]
H A Dmonop.h94 typedef struct mon_st MON; typedef in typeref:struct:mon_st
105 MON *mon_desc; /* name of color */
140 /*extern MON mon[N_MON];*/
183 void is_not_monop(MON *);
H A Dmisc.c48 static void is_monop(MON *, int);
130 MON *orig; /* remember starting monop ptr */
238 is_monop(MON *mp, int pl)
253 is_not_monop(MON *mp)
H A Dmonop.c136 static MON mon[N_MON] = { /* monopoly descriptions */
352 MON *mp;
/netbsd-current/usr.bin/at/
H A Dparsetime.c68 SUN, MON, TUE, WED, THU, FRI, SAT, enumerator in enum:__anon19252
133 {"monday", MON, false},
134 {"mon", MON, false},
496 case SUN: case MON: case TUE:
/netbsd-current/sys/dev/ic/
H A Drs5c313.c186 RTCGET(mon, MON);
241 RTCSET(MON, mon);
/netbsd-current/sys/arch/sh3/dev/
H A Drtc.c188 RTCGET(mon, MON);
249 RTCSET(MON, mon);
/netbsd-current/sys/arch/next68k/next68k/
H A Dnextrom.c60 #define MON(type, off) (*(type *)((u_int) (mg) + off)) macro
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c23838 SPLRBANK(12,MON,RNB), SPLRBANK(12,mon,RNB),
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c23938 SPLRBANK(12,MON,RNB), SPLRBANK(12,mon,RNB),
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c23975 SPLRBANK(12,MON,RNB), SPLRBANK(12,mon,RNB),

Completed in 610 milliseconds