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

  /src/sys/arch/mac68k/include/
disklabel.h 134 u_int32_t pmBootSize; /* size of boot code, in bytes */
  /src/sys/arch/macppc/include/
disklabel.h 167 u_int32_t pmBootSize; /* size of boot code, in bytes */
  /src/usr.sbin/installboot/arch/
macppc.c 178 pme.pmBootSize = htobe32(roundup(params->s1stat.st_size, 512));
  /src/sys/arch/macppc/stand/mkboothfs/
mkboothfs.c 115 pme.pmBootSize = htobe32(MACPPC_BOOT_BLOCK_MAX_SIZE);
  /src/sbin/apmlabel/
apmlabel.c 276 BE32TOH(part->pmBootSize);
  /src/sys/dev/dkwedge/
dkwedge_apple.c 101 SWAP32(pmBootSize);
  /src/sys/sys/
bootblock.h 884 uint32_t pmBootSize; /* size of boot code, in bytes */
  /src/usr.sbin/sysinst/arch/mac68k/
md.c 849 part->pmBootSize = 0;

Completed in 17 milliseconds