Lines Matching defs:overlay
26 " fdtoverlay <options> [<overlay.dtbo> [<overlay.dtbo>]]";
43 static void *apply_one(char *base, const char *overlay, size_t *buf_len,
53 * both the base blob and the overlay
55 tmpo = xmalloc(fdt_totalsize(overlay));
69 memcpy(tmpo, overlay, fdt_totalsize(overlay));
124 /* read and keep track of the overlay blobs */
201 usage("missing overlay file(s)");
207 printf("overlay[%d] = %s\n", i, argv[i]);