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

  /external/u-boot/cmd/
part.c 57 bool bootable = false; local
66 if (!strcmp(argv[i], "-bootable")) {
67 bootable = true;
100 if (bootable && !info.bootable)
203 " flags can be -bootable (list only bootable partitions)\n"
gpt.c 205 newpart->gpt_part_info.bootable = info->bootable;
245 printf("Type %s, bootable %d\n", curr->gpt_part_info.type,
246 curr->gpt_part_info.bootable);
534 /* bootable */
535 if (found_key(tok, "bootable"))
536 parts[i].bootable = 1;
  /external/gptfdisk/
basicmbr.h 115 int bootable = 0);
117 int SetPartBootable(int num, int bootable = 1);
basicmbr.cc     [all...]
  /build/make/core/
pathmap.mk 43 recovery:bootable/recovery \
Makefile     [all...]
  /external/u-boot/disk/
part.c 351 info->bootable = 0;
449 info->bootable = 0;
581 * Find the first bootable partition.
582 * If none are bootable, fall back to the first valid partition.
594 if (!part || info->bootable)
598 if (info->bootable)
part_dos.c 231 info->bootable = is_bootable(pt);
266 info->bootable = 0;
part_efi.c 318 info->bootable = is_bootable(&gpt_pte[part - 1]);
533 if (partitions[i].bootable)
  /external/u-boot/include/
part.h 38 * Type string for U-Boot bootable partitions
60 int bootable; /* Active/Bootable flag is set */ member in struct:disk_partition
159 * partition string is "auto" then the first bootable partition is used.
  /build/soong/cc/config/
tidy.go 71 "bootable/",
  /external/u-boot/tools/
mxsimage.c 167 /* Bootable section */
715 uint32_t bootable = 0; local
740 /* Read section's BOOTABLE flag. */
742 if (tok && (strlen(tok) == 8) && !strncmp(tok, "BOOTABLE", 8))
743 bootable = SB_SECTION_FLAG_BOOTABLE;
745 sctx->boot = bootable;
749 shdr->section_flags = bootable;
758 /* Mark that this section is bootable one. */
759 if (bootable) {
762 "#%i WARN: Multiple bootable section!\n"
1949 char *bootable = ""; local
    [all...]
  /external/iputils/
rarpd.c 219 int bootable(__u32 addr) function
321 if (only_ethers || bootable(emap.ipaddr))
324 syslog(LOG_INFO, "not bootable");
  /build/kati/
pathutil_test.go 748 fs.add(fs.file, "bootable/recovery/Android.mk")
749 fs.add(fs.file, "bootable/recovery/CleanSpec.mk")
773 want: `./art/CleanSpec.mk ./bionic/CleanSpec.mk ./bootable/recovery/CleanSpec.mk ./frameworks/base/CleanSpec.mk`,
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bootsect.asm 20 ;* whether disk/partition is bootable.
  /external/u-boot/fs/fat/
fat.c 108 info.bootable = 0;
  /external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
compute-gen.go     [all...]

Completed in 2290 milliseconds