HomeSort by relevance Sort by last modified time
    Searched refs:mbr (Results 26 - 50 of 52) sorted by null

12 3

  /external/gptfdisk/
Makefile 7 LIB_NAMES=crc32 support guid gptpart mbrpart basicmbr mbr gpt bsd parttypes attributes diskio diskio-unix
fixparts.cc 2 // Program to fix certain types of damaged Master Boot Record (MBR) partition
46 cout << "\nLoading MBR data from " << device << "\n";
48 cerr << "\nUnable to read MBR data from '" << device << "'! Exiting!\n\n";
52 // This switch() statement weeds out disks with GPT signatures and non-MBR
61 cerr << "\nCannot find valid MBR data on '" << device << "'! Exiting!\n\n";
64 case mbr:
76 // Do the bulk of the processing on actual MBR disks. First checks for old
79 // a protective partition in the MBR, which we know is NOT present, since
82 // legal state; then presents the MBR menu and, if it returns a "1" value
103 cout << "\nFinal checks complete. About to write MBR data. THIS WILL OVERWRITE
    [all...]
sgdisk.cc 30 * DISK [mbr|gpt] [guid]
47 cerr << "Failed to read MBR" << endl;
52 case mbr:
53 res << "DISK mbr" << endl;
basicmbr.cc 1 /* basicmbr.cc -- Functions for loading, saving, and manipulating legacy MBR partition
24 #include "mbr.h"
74 // Assignment operator -- copy entire set of MBR data.
110 // Read data from MBR. Returns 1 if read was successful (even if the
111 // data isn't a valid MBR), 0 if the read failed.
135 // Read data from MBR. If checkBlockSize == 1 (the default), the block
139 // the partition table is saved in MBR format.
152 // Empty existing MBR data, including the logical partitions...
210 state = mbr;
233 cerr << "Warning! MBR Logical partitions found on a hybrid MBR disk! This is an\n
    [all...]
gpttext.cc 75 if ((state == gpt_valid) && (mbrState == mbr)) {
76 cout << "Found valid MBR and GPT. Which do you want to use?\n";
77 answer = GetNumber(1, 3, 2, " 1 - MBR\n 2 - GPT\n 3 - Create blank GPT\n\nYour answer: ");
82 cout << "Using GPT and creating fresh protective MBR.\n";
89 if ((mbrState == mbr) || (mbrState == hybrid)) {
90 cout << "Found valid MBR and corrupt GPT. Which do you want to use? (Using the\n"
92 answer = GetNumber(1, 3, 2, " 1 - MBR\n 2 - GPT\n 3 - Create blank GPT\n\nYour answer: ");
99 cout << "Found invalid MBR and corrupt GPT. What do you want to do? (Using the\n"
363 // Note on below: Touch the MBR only if the user wants it completely
365 // the MBR, but this could wipe out a valid MBR that the progra
    [all...]
gpt.cc 1 /* gpt.cc -- Functions for loading, saving, and manipulating legacy MBR and GPT partition
298 // Check for mismatched MBR and GPT partitions...
301 // Check for MBR-specific problems....
306 cout << "\nWarning: The 0xEE protective partition in the MBR is marked as active. This is\n"
309 << "computers. You can clear this flag by creating a fresh protective MBR using\n"
317 cout << "\nPartition(s) in the protective MBR are too big for the disk! Creating a\n"
318 << "fresh protective or hybrid MBR is recommended.\n";
590 // Search for hybrid MBR entries that have no corresponding GPT partition.
611 cout << "\nWarning! Mismatched GPT and MBR partition! MBR partition
    [all...]
  /system/core/libdiskconfig/
config_mbr.c 35 * the mbr if these are 0 */
88 struct pc_boot_record *mbr = (void *)PC_MBR_DISK_OFFSET; local
89 /* grab the offset in mbr where to write this partition entry. */
90 item->offset = (loff_t)((uintptr_t)((uint8_t *)(&mbr->ptable[pnum])));
137 * entry in the MBR).
215 ALOGE("Unable to allocate memory for MBR signature.");
221 struct pc_boot_record *mbr = (void *)PC_MBR_DISK_OFFSET; local
222 /* grab the offset in mbr where to write mbr signature. */
223 item->offset = (loff_t)((uintptr_t)((uint8_t *)(&mbr->mbr_sig)))
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 254 int mbr; local
260 for (mbr = 0; mbr < mb_rows; mbr++) {
262 src->y_buffer + 16 * mbr * src->y_stride,
263 dst->y_buffer + 16 * mbr * dst->y_stride, src->y_stride,
266 src->u_buffer + 8 * mbr * src->uv_stride,
267 dst->u_buffer + 8 * mbr * dst->uv_stride, src->uv_stride,
270 src->v_buffer + 8 * mbr * src->uv_stride,
271 dst->v_buffer + 8 * mbr * dst->uv_stride, src->uv_stride
    [all...]
  /external/syslinux/
Makefile 162 mbr/*.bin \
179 BSUBDIRS = codepage com32 lzo core mbr sample efi txt
188 BSUBDIRS = codepage com32 lzo core memdisk mbr gpxe sample \
205 mbr/*.bin $(INSTALLABLE_MODULES)
207 INSTALL_DIAG = diag/mbr/handoff.bin \
303 utils: mbr
  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
int13.c 533 struct master_boot_record mbr; local
549 virt_to_user ( &mbr ) ) == 0 ) {
551 partition = &mbr.partitions[i];
660 * capture an attempt by the MBR to boot the next device. (This is
661 * the closest thing to a return path from an MBR).
  /device/linaro/bootloader/arm-trusted-firmware/drivers/partition/
partition.c 11 #include <mbr.h>
41 * Load the first sector that carries MBR header.
42 * The MBR boot signature should be always valid whether it's MBR or GPT.
51 /* MBR partition table is in LBA0. */
64 /* Check MBR boot signature. */
176 /* MBR type isn't supported yet. */
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
Archive.h 502 bool fillHeader(const ArchiveMember&mbr,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.c 5203 const OnigCodePoint *mbr; local
    [all...]
  /frameworks/support/media/src/main/java/android/support/v4/media/session/
MediaSessionCompat.java 543 * @param mbr The {@link PendingIntent} to send the media button event to.
545 public void setMediaButtonReceiver(PendingIntent mbr) {
546 mImpl.setMediaButtonReceiver(mbr);
    [all...]
  /external/libpng/projects/owatcom/
pngconfig.mak 154 $(DELETE) *.obj *.mbr *.sym *.err *.pch libpng.mk
  /external/syslinux/mbr/
oldmbr.asm 29 ; mbr.asm
33 ; The MBR lives in front of the boot sector, and is responsible for
37 ; This MBR determines all geometry info at runtime. It uses only the
41 ; This MBR should be "8086-clean", i.e. not require a 386.
47 ; Note: The MBR is actually loaded at 0:7C00h, but we quickly move it down to
80 ; but for an MBR we don't care.
219 ; Maximum MBR size: 446 bytes; end-of-boot-sector signature also needed.
221 ; the end of the MBR, so shorter is better. Location 440 is known to
  /frameworks/base/media/java/android/media/session/
MediaSession.java 250 * @param mbr The {@link PendingIntent} to send the media button event to.
252 public void setMediaButtonReceiver(@Nullable PendingIntent mbr) {
254 mBinder.setMediaButtonReceiver(mbr);
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 370 milliseconds

12 3