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

/freebsd-11.0-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-11.0-release/sys/mips/mips/
H A Dminidump_machdep.c52 * Don't touch the first SIZEOF_METADATA bytes on the dump device. This
55 #define SIZEOF_METADATA (64*1024) macro
222 if (di->mediasize < SIZEOF_METADATA + dumpsize + sizeof(kdh) * 2) {
/freebsd-11.0-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
248 if (di->mediasize < SIZEOF_METADATA + dumpsize + sizeof(kdh) * 2) {
/freebsd-11.0-release/sys/kern/
H A Dkern_dump.c53 * Don't touch the first SIZEOF_METADATA bytes on the dump device. This
56 #define SIZEOF_METADATA (64*1024) macro
328 if (di->mediasize < SIZEOF_METADATA + dumpsize + di->blocksize * 2) {
/freebsd-11.0-release/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.0-release/sys/arm64/arm64/
H A Dminidump_machdep.c61 * Don't touch the first SIZEOF_METADATA bytes on the dump device. This
64 #define SIZEOF_METADATA (64*1024) macro
284 if (di->mediasize < SIZEOF_METADATA + dumpsize + sizeof(kdh) * 2) {
/freebsd-11.0-release/sys/amd64/amd64/
H A Dminidump_machdep.c54 * Don't touch the first SIZEOF_METADATA bytes on the dump device. This
57 #define SIZEOF_METADATA (64*1024) macro
320 if (di->mediasize < SIZEOF_METADATA + dumpsize + di->blocksize * 2) {

Completed in 57 milliseconds