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

/freebsd-11-stable/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-11-stable/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) {
/freebsd-11-stable/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
248 if (di->mediasize < SIZEOF_METADATA + dumpsize + sizeof(kdh) * 2) {
/freebsd-11-stable/sys/arm/arm/
H A Dminidump_machdep.c57 * Don't touch the first SIZEOF_METADATA bytes on the dump device. This
60 #define SIZEOF_METADATA (64*1024) macro
241 if (di->mediasize < SIZEOF_METADATA + dumpsize + sizeof(kdh) * 2) {
/freebsd-11-stable/sys/kern/
H A Dkern_dump.c49 * Don't touch the first SIZEOF_METADATA bytes on the dump device. This
52 #define SIZEOF_METADATA (64*1024) macro
322 if (di->mediasize < SIZEOF_METADATA + dumpsize + di->blocksize * 2) {
/freebsd-11-stable/sys/arm64/arm64/
H A Dminidump_machdep.c62 * Don't touch the first SIZEOF_METADATA bytes on the dump device. This
65 #define SIZEOF_METADATA (64*1024) macro
285 if (di->mediasize < SIZEOF_METADATA + dumpsize + sizeof(kdh) * 2) {
/freebsd-11-stable/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
321 if (di->mediasize < SIZEOF_METADATA + dumpsize + di->blocksize * 2) {

Completed in 88 milliseconds