Searched refs:pmbr (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/stand/i386/pmbr/
H A DMakefile2 PROG= pmbr
/freebsd-current/stand/i386/
H A DMakefile12 SUBDIR.yes+= mbr pmbr boot0 boot0sio boot2 cdboot gptboot \
/freebsd-current/usr.bin/mkimg/
H A Dgpt.c158 u_char *pmbr; local
164 pmbr = malloc(secsz);
165 if (pmbr == NULL)
168 memcpy(pmbr, bootcode, DOSPARTOFF);
169 memset(pmbr + DOSPARTOFF, 0, secsz - DOSPARTOFF);
171 memset(pmbr, 0, secsz);
172 pmbr[DOSPARTOFF + 2] = 2;
173 pmbr[DOSPARTOFF + 4] = 0xee;
174 pmbr[DOSPARTOFF + 5] = 0xff;
175 pmbr[DOSPARTOF
[all...]
/freebsd-current/tools/tools/nanobsd/rescue/Files/root/
H A DGPT4ZFS_Create.sh33 gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 $dsk
/freebsd-current/targets/pseudo/userland/misc/
H A DMakefile.depend50 stand/i386/pmbr \
/freebsd-current/tools/boot/
H A Drootgen.sh49 mkimg -s gpt -b ${src}/boot/pmbr \
76 mkimg -b ${src}/boot/pmbr -s gpt \
116 mkimg -b ${src}/boot/pmbr -s gpt \
139 mkimg -b ${src}/boot/pmbr -s gpt \
162 mkimg -b ${src}/boot/pmbr -s gpt \
H A Dinstall-boot.sh413 # For gpt, we need to install pmbr as the primary boot loader
415 gpt0=${srcroot}/boot/pmbr
H A Dfull-test.sh475 mkimg -s gpt -b ${dir2}/boot/pmbr \
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dzfsboot894 /boot/pmbr /boot/gptzfsboot 1 \
899 /boot/pmbr /boot/gptzfsboot 2 \

Completed in 177 milliseconds