Searched refs:SIZEOF_METADATA (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/sys/ddb/
H A Ddb_textdump.c81 * Don't touch the first SIZEOF_METADATA bytes on the dump device. This is
84 #define SIZEOF_METADATA (64*1024) macro
246 if (offset < SIZEOF_METADATA)
445 if (di->mediasize < SIZEOF_METADATA + 2 * sizeof(kdh)) {
/freebsd-10.1-release/sys/mips/mips/
H A Dminidump_machdep.c53 * Don't touch the first SIZEOF_METADATA bytes on the dump device. This
56 #define SIZEOF_METADATA (64*1024) macro
223 if (di->mediasize < SIZEOF_METADATA + dumpsize + sizeof(kdh) * 2) {
H A Ddump_machdep.c58 * Don't touch the first SIZEOF_METADATA bytes on the dump device. This
61 #define SIZEOF_METADATA (64*1024) macro
307 if (di->mediasize < SIZEOF_METADATA + dumpsize + sizeof(kdh) * 2) {
/freebsd-10.1-release/sys/powerpc/powerpc/
H A Ddump_machdep.c50 * Don't touch the first SIZEOF_METADATA bytes on the dump device. This
53 #define SIZEOF_METADATA (64*1024) macro
247 SIZEOF_METADATA + dumpsize + sizeof(kdh) * 2) {
/freebsd-10.1-release/sys/arm/arm/
H A Ddump_machdep.c58 * Don't touch the first SIZEOF_METADATA bytes on the dump device. This
61 #define SIZEOF_METADATA (64*1024) macro
321 if (di->mediasize < SIZEOF_METADATA + dumpsize + sizeof(kdh) * 2) {
H A Dminidump_machdep.c56 * Don't touch the first SIZEOF_METADATA bytes on the dump device. This
59 #define SIZEOF_METADATA (64*1024) macro
295 if (di->mediasize < SIZEOF_METADATA + dumpsize + sizeof(kdh) * 2) {
/freebsd-10.1-release/sys/x86/x86/
H A Ddump_machdep.c61 * Don't touch the first SIZEOF_METADATA bytes on the dump device. This
64 #define SIZEOF_METADATA (64*1024) macro
315 if (di->mediasize < SIZEOF_METADATA + dumpsize + sizeof(kdh) * 2) {
/freebsd-10.1-release/sys/amd64/amd64/
H A Dminidump_machdep.c55 * Don't touch the first SIZEOF_METADATA bytes on the dump device. This
58 #define SIZEOF_METADATA (64*1024) macro
323 if (di->mediasize < SIZEOF_METADATA + dumpsize + sizeof(kdh) * 2) {
/freebsd-10.1-release/sys/i386/i386/
H A Dminidump_machdep.c51 * Don't touch the first SIZEOF_METADATA bytes on the dump device. This
54 #define SIZEOF_METADATA (64*1024) macro
252 if (di->mediasize < SIZEOF_METADATA + dumpsize + sizeof(kdh) * 2) {
/freebsd-10.1-release/sys/ia64/ia64/
H A Ddump_machdep.c51 * Don't touch the first SIZEOF_METADATA bytes on the dump device. This
54 #define SIZEOF_METADATA (64*1024) macro
376 if (di->mediasize < SIZEOF_METADATA + dumpsize + sizeof(kdh) * 2) {

Completed in 120 milliseconds