HomeSort by: relevance | last modified time | path
    Searched refs:PMAX_BOOT_BLOCK_BLOCKSIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/installboot/arch/
pmax.c 142 assert(sizeof(struct pmax_boot_block) == PMAX_BOOT_BLOCK_BLOCKSIZE);
204 assert(sizeof(struct pmax_boot_block) == PMAX_BOOT_BLOCK_BLOCKSIZE);
231 PMAX_BOOT_BLOCK_BLOCKSIZE);
235 startblock = PMAX_BOOT_BLOCK_OFFSET / PMAX_BOOT_BLOCK_BLOCKSIZE
241 htole32(howmany(bootstrapsize, PMAX_BOOT_BLOCK_BLOCKSIZE));
272 startblock * PMAX_BOOT_BLOCK_BLOCKSIZE);
356 *len = roundup(highaddr - lowaddr, PMAX_BOOT_BLOCK_BLOCKSIZE);
  /src/sys/sys/
bootblock.h 1289 #define PMAX_BOOT_BLOCK_BLOCKSIZE 512

Completed in 13 milliseconds