Searched refs:BOOT1_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/stand/powerpc/boot1.chrp/
H A Dgenerate-hfs.sh18 BOOT1_SIZE=64k
34 echo 'Boot1 START' | dd of=boot1.elf.tmp cbs=$BOOT1_SIZE count=1 conv=block
/freebsd-13-stable/sys/geom/part/
H A Dg_part_bsd.c51 #define BOOT1_SIZE 512 macro
53 #define BOOT2_OFF (BOOT1_SIZE + LABEL_SIZE)
183 if (gpp->gpp_codesize != BOOT1_SIZE && gpp->gpp_codesize != BBSIZE)
188 bcopy(codeptr, table->bbarea, BOOT1_SIZE);

Completed in 170 milliseconds