HomeSort by relevance Sort by last modified time
    Searched defs:fmap (Results 1 - 22 of 22) sorted by null

  /device/google/dragon/recovery/updater/
flash_device.c 27 #include "fmap.h"
40 struct fmap *fmap; member in struct:flash_device
72 dev->fmap = NULL;
92 if (dev->fmap)
93 free(dev->fmap);
128 struct fmap *flash_get_fmap(struct flash_device *dev)
130 if (!dev->fmap) {
133 dev->fmap = fmap_load(dev, off);
136 if (!dev->fmap)
    [all...]
fmap.h 22 #define FMAP_VER_MAJOR 1 /* this header's FMAP minor version */
23 #define FMAP_VER_MINOR 1 /* this header's FMAP minor version */
40 struct fmap { struct
fwtool.cpp 29 #include "fmap.h"
56 struct fmap *fmap; local
58 fmap = flash_get_fmap(dev);
59 if (!fmap)
62 printf("FMAP '%s' ver %d.%d base 0x%" PRIx64 " size 0x%x\n",
63 fmap->name, fmap->ver_major, fmap->ver_minor,
64 fmap->base, fmap->size)
    [all...]
vboot_interface.c 29 #include "fmap.h"
125 struct fmap h;
130 * Try to find the FMAP signature at 64-byte boundaries
145 struct fmap *fmap_load(struct flash_device *dev, off_t offset)
147 struct fmap hdr;
148 struct fmap *fmap; local
152 ALOGD("Searching FMAP @0x%08lx\n", offset);
155 ALOGD("Cannot read FMAP header\n");
160 ALOGD("Cannot find FMAP\n")
181 struct fmap *fmap = flash_get_fmap(dev); local
207 struct fmap *fmap = flash_get_fmap(dev); local
    [all...]
  /external/vboot_reference/futility/
cmd_load_fmap.c 20 #include "fmap.h"
27 "Replace the contents of specific FMAP areas. This is the complement\n"
97 FmapHeader *fmap; local
157 fmap = fmap_find(buf, len);
158 if (!fmap) {
159 fprintf(stderr, "Can't find an FMAP in %s\n", infile);
174 uint8_t *area_buf = fmap_find_by_name(buf, len, fmap, a, &ah);
176 fprintf(stderr, "Can't find area \"%s\" in FMAP\n", a);
203 "Replace the contents of specified FMAP areas",
traversal.c 11 #include "fmap.h"
87 * The Chrome OS BIOS must contain specific FMAP areas, and we generally want
115 static int has_all_areas(uint8_t *buf, uint32_t len, FmapHeader *fmap,
120 if (!fmap_find_by_name(buf, len, fmap, area->name, 0))
129 FmapHeader *fmap = fmap_find(buf, len); local
130 if (fmap) {
131 if (has_all_areas(buf, len, fmap, bios_area))
133 if (has_all_areas(buf, len, fmap, old_bios_area))
201 FmapHeader *fmap; local
223 fmap = fmap_find(buf, len)
    [all...]
cmd_dump_fmap.c 18 #include "fmap.h"
299 * arbitrarily-ordered FMAP entries, and then to prune it until it's as
303 /* Convert the FMAP info into our format. */
398 "Display (and extract) the FMAP components from a BIOS image.\n"
421 const FmapHeader *fmap; local
490 fmap = fmap_find(base_of_rom, size_of_rom);
491 if (fmap) {
494 retval = human_fmap(fmap);
498 (uint32_t) ((char *)fmap - (char *)base_of_rom));
502 dump_fmap(fmap, argc - optind - 1
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 952 String fmap[]; local
954 fmap = FunctionKey;
956 fmap = FunctionKeyShift;
960 fmap = FunctionKeyCtrl;
964 fmap = FunctionKeyAlt;
975 writeSpecial(fmap[1]);
978 writeSpecial(fmap[2]);
981 writeSpecial(fmap[3]);
984 writeSpecial(fmap[4]);
987 writeSpecial(fmap[5])
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kdoc/0.12.613/
kdoc-0.12.613.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 1114 milliseconds