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

  /src/sys/arch/alpha/stand/mkbootimage/
mkbootimage.c 97 if (sizeof (struct alpha_boot_block) != ALPHA_BOOT_BLOCK_BLOCKSIZE)
114 outbufsize = roundup(insb.st_size, ALPHA_BOOT_BLOCK_BLOCKSIZE);
133 bb->bb_secsize = howmany(insb.st_size, ALPHA_BOOT_BLOCK_BLOCKSIZE);
  /src/usr.sbin/installboot/arch/
alpha.c 143 assert(sizeof(struct alpha_boot_block) == ALPHA_BOOT_BLOCK_BLOCKSIZE);
223 assert(sizeof(struct alpha_boot_block) == ALPHA_BOOT_BLOCK_BLOCKSIZE);
234 ALPHA_BOOT_BLOCK_BLOCKSIZE);
280 ALPHA_BOOT_BLOCK_BLOCKSIZE);
285 ALPHA_BOOT_BLOCK_BLOCKSIZE + 1;
290 ALPHA_BOOT_BLOCK_BLOCKSIZE));
313 startblock * ALPHA_BOOT_BLOCK_BLOCKSIZE);
  /src/sys/sys/
bootblock.h 786 #define ALPHA_BOOT_BLOCK_BLOCKSIZE 512 /* block size for sector

Completed in 43 milliseconds