Searched refs:MBR (Results 1 - 18 of 18) sorted by relevance

/freebsd-11.0-release/usr.sbin/pc-sysinstall/backend-partmanager/
H A Dcreate-part.sh55 # If no TYPE specified, default to MBR
65 mbr|MBR) ;;
89 if [ "${TYPE}" = "mbr" -o "${TYPE}" = "MBR" ] ; then
/freebsd-11.0-release/sys/arm/include/
H A Dbus.h281 #define __generate_inline_bs_rs(IFN, MBR, TYP) \
286 if (__predict_true(t->MBR == NULL)) \
289 return (t->MBR(t, h, o)); \
292 #define __generate_inline_bs_ws(IFN, MBR, TYP) \
297 if (__predict_true(t->MBR == NULL)) \
300 t->MBR(t, h, o, v); \
/freebsd-11.0-release/tools/regression/geom/ConfCmp/
H A Da2.conf113 <name>MBR-class</name>
H A Da2a.conf113 <name>MBR-class</name>
H A Da2b.conf113 <name>MBR-class</name>
H A Da2c.conf112 <name>MBR-class</name>
H A Da2d.conf117 <name>MBR-class</name>
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-11.0-release/sys/boot/i386/mbr/
H A Dmbr.s18 # A 512 byte MBR boot manager that simply boots the active partition.
/freebsd-11.0-release/sys/boot/i386/zfsboot/
H A Dzfsldr.S56 * Load the MBR and look for the first FreeBSD slice. We use the fake
57 * partition entry below that points to the MBR when we call read.
64 xor %eax,%eax # Read MBR
168 * %si - ptr - MBR partition entry
/freebsd-11.0-release/sys/boot/i386/boot2/
H A Dboot1.S49 * FAT disks have this at the start of their MBR. While normal BIOS's will
51 * BPB by writing into the memory copy of the MBR. Rather than have data
139 * If we are on a hard drive, then load the MBR and look for the first
141 * the MBR when we call nread. The first pass looks for the first active
149 callw nread # Read MBR
/freebsd-11.0-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-disk.sh42 # Get a MBR partitions sysid
76 # Get the partitions MBR label
185 MBR) name="${1}s${i}" ;;
458 if [ "$PSCHEME" != "GPT" -a "$PSCHEME" != "MBR" ] ; then
501 if [ "$PSCHEME" = "MBR" -o -z "$PSCHEME" ] ; then
502 PSCHEME="MBR"
678 # Function which runs gpart and creates a single large MBR partition scheme
730 elif [ "$SCHEME" = "MBR" ] ; then
782 # Init the MBR partition
876 # Working on the first slice, make sure we have MBR setu
[all...]
/freebsd-11.0-release/usr.sbin/bsdinstall/scripts/
H A Dzfsboot85 # NB: Automatically set when using geli(8) or MBR
95 # Default name for boot pool when enabled (e.g., geli(8) or MBR)
100 # Default size for boot pool when enabled (e.g., geli(8) or MBR)
772 ""|MBR|GPT*) : known good ;;
811 # improved performance on SSDs. MBR does not always play well with gaps
813 # With MBR, we align the BSD partition that contains the MBR, otherwise
939 MBR) f_dprintf "$funcname: Creating MBR layout..."
945 # 1. Create MBR layou
[all...]
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dalpha-opc.c365 #define MBR(oo,h) MBR_(oo,h), MBR_MASK
1073 { "jmp", MBR(0x1A,0), BASE, { RA, CPRB, JMPHINT } },
1074 { "jsr", MBR(0x1A,1), BASE, { RA, CPRB, JMPHINT } },
1077 { "ret", MBR(0x1A,2), BASE, { RA, CPRB, RETHINT } },
1078 { "jcr", MBR(0x1A,3), BASE, { RA, CPRB, RETHINT } }, /* alias */
1079 { "jsr_coroutine", MBR(0x1A,3), BASE, { RA, CPRB, RETHINT } },
362 #define MBR macro

Completed in 184 milliseconds