HomeSort by: relevance | last modified time | path
    Searched refs:MDHDRSIZE (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/luna68k/luna68k/
machdep.c 523 #define MDHDRSIZE roundup(CHDRSIZE, dbtob(1))
529 return btodb(MDHDRSIZE);
538 int buf[MDHDRSIZE / sizeof(int)];
549 kseg->c_size = MDHDRSIZE - ALIGN(sizeof(kcore_seg_t));
  /src/sys/arch/next68k/next68k/
machdep.c 560 #define MDHDRSIZE roundup(CHDRSIZE, dbtob(1))
566 return btodb(MDHDRSIZE);
575 int buf[MDHDRSIZE / sizeof(int)];
586 kseg->c_size = MDHDRSIZE - ALIGN(sizeof(kcore_seg_t));
  /src/sys/arch/virt68k/virt68k/
machdep.c 570 #define MDHDRSIZE roundup(CHDRSIZE, dbtob(1))
576 return btodb(MDHDRSIZE);
600 int buf[MDHDRSIZE / sizeof(int)];
611 kseg->c_size = MDHDRSIZE - ALIGN(sizeof(kcore_seg_t));
  /src/sys/arch/hp300/hp300/
machdep.c 722 #define MDHDRSIZE roundup(CHDRSIZE, dbtob(1))
728 return btodb(MDHDRSIZE);
737 int buf[MDHDRSIZE / sizeof(int)];
748 kseg->c_size = MDHDRSIZE - ALIGN(sizeof(kcore_seg_t));
  /src/sys/arch/mvme68k/mvme68k/
machdep.c 741 #define MDHDRSIZE roundup(CHDRSIZE, dbtob(1))
747 return btodb(MDHDRSIZE);
770 int buf[MDHDRSIZE / sizeof(int)];
781 kseg->c_size = MDHDRSIZE - ALIGN(sizeof(kcore_seg_t));
  /src/sys/arch/news68k/news68k/
machdep.c 392 #define MDHDRSIZE roundup(CHDRSIZE, dbtob(1))
398 return btodb(MDHDRSIZE);
407 int buf[MDHDRSIZE / sizeof(int)];
418 kseg->c_size = MDHDRSIZE - ALIGN(sizeof(kcore_seg_t));
  /src/sys/arch/amiga/amiga/
machdep.c 455 #define MDHDRSIZE roundup(CHDRSIZE, dbtob(1))
533 dumplo -= ctod(btoc(MDHDRSIZE));
566 char dump_hdr[MDHDRSIZE];
602 kseg_p->c_size = MDHDRSIZE - ALIGN(sizeof(*kseg_p));
  /src/sys/arch/atari/atari/
atari_init.c 1034 #define MDHDRSIZE roundup(CHDRSIZE, dbtob(1))
1040 return btodb(MDHDRSIZE);
1050 int buf[MDHDRSIZE/sizeof(int)];
1062 kseg_p->c_size = MDHDRSIZE - ALIGN(sizeof(*kseg_p));
  /src/sys/arch/x68k/x68k/
machdep.c 622 #define MDHDRSIZE roundup(CHDRSIZE, dbtob(1))
628 return btodb(MDHDRSIZE);
637 int buf[MDHDRSIZE / sizeof(int)];
648 kseg->c_size = MDHDRSIZE - ALIGN(sizeof(kcore_seg_t));
  /src/sys/arch/mac68k/mac68k/
machdep.c 567 #define MDHDRSIZE roundup(CHDRSIZE, dbtob(1))
573 return btodb(MDHDRSIZE);
582 int buf[MDHDRSIZE / sizeof(int)];
593 kseg->c_size = MDHDRSIZE - ALIGN(sizeof(kcore_seg_t));

Completed in 25 milliseconds