HomeSort by relevance Sort by last modified time
    Searched full:base_of_rom (Results 1 - 1 of 1) sorted by null

  /external/vboot_reference/futility/
cmd_dump_fmap.c 28 static void *base_of_rom; variable
134 } else if (1 != fwrite(base_of_rom + ah->area_offset,
479 base_of_rom =
481 if (base_of_rom == (char *)-1) {
490 fmap = fmap_find(base_of_rom, size_of_rom);
498 (uint32_t) ((char *)fmap - (char *)base_of_rom));
507 if (0 != munmap(base_of_rom, sb.st_size)) {

Completed in 273 milliseconds