Searched refs:mon_global (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/boot/platform/next_m68k/
H A Daligntest.c6 /* we compile this code as an atari TOS PRG to verify offsets in mon_global */
10 int o = offsetof(struct mon_global, mg_board_rev);
H A Dstart.cpp34 struct mon_global *mg = NULL;
124 inline void dump_mg(struct mon_global *mg)
159 for (int i = 0; i < sizeof(struct mon_global); i++) {
168 if (i % 32 == 31 || i == sizeof(struct mon_global) - 1)
230 start_next(const char *boot_args, struct mon_global *monitor)
H A Dnextrom.h69 * construct an old alignment offset into the mon_global structure.
159 struct mon_global { struct
238 extern struct mon_global *mg;

Completed in 41 milliseconds