Home
last modified time | relevance | path

Searched refs:HOSTDISK_MIN_SIZE (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/stand/kboot/kboot/
HDhostdisk.c71 #define HOSTDISK_MIN_SIZE (16ul << 20) /* 16MB */ macro
193 if (hd->hd_size < HOSTDISK_MIN_SIZE) in hostdisk_add_drive()
268 if (hd->hd_size < HOSTDISK_MIN_SIZE) in hostdisk_fake_one_disk()