Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/boot/installboot/
H A Dinstallboot.c119 if (buf_size > BBLK_DATA_RSVD_SIZE) { in read_bootblock_from_file()
126 if (buf_size > BBLK_DATA_RSVD_SIZE + MBOOT_SCAN_SIZE) { in read_bootblock_from_file()
230 size = BBLK_DATA_RSVD_SIZE; in read_bootblock_from_disk()
240 dest += BBLK_DATA_RSVD_SIZE; in read_bootblock_from_disk()
241 size = bblock->buf_size - BBLK_DATA_RSVD_SIZE; in read_bootblock_from_disk()
254 + BBLK_DATA_RSVD_SIZE); in read_bootblock_from_disk()
257 - BBLK_DATA_RSVD_SIZE - sizeof (multiboot_header_t); in read_bootblock_from_disk()
402 size = BBLK_DATA_RSVD_SIZE; in write_zfs_bootblock()
411 bufptr += BBLK_DATA_RSVD_SIZE; in write_zfs_bootblock()
412 size = bblock->buf_size - BBLK_DATA_RSVD_SIZE; in write_zfs_bootblock()
H A Dinstallboot.h66 #define BBLK_DATA_RSVD_SIZE (15 * SECTOR_SIZE) macro