Home
last modified time | relevance | path

Searched refs:MBR (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/file/magic/Magdir/
H A Dgpt7 # Note that a GPT-formatted disk must contain an MBR as well.
11 # partition table code (aka MBR).
15 # First, detect the MBR partition table
17 # (the other MBR detection code will then just print the MBR partition table)
30 # GPT with protective MBR entry in partition 1 (only)
60 # GPT with protective MBR entry in partition 2 (only)
191 # Print details of MBR type for a GPT-disk
194 # GPT with protective MBR entry in partition 1
199 # GPT with protective MBR entry in partition 2
206 # GPT with protective MBR entry in partition 3
[all …]
H A Dfilesystems170 >0 ubyte 0xee GPT Protective MBR
262 >0x1FE leshort 0xAA55 DOS/MBR boot sector
269 >>>0 ubyte 0xEB DOS/MBR boot sector,
282 >2 string OSBS OS/BS MBR
430 # Microsoft MBR IPL end
479 # SYSLINUX MBR moved
481 >362 string MBR\ Error\ \0\r
1197 # SYSLINUX MBR updated and separated from "DOS/MBR boot sector" by Joerg Jenderek at Sep 2012
1200 # to display SYSLINUX MBR (36) before old DOS/MBR boot sector one with partition table (strength=50…
1204 # skip Ranish MBR
[all …]
H A Dmap34 # GRR: similar to MBR boot sector handled by ./filesystems
99 # MBR signature
100 >0x1FE leshort !0xAA55 \b, invalid MBR
H A Dmsdos945 # skip MBR disk image drivedroid.img version 12 July 2013 by start message
963 # skip BeOS 5 floppy_1.44.00.ima done as "DOS/MBR boot sector" by ./filesystems
1067 # skip Gpt.com Mbr.com (edk2-UDK2018 bootsector) described as "DOS/MBR boot sector" by ./filesystems
1075 # skip Syslinux 3.71 flashimg.img done as "DOS/MBR boot sector" by ./filesystems
H A Dapple524 # last 6 bytes for padding found are 0 or end with 55AAh marker for MBR hybrid
/freebsd/tools/boot/
H A DTEST-NOTES16 o armv7 UEFI+uboot booting on MBR and GPT
17 o aarch64 Will test UEFI+ACPI on MBR/GPT, UEFI+ACPI+kboot, DTB+kboot
/freebsd/sys/arm/include/
H A Dbus.h276 #define __generate_inline_bs_rs(IFN, MBR, TYP) \ argument
281 if (__predict_true(t->MBR == NULL)) \
284 return (t->MBR(t, h, o)); \
287 #define __generate_inline_bs_ws(IFN, MBR, TYP) \ argument
292 if (__predict_true(t->MBR == NULL)) \
295 t->MBR(t, h, o, v); \
/freebsd/stand/i386/loader/
H A Dhelp.i38650 chain will read stage1 (MBR or VBR) boot block from specified device
/freebsd/share/dict/
H A Dfreebsd104 MBR
/freebsd/sys/arm/conf/
H A Dstd.armv631 options GEOM_PART_MBR # MBR partition scheme
H A Dstd.armv731 options GEOM_PART_MBR # MBR partition scheme
/freebsd/stand/i386/mbr/
H A Dmbr.S16 # A 512 byte MBR boot manager that simply boots the active partition.
/freebsd/tools/tools/nanobsd/embedded/
H A Dcommon175 # Creates images for all the formats that use MBR / GPT
555 # Ideally, we'd not put BSD labels on the MBR disks.
556 # However, we can't boot off raw MBR disks. First,
/freebsd/stand/i386/zfsboot/
H A Dzfsldr.S65 xor %eax,%eax # Read MBR
/freebsd/tools/regression/geom/ConfCmp/
H A Da1.conf169 <name>MBR-method</name>
H A Da1a.conf169 <name>MBR-method</name>
H A Da1b.conf169 <name>MBR-method</name>
H A Da1c.conf169 <name>MBR-method</name>
H A Da1d.conf169 <name>MBR-method</name>
/freebsd/stand/i386/boot2/
H A Dboot1.S147 callw nread # Read MBR
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dzfsboot789 ""|MBR|GPT*) : known good ;;
973 MBR) f_dprintf "$funcname: Creating MBR layout..."
/freebsd/sys/geom/
H A Dnotes111 If we put a MBR on this device, where slice#1 starts on sector#63,
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1144 XCOFFObjectFile::create(unsigned Type, MemoryBufferRef MBR) { in create() argument
1147 Obj.reset(new XCOFFObjectFile(Type, MBR)); in create()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h560 MemoryBufferRef MBR);
/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips508 running dmesg(8) after inserting it. Then create an MBR schema, a single slice and
511 # gpart create -s MBR ${devicename}

12