Lines Matching full:regions
221 * display_fdt_by_regions() - Display regions of an FDT source
223 * This dumps an FDT as source, but only certain regions of it. This is the
224 * final stage of the grep - we have a list of regions we want to display,
229 * @region: List of regions to display
230 * @count: Number of regions
404 * dump_fdt_regions() - Dump regions of an FDT as binary data
406 * This dumps an FDT as binary, but only certain regions of it. This is the
407 * final stage of the grep - we have a list of regions we want to dump,
424 * @region: List of regions to display
425 * @count: Number of regions
447 * Calculate the total size of the regions we are writing out. The in dump_fdt_regions()
493 * show_region_list() - Print out a list of regions
498 * @reg: List of regions to print
499 * @count: Number of regions
505 printf("Regions: %d\n", count); in show_region_list()
674 /* Find all the aliases and add those regions back in */ in fdtgrep_find_regions()
686 * The alias regions will now be at the end of the list. in fdtgrep_find_regions()
687 * Sort the regions by offset to get things into the in fdtgrep_find_regions()
803 * We do two passes, since we don't know how many regions we need. in do_fdtgrep()
804 * The first pass will count the regions, but if it is too many, in do_fdtgrep()
810 fprintf(stderr, "Out of memory for %d regions\n", in do_fdtgrep()
831 /* Optionally print a list of regions */ in do_fdtgrep()
942 {"list-regions", no_argument, NULL, 'l'},