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

  /src/sys/arch/luna68k/luna68k/
machdep.c 522 #define CHDRSIZE (ALIGN(sizeof(kcore_seg_t)) + ALIGN(sizeof(cpu_kcore_hdr_t)))
523 #define MDHDRSIZE roundup(CHDRSIZE, dbtob(1))
574 int chdrsize; /* size of dump header */ local
580 chdrsize = cpu_dumpsize();
588 if (nblks < (ctod(dumpsize) + chdrsize + ctod(1))) {
597 dumplo = (nblks - 1) - ctod(dumpsize) - chdrsize;
  /src/sys/arch/next68k/next68k/
machdep.c 559 #define CHDRSIZE (ALIGN(sizeof(kcore_seg_t)) + ALIGN(sizeof(cpu_kcore_hdr_t)))
560 #define MDHDRSIZE roundup(CHDRSIZE, dbtob(1))
611 int chdrsize; /* size of dump header */ local
617 chdrsize = cpu_dumpsize();
625 if (nblks < (ctod(dumpsize) + chdrsize + ctod(1))) {
634 dumplo = (nblks - 1) - ctod(dumpsize) - chdrsize;
  /src/sys/arch/hp300/hp300/
machdep.c 721 #define CHDRSIZE (ALIGN(sizeof(kcore_seg_t)) + ALIGN(sizeof(cpu_kcore_hdr_t)))
722 #define MDHDRSIZE roundup(CHDRSIZE, dbtob(1))
773 int chdrsize; /* size of dump header */ local
779 chdrsize = cpu_dumpsize();
787 if (nblks < (ctod(dumpsize) + chdrsize + ctod(1))) {
796 dumplo = (nblks - 1) - ctod(dumpsize) - chdrsize;
  /src/sys/arch/news68k/news68k/
machdep.c 391 #define CHDRSIZE (ALIGN(sizeof(kcore_seg_t)) + ALIGN(sizeof(cpu_kcore_hdr_t)))
392 #define MDHDRSIZE roundup(CHDRSIZE, dbtob(1))
443 int chdrsize; /* size of dump header */ local
449 chdrsize = cpu_dumpsize();
457 if (nblks < (ctod(dumpsize) + chdrsize + ctod(1))) {
466 dumplo = (nblks - 1) - ctod(dumpsize) - chdrsize;
  /src/sys/arch/x68k/x68k/
machdep.c 621 #define CHDRSIZE (ALIGN(sizeof(kcore_seg_t)) + ALIGN(sizeof(cpu_kcore_hdr_t)))
622 #define MDHDRSIZE roundup(CHDRSIZE, dbtob(1))
675 int chdrsize; /* size of dump header */ local
682 chdrsize = cpu_dumpsize();
691 if (nblks < (ctod(dumpsize) + chdrsize + ctod(1))) {
700 dumplo = (nblks - 1) - ctod(dumpsize) - chdrsize;
  /src/sys/arch/mac68k/mac68k/
machdep.c 566 #define CHDRSIZE (ALIGN(sizeof(kcore_seg_t)) + ALIGN(sizeof(cpu_kcore_hdr_t)))
567 #define MDHDRSIZE roundup(CHDRSIZE, dbtob(1))
620 int chdrsize; /* size of dump header */ local
628 chdrsize = cpu_dumpsize();
638 if (nblks < (ctod(dumpsize) + chdrsize + ctod(1))) {
647 dumplo = (nblks - 1) - ctod(dumpsize) - chdrsize;

Completed in 22 milliseconds