Home
last modified time | relevance | path

Searched refs:image (Results 1 – 25 of 93) sorted by relevance

1234

/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dmkbimage46 image=
150 mkfs.$fs -F $image
182 $mkdir ${image}:$dir
185 $cp ${image}1/$file ${image}:$file
189 mkdir ${image}.mnt
191 cp -a ${image}1/* ${image}.mnt/ && sync
193 rmdir ${image}.mnt
281 image=$dir/$image_type.image
362 mkdir -p ${image}1
383 $device ${image}
[all …]
H A Dgrub-image.in59 image=$bootdir.ext2fs
75 if test ! -f $image; then
82 trap "rm -f $image" 0
84 $mke2fs -F $image
90 echo "# Mounting \`$image'"
94 settrans -a $bootdir /hurd/ext2fs $image
102 if /sbin/losetup /dev/loop$i $image; then
121 echo "# Copying files into \`$image':"
124 echo "# \`$image' usage:"
130 echo "# Installing GRUB in \`$image'"
[all …]
H A DMakefile.solaris25 $(OPTION_UTILS)NOINSTALL_SCRIPTS = grub-image
43 SRC_FILES = Makefile.am Makefile.in grub-image.in grub-install.in \
H A DMakefile.in44 $(srcdir)/grub-image.in $(srcdir)/grub-install.in \
54 CONFIG_CLEAN_FILES = grub-image grub-install grub-md5-crypt \
187 noinst_SCRIPTS = grub-image mkbimage
227 grub-image: $(top_builddir)/config.status $(srcdir)/grub-image.in
H A DMakefile.am4 noinst_SCRIPTS = grub-image mkbimage
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A Ddlfcn.c324 NSImage image; member
365 NSObjectFileImage image; in dlopen() local
388 switch (NSCreateObjectFileImageFromFile(path, &image)) in dlopen()
391 dll->module = NSLinkModule(image, path, (mode & RTLD_LAZY) ? 0 : NSLINKMODULE_OPTION_BINDNOW); in dlopen()
392 NSDestroyObjectFileImage(image); in dlopen()
400 dll->image = NSAddImage(path, 0); in dlopen()
401 if (!dll->image) in dlopen()
446 else if (dll->image) in lookup()
448 if (!NSIsSymbolNameDefinedInImage(dll->image, name)) in lookup()
450 address = NSLookupSymbolInImage(dll->image, name, 0); in lookup()
[all …]
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dbegin.c195 elf_memory(char *image, size_t sz) in elf_memory() argument
215 elf->ed_image = elf->ed_ident = image; in elf_memory()
218 elf->ed_class = image[EI_CLASS]; in elf_memory()
219 elf->ed_encode = image[EI_DATA]; in elf_memory()
220 if ((elf->ed_version = image[EI_VERSION]) == 0) in elf_memory()
316 char *image; in elf_begin() local
319 if ((image = ref->ed_wrimage) == 0) { in elf_begin()
326 return (elf_memory(image, imagesz)); in elf_begin()
H A Dupdate.c463 char *image; in wrt() local
507 if ((image = _elf_outmap(elf->ed_fd, outsz, &flag)) == 0) in wrt()
538 dst.d_buf = (Elf_Void *)image; in wrt()
563 dst.d_buf = (Elf_Void *)(image + eh->e_phoff); in wrt()
584 char *start = image + sh->sh_offset; in wrt()
672 (void) memset(image + hi, byte, sz); in wrt()
677 dst.d_buf = (Elf_Void *)(image + eh->e_shoff); in wrt()
680 assert((uintptr_t)dst.d_buf < ((uintptr_t)image + outsz)); in wrt()
702 elf->ed_wrimage = image; in wrt()
707 if (_elf_outsync(elf->ed_fd, image, outsz, in wrt()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fw.c102 fw->image = fw_table->image; in emlxs_fw_get()
109 fw->image = NULL; in emlxs_fw_get()
H A Demlxs_download.c4565 emlxs_fw_image_t *image) in emlxs_validate_image() argument
4628 image->awc.offset = in emlxs_validate_image()
4632 image->awc.revcomp = 0; in emlxs_validate_image()
4647 image->bwc.offset = in emlxs_validate_image()
4651 image->bwc.revcomp = 0; in emlxs_validate_image()
4666 image->dwc.offset = in emlxs_validate_image()
4670 image->dwc.revcomp = 0; in emlxs_validate_image()
4790 image->dwc.offset = 0; in emlxs_validate_image()
4792 image->dwc.revcomp = 0; in emlxs_validate_image()
4820 image->prog[type].version = in emlxs_validate_image()
[all …]
/illumos-gate/usr/src/cmd/tsol/demo/
H A Dclonebylabel.sh41 image=$2
63 echo Cloning $zonename from $image ...
71 /usr/sbin/zfs clone $image zone/$zonename
/illumos-gate/usr/src/cmd/file/
H A Dmagic101 0 short 0433 Curses screen image
102 0 short 0434 Curses screen image
421 >20 long 0 old format image
422 >20 long 1 standard format image
425 >20 long 4 tiff format image
431 >23 long 0 old format image
432 >23 long 1 standard format image
435 >23 long 4 tiff format image
495 0 string \0211PNG PNG image data
543 0 string _SM_ DMTF SMBIOS image
[all …]
/illumos-gate/usr/src/tools/elfextract/
H A Delfextract.c47 static char *image; /* pointer to the ELF file in memory */ variable
49 #define ELFSEEK(offset) ((void *)(image + offset))
239 image = mmap(NULL, len, PROT_READ, MAP_SHARED, fd, 0); in main()
240 if (image == MAP_FAILED) { in main()
/illumos-gate/usr/src/cmd/mailx/
H A Dnames.c234 if (image < 0) { in outof()
250 image = open(tempEdit, O_RDWR); in outof()
252 if (image < 0) { in outof()
286 dup(image); in outof()
287 close(image); in outof()
309 fin = Fdopen(image, "r"); in outof()
365 if (image >= 0) { in outof()
366 close(image); in outof()
367 image = -1; in outof()
/illumos-gate/usr/src/tools/mbh_patch/
H A Dmbh_patch.c44 static char *image; /* pointer to the ELF file in memory */ variable
46 #define ELFSEEK(offset) ((void *)(image + offset))
293 image = mmap(NULL, MULTIBOOT_SEARCH, PROT_READ | PROT_WRITE, in main()
295 if (image == MAP_FAILED) { in main()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.texi170 relevant OS image and boot module data on disk, such as by
280 @item OS image
294 image doesn't need to follow the rule.
320 The format of an OS image as seen by a boot loader.
332 * OS image format::
338 @node OS image format
339 @section OS image format
471 segments occupy the whole OS image file.
507 indicates that the OS image has no preference.
512 indicates that the OS image has no preference.
[all …]
H A Dmultiboot.info129 relevant OS image and boot module data on disk, such as by
246 "OS image"
260 image doesn't need to follow the rule.
285 1. The format of an OS image as seen by a boot loader.
295 * OS image format::
302 3.1 OS image format
438 segments occupy the whole OS image file.
474 indicates that the OS image has no preference.
479 indicates that the OS image has no preference.
632 OS image from. If the OS image was not loaded from a BIOS disk, then
[all …]
/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c1366 uchar_t *image; in emulex_fcode_reader() local
1381 if ((image = (uchar_t *)calloc(image_size, 1)) == NULL) { in emulex_fcode_reader()
1389 read(fcode_fd, image, image_size); in emulex_fcode_reader()
1404 byte1 = image[i++]; in emulex_fcode_reader()
1405 byte2 = image[i++]; in emulex_fcode_reader()
1463 byte1 = image[i++]; in emulex_fcode_reader()
1464 byte2 = image[i++]; in emulex_fcode_reader()
1465 byte3 = image[i++]; in emulex_fcode_reader()
1466 byte4 = image[i++]; in emulex_fcode_reader()
1545 free(image); in emulex_fcode_reader()
[all …]
/illumos-gate/usr/src/common/pnglite/
H A Dpnglite.c185 png->image = NULL; in png_open()
214 png->image = malloc(size); in png_open()
215 if (png->image == NULL) in png_open()
220 result = png_get_data(png, png->image); in png_open()
223 free(png->image); in png_open()
237 free(png->image); in png_close()
238 png->image = NULL; in png_close()
H A Dpnglite.h73 unsigned char *image; member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab1010 0 short 0433 curses screen image
1011 0 short 0434 curses screen image
1287 0 string \x89PNG PNG image data image/png
1300 0 string \377\330\377 JPEG image image/jpeg
1301 0 string GIF GIF image image/gif
1316 0 short 0x4d4d TIFF image, big-endian image/tiff
1318 0 short 0x4949 TIFF image, little-endian image/tiff
1320 0 short 000732 sgi imagelib image image/x-imagelib
1324 0 string gimp xcf gimp XCF image image/x-gimp
1460 |name match *.art ART Image image/x-jg
[all …]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c110 char *image; in get_boot_cap() local
166 image = mmap(NULL, 8192, PROT_READ, MAP_SHARED, fd, 0); in get_boot_cap()
168 INJECT_ERROR1("GET_CAP_MMAP", image = MAP_FAILED); in get_boot_cap()
169 if (image == MAP_FAILED) { in get_boot_cap()
175 ident = (uchar_t *)image; in get_boot_cap()
196 mbh = (void *)(image + m); in get_boot_cap()
203 (void) munmap(image, 8192); in get_boot_cap()
/illumos-gate/usr/src/common/ficl/emu/
H A Dgfx_fb.c575 r = png->image[i]; in gfx_fb_putimage()
576 g = png->image[i + 1]; in gfx_fb_putimage()
577 b = png->image[i + 2]; in gfx_fb_putimage()
578 a = png->image[i + 3]; in gfx_fb_putimage()
609 (png->image[p00 + i] * hc1 + in gfx_fb_putimage()
610 png->image[p01 + i] * hc2) * wc1 + in gfx_fb_putimage()
611 (png->image[p10 + i] * hc1 + in gfx_fb_putimage()
612 png->image[p11 + i] * hc2) * wc2) in gfx_fb_putimage()
/illumos-gate/usr/src/grub/grub-0.97/
H A DTODO21 minimum GRUB image. This is useful for boot floppies because of the size
96 ? Divide pxegrub into two parts, so the initial image doesn't exceed
99 modularity of a boot image. Obviously, this reason doesn't apply to
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dappend.h109 u32 image[1]; /* Unbounded */ member

1234