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

/freebsd-13-stable/sys/ddb/
H A Ddb_textdump.c84 * Don't touch the first SIZEOF_METADATA bytes on the dump device. This is
87 #define SIZEOF_METADATA (64*1024) macro
249 if (offset < SIZEOF_METADATA)
449 if (di->mediasize < SIZEOF_METADATA + 2 * sizeof(kdh)) {
/freebsd-13-stable/sys/kern/
H A Dkern_shutdown.c1546 * Don't touch the first SIZEOF_METADATA bytes on the dump device. This is to
1549 #define SIZEOF_METADATA (64 * 1024) macro
1592 span = SIZEOF_METADATA + dumpextent + 2 * di->blocksize +

Completed in 54 milliseconds