Searched refs:image (Results 1 – 8 of 8) sorted by relevance
/busybox-1.35.0/qemu_multiarch_testing/ |
D | README | 7 * Run ./make-hdc-img.sh: it will generate ext2 image file, 11 one or more system-image-ARCH directories into this directory 15 system-image-ARCH: for example, all ARM flavors (armv4l...armv6l) 19 * Run: ./parallel-build-hdc-img.sh system-image-DIR1 system-image-DIR2... 23 * Observe system-image-*.log file(s) with growing log of the build. 33 - this preserves system-image-ARCH/hdb.img after the build, 34 so you can go into system-image-ARCH and run 37 You can also run "./parallel-build-hdc-img.sh -s system-image-ARCH" 44 system-image-armv4l 45 system-image-armv4tl [all …]
|
D | extract_uuencoded_binary.sh | 5 for logfile in system-image-*.log; do
|
/busybox-1.35.0/modutils/ |
D | modutils.c | 162 void *image; in try_to_mmap_module() local 168 image = NULL; in try_to_mmap_module() 172 image = mmap_read(fd, image_size); in try_to_mmap_module() 173 if (image == MAP_FAILED) { in try_to_mmap_module() 174 image = NULL; in try_to_mmap_module() 175 } else if (*(uint32_t*)image != SWAP_BE32(0x7f454C46)) { in try_to_mmap_module() 177 munmap(image, image_size); in try_to_mmap_module() 178 image = NULL; in try_to_mmap_module() 185 return image; in try_to_mmap_module() 197 char *image; in bb_init_module() local [all …]
|
D | depmod.c | 40 char *image, *ptr; in parse_module() local 49 image = xmalloc_open_zipped_read_close(fname, &len); in parse_module() 54 for (ptr = image; ptr < image + len - 10; ptr++) { in parse_module() 81 free(image); in parse_module()
|
D | modutils-24.c | 649 #define obj_load(image, image_size, loadprogbits) \ argument 650 obj_load(image, image_size) 652 static struct obj_file *obj_load(char *image, size_t image_size, int loadprogbits); 654 static int obj_create_image(struct obj_file *f, char *image); 2813 void *image; in new_init_module() local 2875 image = xmalloc(m_size); in new_init_module() 2876 obj_create_image(f, image); in new_init_module() 2878 ret = init_module(m_name, (struct new_module *) image); in new_init_module() 2882 free(image); in new_init_module() 3207 static int obj_create_image(struct obj_file *f, char *image) in obj_create_image() argument [all …]
|
/busybox-1.35.0/archival/libarchive/ |
D | open_transformer.c | 327 char *image; in xmalloc_open_zipped_read_close() local 333 image = NULL; in xmalloc_open_zipped_read_close() 339 image = xstate->mem_output_buf; in xmalloc_open_zipped_read_close() 355 image = xmalloc_read_with_initial_buf( in xmalloc_open_zipped_read_close() 364 if (!image) in xmalloc_open_zipped_read_close() 368 return image; in xmalloc_open_zipped_read_close() 372 char *image; in xmalloc_open_zipped_read_close() 378 image = xmalloc_read(fd, maxsz_p); in xmalloc_open_zipped_read_close() 379 if (!image) in xmalloc_open_zipped_read_close() 382 return image; in xmalloc_open_zipped_read_close()
|
/busybox-1.35.0/util-linux/ |
D | mkfs_ext2_test.sh | 32 diff -ua image_bb.out image_std.out >image.out.diff || { 33 cat image.out.diff
|
/busybox-1.35.0/scripts/kconfig/ |
D | gconf.c | 187 GtkWidget *image; in replace_button_icon() local 194 image = gtk_image_new_from_pixmap(pixmap, mask); in replace_button_icon() 195 gtk_widget_show(image); in replace_button_icon() 196 gtk_tool_button_set_icon_widget(button, image); in replace_button_icon()
|