HomeSort by: relevance | last modified time | path
    Searched refs:mbr (Results 1 - 25 of 75) sorted by relevancy

1 2 3

  /src/sys/arch/i386/stand/mbr/mbr/
Makefile 3 PROG= mbr
5 .include <../Makefile.mbr>
  /src/sys/arch/landisk/stand/mbr/mbr/
Makefile 3 PROG= mbr
5 .include "../Makefile.mbr"
  /src/usr.sbin/sysinst/arch/playstation2/
mbr_buf.S 6 .globl mbr
7 mbr: .space 512 label
Makefile 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
  /src/sys/arch/landisk/stand/
Makefile 3 SUBDIR= mbr bootxx boot
  /src/sys/arch/landisk/stand/mbr/
Makefile 3 SUBDIR= mbr
  /src/share/man/man8/man8.x86/
Makefile 4 MAN= boot.8 dosboot.8 boot_console.8 multiboot.8 pxeboot.8 mbr.8
5 MLINKS= mbr.8 bootselect.8
  /src/sys/arch/i386/stand/mbr/
Makefile 3 SUBDIR= mbr mbr_bootsel mbr_ext mbr_com0 mbr_com0_9600
  /src/sys/arch/i386/stand/mbr/gptmbr/
Makefile 6 .include <../Makefile.mbr>
  /src/sys/arch/i386/stand/mbr/mbr_bootsel/
Makefile 8 .include <../Makefile.mbr>
  /src/sys/arch/i386/stand/mbr/mbr_com0/
Makefile 8 .include <../Makefile.mbr>
  /src/sys/arch/i386/stand/mbr/mbr_com0_9600/
Makefile 8 .include <../Makefile.mbr>
  /src/sys/arch/i386/stand/mbr/mbr_ext/
Makefile 8 .include <../Makefile.mbr>
  /src/usr.sbin/sysinst/arch/bebox/
Makefile 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
  /src/usr.sbin/sysinst/arch/evbmips/
Makefile 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
  /src/usr.sbin/sysinst/arch/evbppc/
Makefile 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
  /src/usr.sbin/sysinst/arch/hpcarm/
Makefile 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
  /src/usr.sbin/sysinst/arch/hpcmips/
Makefile 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
  /src/usr.sbin/sysinst/arch/landisk/
Makefile 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
  /src/usr.sbin/sysinst/arch/sandpoint/
Makefile 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
  /src/sbin/gpt/
create.c 76 struct mbr *mbr; local in function:create
81 gpt_warnx(gpt, "Device contains a MBR");
84 /* Nuke the MBR in our internal map. */
96 mbr = gpt_read(gpt, 0LL, 1);
97 if (mbr == NULL) {
98 gpt_warnx(gpt, "Error reading MBR");
101 memset(mbr, 0, sizeof(*mbr));
102 mbr->mbr_sig = htole16(MBR_SIG)
    [all...]
  /src/sys/arch/i386/stand/
Makefile 3 SUBDIR= mbr boot
  /src/usr.sbin/sysinst/arch/arc/
Makefile 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
  /src/usr.sbin/sysinst/arch/cobalt/
Makefile 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
  /src/usr.sbin/sysinst/arch/evbarm/
Makefile 7 MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}

Completed in 22 milliseconds

1 2 3