Home
last modified time | relevance | path

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

1234

/titanic_41/usr/src/grub/grub-0.97/util/
H A Dmkbimage46 image=
150 mkfs.$fs -F $image
152 losetup $lo_options /dev/loop1 $image
181 for dir in $(cd ${image}1 && find -type d) ; do
182 $mkdir ${image}:$dir
184 for file in $(cd ${image}1 && find -type f) ; do
185 $cp ${image}1/$file ${image}:$file
188 losetup $lo_options /dev/loop1 $image
189 mkdir ${image}.mnt
190 mount -t $fs /dev/loop1 ${image}.mnt
[all …]
H A Dgrub-image.in59 image=$bootdir.ext2fs
75 if test ! -f $image; then
81 echo "# Creating $SIZE disk image \`$image'"
82 trap "rm -f $image" 0
83 dd if=/dev/zero of=$image bs=$SIZE count=1 >/dev/null
84 $mke2fs -F $image
90 echo "# Mounting \`$image'"
94 settrans -a $bootdir /hurd/ext2fs $image
102 if /sbin/losetup /dev/loop$i $image; then
114 echo "$progname: Mounting \`$image' under \`$host_os' is not supported" 1>&2
[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.am4 noinst_SCRIPTS = grub-image mkbimage
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
/titanic_41/usr/src/lib/libdll/common/
H A Ddlfcn.c326 NSImage image; member
367 NSObjectFileImage image; in dlopen() local
390 switch (NSCreateObjectFileImageFromFile(path, &image)) in dlopen()
393 dll->module = NSLinkModule(image, path, (mode & RTLD_LAZY) ? 0 : NSLINKMODULE_OPTION_BINDNOW); in dlopen()
394 NSDestroyObjectFileImage(image); in dlopen()
402 dll->image = NSAddImage(path, 0); in dlopen()
403 if (!dll->image) in dlopen()
448 else if (dll->image) in lookup()
450 if (!NSIsSymbolNameDefinedInImage(dll->image, name)) in lookup()
452 address = NSLookupSymbolInImage(dll->image, name, 0); in lookup()
[all …]
/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Dbegin.c199 elf_memory(char *image, size_t sz) in elf_memory() argument
220 elf->ed_image = elf->ed_ident = image; in elf_memory()
223 elf->ed_class = image[EI_CLASS]; in elf_memory()
224 elf->ed_encode = image[EI_DATA]; in elf_memory()
225 if ((elf->ed_version = image[EI_VERSION]) == 0) in elf_memory()
322 char *image; in elf_begin() local
325 if ((image = ref->ed_wrimage) == 0) { in elf_begin()
332 return (elf_memory(image, imagesz)); in elf_begin()
H A Dupdate.c462 char *image; in wrt() local
506 if ((image = _elf_outmap(elf->ed_fd, outsz, &flag)) == 0) in wrt()
537 dst.d_buf = (Elf_Void *)image; in wrt()
562 dst.d_buf = (Elf_Void *)(image + eh->e_phoff); in wrt()
583 char *start = image + sh->sh_offset; in wrt()
671 (void) memset(image + hi, byte, sz); in wrt()
676 dst.d_buf = (Elf_Void *)(image + eh->e_shoff); in wrt()
679 assert((uintptr_t)dst.d_buf < ((uintptr_t)image + outsz)); in wrt()
701 elf->ed_wrimage = image; in wrt()
706 if (_elf_outsync(elf->ed_fd, image, outsz, in wrt()
/titanic_41/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.c98 static void emlxs_dump_image_header(emlxs_hba_t *hba, PIMAGE_HDR image);
150 static void emlxs_verify_image(emlxs_hba_t *hba, emlxs_fw_image_t *image);
2371 emlxs_dump_image_header(emlxs_hba_t *hba, PIMAGE_HDR image) in emlxs_dump_image_header() argument
2377 "Img Header: BlockSize = 0x%x", image->BlockSize); in emlxs_dump_image_header()
2379 "Img Header: PROG_ID Type = 0x%x", image->Id.Type); in emlxs_dump_image_header()
2381 "Img Header: PROG_ID Id = 0x%x", image->Id.Id); in emlxs_dump_image_header()
2383 "Img Header: PROG_ID Ver = 0x%x", image->Id.Ver); in emlxs_dump_image_header()
2385 "Img Header: PROG_ID Rev = 0x%x", image->Id.Rev); in emlxs_dump_image_header()
2387 "Img Header: PROG_ID revcomp = 0x%x", image->Id.un.revcomp); in emlxs_dump_image_header()
2389 "Img Header: Flags = 0x%x", image->Flags); in emlxs_dump_image_header()
[all …]
/titanic_41/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))
191 image = mmap(NULL, 8192, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in main()
192 if (image == MAP_FAILED) { in main()
/titanic_41/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
/titanic_41/usr/src/uts/intel/io/drm/
H A Dradeon_state.c1707 drm_radeon_tex_image_t *image, int mode) in radeon_cp_dispatch_texture() argument
1749 blit_width = image->width * 4; in radeon_cp_dispatch_texture()
1759 blit_width = image->width * 2; in radeon_cp_dispatch_texture()
1765 blit_width = image->width * 1; in radeon_cp_dispatch_texture()
1772 if (spitch == 0 && image->height > 1) in radeon_cp_dispatch_texture()
1781 image->x *= 2; in radeon_cp_dispatch_texture()
1791 image->x, image->y, image->width, image->height); in radeon_cp_dispatch_texture()
1797 height = image->height; in radeon_cp_dispatch_texture()
1798 data = (const u8 __user *)image->data; in radeon_cp_dispatch_texture()
1825 image32.x = image->x; in radeon_cp_dispatch_texture()
[all …]
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DUtil.java42 import java.awt.image.RGBImageFilter;
43 import java.awt.image.FilteredImageSource;
310 Image image = comp.getToolkit().getImage(url); in getWorkaroundImage() local
311 return getWorkaroundImage(image, comp); in getWorkaroundImage()
319 public Image getWorkaroundImage(Image image, Component comp) { in getWorkaroundImage() argument
320 if (image == null) in getWorkaroundImage()
325 image = comp.createImage( in getWorkaroundImage()
326 new FilteredImageSource(image.getSource(), in getWorkaroundImage()
330 return image; in getWorkaroundImage()
/titanic_41/usr/src/cmd/file/
H A Dmagic100 0 short 0433 Curses screen image
101 0 short 0434 Curses screen image
420 >20 long 0 old format image
421 >20 long 1 standard format image
422 >20 long 2 run-length byte encoded image
423 >20 long 3 XRGB or RGB format image
424 >20 long 4 tiff format image
425 >20 long 5 iff (TAAC format) image
426 >20 long 0xffff experimental format image
430 >23 long 0 old format image
[all …]
/titanic_41/usr/src/tools/elfextract/
H A Delfextract.c44 static char *image; /* pointer to the ELF file in memory */ variable
46 #define ELFSEEK(offset) ((void *)(image + offset))
236 image = mmap(NULL, len, PROT_READ, MAP_SHARED, fd, 0); in main()
237 if (image == MAP_FAILED) { in main()
/titanic_41/usr/src/cmd/mailx/
H A Dnames.c233 if (image < 0) { in outof()
249 image = open(tempEdit, O_RDWR); in outof()
251 if (image < 0) { in outof()
285 dup(image); in outof()
286 close(image); in outof()
308 fin = Fdopen(image, "r"); in outof()
364 if (image >= 0) { in outof()
365 close(image); in outof()
366 image = -1; in outof()
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.texi166 image from a variety of sources, including floppy disk, hard disk, and
170 relevant OS image and boot module data on disk, such as by
197 OS images should be easy to generate. Ideally, an OS image should simply
205 the boot process is created, whereas every bit of code in the OS image
219 existence in order to load the OS image --- otherwise the boot loader
224 @dfn{Multiboot header} (@pxref{OS image format}), which allows the boot
225 loader to load the image without having to understand numerous a.out
239 these additional modules could be embedded in the main OS image along
240 with the kernel itself, and the resulting image be split apart manually
258 We use the term @dfn{must}, when any boot loader or OS image needs to
[all …]
H A Dmultiboot.info125 image from a variety of sources, including floppy disk, hard disk, and
129 relevant OS image and boot module data on disk, such as by
160 OS images should be easy to generate. Ideally, an OS image should simply
168 boot process is created, whereas every bit of code in the OS image
182 formats in existence in order to load the OS image -- otherwise the
187 (*note OS image format::), which allows the boot loader to load the
188 image without having to understand numerous a.out variants or other
203 these additional modules could be embedded in the main OS image along
204 with the kernel itself, and the resulting image be split apart manually
223 We use the term "must", when any boot loader or OS image needs to
[all …]
/titanic_41/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 …]
/titanic_41/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c109 char *image; in get_boot_cap() local
164 image = mmap(NULL, 8192, PROT_READ, MAP_SHARED, fd, 0); in get_boot_cap()
166 INJECT_ERROR1("GET_CAP_MMAP", image = MAP_FAILED); in get_boot_cap()
167 if (image == MAP_FAILED) { in get_boot_cap()
172 ident = (uchar_t *)image; in get_boot_cap()
192 mbh = (void *)(image + m); in get_boot_cap()
199 (void) munmap(image, 8192); in get_boot_cap()
/titanic_41/usr/src/uts/common/sys/
H A Dfont.h46 unsigned char *image; member
H A Dfbio.h209 char *image; /* cursor image bits */ member
221 caddr32_t image; /* cursor image bits */ member
/titanic_41/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
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fw.h61 uint8_t *image; member

1234