Searched refs:bootcode (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/release/amd64/
H A Dmake-memstick.sh45 gpart bootcode -b ${1}/boot/boot ${unit}
/freebsd-9.3-release/release/i386/
H A Dmake-memstick.sh45 gpart bootcode -b ${1}/boot/boot ${unit}
/freebsd-9.3-release/sys/amd64/amd64/
H A Dmpboot.S75 * ljmpl $bootcode-gdt, $protmode-mptramp_start
83 .word bootcode-gdt /* index in gdt for 32 bit code */
184 bootcode: label
/freebsd-9.3-release/release/powerpc/
H A Dmake-memstick.sh66 gpart bootcode -p ${1}/boot/boot1.hfs -i 1 ${unit}
/freebsd-9.3-release/tools/tools/nanobsd/rescue/Files/root/
H A DGPT4ZFS_Create.sh34 gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 $dsk
/freebsd-9.3-release/usr.sbin/bsdinstall/partedit/
H A Dpartedit.h49 int bootcode; member in struct:partition_metadata
H A Dgpart_ops.c226 get_part_metadata(lg_name, 1)->bootcode = 1;
280 const char *bootcode; local
289 * Write default bootcode to the newly partitioned disk, if that
299 bootcode = bootcode_path(scheme);
300 if (bootcode == NULL)
303 bootfd = open(bootcode, O_RDONLY);
321 gctl_ro_param(r, "verb", -1, "bootcode");
322 gctl_ro_param(r, "bootcode", bootsize, boot);
358 sprintf(command, "gpart bootcode -p %s -i %s %s",
588 md->bootcode
[all...]
/freebsd-9.3-release/sys/geom/
H A Dgeom_bsd.c240 g_bsd_writelabel(struct g_geom *gp, u_char *bootcode) argument
257 if (bootcode == NULL) {
263 buf = bootcode;
272 if (bootcode == NULL) {
276 error = g_write_data(cp, 0, bootcode, BBSIZE);
675 } else if (!strcmp(verb, "write bootcode")) {
676 label = gctl_get_paraml(req, "bootcode", BBSIZE);
/freebsd-9.3-release/sys/i386/i386/
H A Dmpboot.s242 bootcode: /* offset = 0x18 */ label
/freebsd-9.3-release/sbin/geom/class/part/
H A Dgeom_part.c70 #define GPART_PARAM_BOOTCODE "bootcode"
110 { "bootcode", 0, gpart_bootcode, {
116 "[-b bootcode] [-p partcode -i index] [-f flags] geom"
1169 void *bootcode, *partcode; local
1176 bootcode = gpart_bootfile_read(s, &bootsize);
1178 bootcode);
1182 bootcode = NULL;
1243 errx(EXIT_FAILURE, "invalid bootcode");
1247 if (bootcode == NULL)
1250 if (bootcode !
[all...]
/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c185 static const u_int8_t bootcode[] = { variable
703 memcpy(img + x1, bootcode, sizeof(bootcode));

Completed in 174 milliseconds