HomeSort by relevance Sort by last modified time
    Searched refs:mbr (Results 1 - 9 of 9) sorted by null

  /bootable/diskinstaller/
installer_img_layout.conf 2 scheme mbr
config.mk 1 # note: requires x86 because we assume grub is the mbr bootloader.
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
chv_filter.cpp 188 int br, bc, mbr, mbc; local
201 for (mbr = 0; mbr < pp_h; mbr += 2) /* row of blocks */
203 brwidth = mbr * pp_w; /* number of blocks above current block row */
211 for (br = mbr + 1; br < mbr + 3; br++) /* 2x2 blocks */
329 for (br = mbr; br < mbr + 2; br++)
447 }/*mbr*/
465 int br, bc, mbr, mbc; local
    [all...]
chvr_filter.cpp 36 int br, bc, incr, mbr, mbc; local
63 for (mbr = 0; mbr < pp_h; mbr += 2)
67 brwidth = mbr * pp_w;
84 for (br = mbr + 1; br < mbr + 3; br++) /* br is the row counter in blocks */
248 for (br = mbr; br < mbr + 2; br++) /* br is the row counter in blocks */
405 for (br = mbr; br < mbr + 2; br++
    [all...]
  /build/target/board/generic_x86/
disk_layout.conf 4 scheme mbr
  /external/grub/stage2/
disk_io.c 373 embed a Stage 1.5 into a partition instead of a MBR, use system
445 char mbr[512]; local
460 /* Read the MBR in the scratch space. */
461 if (! rawread (saved_drive, 0, 0, SECTOR_SIZE, mbr))
466 if (IS_PC_SLICE_TYPE_EXTENDED (PC_SLICE_TYPE (mbr, part)))
473 if (PC_SLICE_FLAG (mbr, part) != PC_SLICE_FLAG_BOOTABLE)
479 PC_SLICE_FLAG (mbr, i) = 0;
482 PC_SLICE_FLAG (mbr, part) = PC_SLICE_FLAG_BOOTABLE;
484 /* Write back the MBR. */
485 if (! rawwrite (saved_drive, 0, mbr))
507 char mbr[512]; local
    [all...]
builtins.c 1032 /* Embed a Stage 1.5 in the first cylinder after MBR or in the
1066 /* Embed it after the MBR. */
1068 char mbr[SECTOR_SIZE];
1076 /* No floppy has MBR. */
1083 /* Read the MBR of CURRENT_DRIVE. */
1084 if (! rawread (current_drive, PC_MBR_SECTOR, 0, SECTOR_SIZE, mbr))
1088 if (! PC_MBR_CHECK_SIG (mbr))
1096 if (PC_SLICE_TYPE (mbr, i) && PC_SLICE_START (mbr, i) - 1 < size)
1112 /* The space after the MBR is used by EZ-BIOS which we must
1053 char mbr[SECTOR_SIZE]; local
2755 char mbr[512]; local
2874 char mbr[512]; local
    [all...]
  /bootable/diskinstaller/libdiskconfig/
config_mbr.c 36 * the mbr if these are 0 */
89 struct pc_boot_record *mbr = (void *)PC_MBR_DISK_OFFSET; local
90 /* grab the offset in mbr where to write this partition entry. */
91 item->offset = (loff_t)((uint32_t)((uint8_t *)(&mbr->ptable[pnum])));
138 * entry in the MBR).
267 /* fill in the rest of the MBR with empty parts (if needed). */
  /system/core/libdiskconfig/
config_mbr.c 36 * the mbr if these are 0 */
89 struct pc_boot_record *mbr = (void *)PC_MBR_DISK_OFFSET; local
90 /* grab the offset in mbr where to write this partition entry. */
91 item->offset = (loff_t)((uint32_t)((uint8_t *)(&mbr->ptable[pnum])));
138 * entry in the MBR).
267 /* fill in the rest of the MBR with empty parts (if needed). */

Completed in 254 milliseconds