Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.h135 #define BBLK_ZFS_BLK_SIZE (7ULL << 19) /* vdev max boot size bytes */ macro
H A Dinstallboot.c242 if (bblock->buf_size > BBLK_ZFS_BLK_SIZE) { in install_stage2_cb()