OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MDHDRSIZE
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/arch/next68k/next68k/
machdep.c
551
#define
MDHDRSIZE
roundup(CHDRSIZE, dbtob(1))
557
return btodb(
MDHDRSIZE
);
566
int buf[
MDHDRSIZE
/ sizeof(int)];
577
kseg->c_size =
MDHDRSIZE
- ALIGN(sizeof(kcore_seg_t));
/src/sys/arch/luna68k/luna68k/
machdep.c
551
#define
MDHDRSIZE
roundup(CHDRSIZE, dbtob(1))
557
return btodb(
MDHDRSIZE
);
566
int buf[
MDHDRSIZE
/ sizeof(int)];
577
kseg->c_size =
MDHDRSIZE
- ALIGN(sizeof(kcore_seg_t));
/src/sys/arch/mvme68k/mvme68k/
machdep.c
745
#define
MDHDRSIZE
roundup(CHDRSIZE, dbtob(1))
751
return btodb(
MDHDRSIZE
);
774
int buf[
MDHDRSIZE
/ sizeof(int)];
785
kseg->c_size =
MDHDRSIZE
- ALIGN(sizeof(kcore_seg_t));
/src/sys/arch/virt68k/virt68k/
machdep.c
585
#define
MDHDRSIZE
roundup(CHDRSIZE, dbtob(1))
591
return btodb(
MDHDRSIZE
);
614
int buf[
MDHDRSIZE
/ sizeof(int)];
625
kseg->c_size =
MDHDRSIZE
- ALIGN(sizeof(kcore_seg_t));
/src/sys/arch/atari/atari/
atari_init.c
1035
#define
MDHDRSIZE
roundup(CHDRSIZE, dbtob(1))
1041
return btodb(
MDHDRSIZE
);
1051
int buf[
MDHDRSIZE
/sizeof(int)];
1063
kseg_p->c_size =
MDHDRSIZE
- ALIGN(sizeof(*kseg_p));
/src/sys/arch/amiga/amiga/
machdep.c
455
#define
MDHDRSIZE
roundup(CHDRSIZE, dbtob(1))
533
dumplo -= ctod(btoc(
MDHDRSIZE
));
567
char dump_hdr[
MDHDRSIZE
];
603
kseg_p->c_size =
MDHDRSIZE
- ALIGN(sizeof(*kseg_p));
/src/sys/arch/hp300/hp300/
machdep.c
696
#define
MDHDRSIZE
roundup(CHDRSIZE, dbtob(1))
702
return btodb(
MDHDRSIZE
);
711
int buf[
MDHDRSIZE
/ sizeof(int)];
722
kseg->c_size =
MDHDRSIZE
- ALIGN(sizeof(kcore_seg_t));
/src/sys/arch/news68k/news68k/
machdep.c
411
#define
MDHDRSIZE
roundup(CHDRSIZE, dbtob(1))
417
return btodb(
MDHDRSIZE
);
426
int buf[
MDHDRSIZE
/ sizeof(int)];
437
kseg->c_size =
MDHDRSIZE
- ALIGN(sizeof(kcore_seg_t));
/src/sys/arch/x68k/x68k/
machdep.c
644
#define
MDHDRSIZE
roundup(CHDRSIZE, dbtob(1))
650
return btodb(
MDHDRSIZE
);
659
int buf[
MDHDRSIZE
/ sizeof(int)];
670
kseg->c_size =
MDHDRSIZE
- ALIGN(sizeof(kcore_seg_t));
/src/sys/arch/mac68k/mac68k/
machdep.c
596
#define
MDHDRSIZE
roundup(CHDRSIZE, dbtob(1))
602
return btodb(
MDHDRSIZE
);
611
int buf[
MDHDRSIZE
/ sizeof(int)];
622
kseg->c_size =
MDHDRSIZE
- ALIGN(sizeof(kcore_seg_t));
Completed in 21 milliseconds
Indexes created Mon Sep 29 18:09:42 GMT 2025