Home
last modified time | relevance | path

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

1234

/titanic_51/usr/src/grub/grub-0.97/util/
H A Dmkbimage46 image=
70 Directory where the boot.image and the partition subdirectories
83 Type of the image to create. Choices are '1.20', '1.44', '1.60',
141 # create a filesystem of type $fs in $image with offset $offset
150 mkfs.$fs -F $image
152 losetup $lo_options /dev/loop1 $image
160 # copy ${image}1/* to ${image}:/, assuming ${image} contains a filesystem
181 for dir in $(cd ${image}
[all...]
H A Dgrub-image.in2 # grub-image - Create a GRUB boot filesystem image and tarball
59 image=$bootdir.ext2fs
74 # Create a new filesystem image of the specified size.
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
[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
/titanic_51/usr/src/boot/sys/boot/arm/at91/bootiic/
H A DREADME3 This image is intended to be programmed into boot EEPROM. The image is nearly
6 It performs basic functions prior to executing an image at a
25 e - execute image
32 tftp - download image via tftp
34 x - download image via xmodem
/titanic_51/usr/src/boot/sys/boot/arm/at91/bootspi/
H A DREADME3 This image is intended to be programmed into boot EEPROM. The image is nearly
6 It performs basic functions prior to executing an image at a
25 e - execute image
32 tftp - download image via tftp
34 x - download image via xmodem
/titanic_51/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_51/usr/src/contrib/ast/src/lib/libdll/
H A Ddlfcn.c326 NSImage image; member
339 static const char e_static[] = T("image statically linked");
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, nam in lookup()
[all...]
/titanic_51/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()
239 * Return a new elf_descriptor which uses the memory image from
240 * ref as the base image of the elf file. Before this elf_begin()
245 * data image of the file in question.
251 * descriptor then the memory image that the ELF_C_IMAGE
257 * elf_update(elf1, ELF_C_WRIMAGE); build memory image
322 char *image; elf_begin() local
[all...]
H A Dupdate.c462 char *image; in wrt() local
477 * manipulate the resulting image. It is expected that the linker in wrt()
478 * will call elf_swap_wrimage() if necessary to convert the image in wrt()
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()
653 * image. in wrt()
671 (void) memset(image + hi, byte, sz); in wrt()
676 dst.d_buf = (Elf_Void *)(image in wrt()
[all...]
/titanic_51/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fw.c93 /* Validate requested fw image */ in emlxs_fw_get()
101 /* Return image data and size */ in emlxs_fw_get()
102 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);
192 /* We need to swap the image buffer before we start */ in emlxs_fw_download()
199 /* Perform a 32 bit swap of the image */ in emlxs_fw_download()
218 /* Validate image */ in emlxs_fw_download()
223 /* Verify image */ in emlxs_fw_download()
226 /* Get image type */ in emlxs_fw_download()
235 /* Check for absolute image */ in emlxs_fw_download()
454 /* Copy remaining image into payload */ in emlxs_be_flash_image()
476 "%s: Unable to download image in emlxs_be_flash_image()
2371 emlxs_dump_image_header(emlxs_hba_t * hba,PIMAGE_HDR image) emlxs_dump_image_header() argument
4565 emlxs_validate_image(emlxs_hba_t * hba,caddr_t Buffer,uint32_t Size,emlxs_fw_image_t * image) emlxs_validate_image() argument
[all...]
/titanic_51/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_51/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_51/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_51/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()
/titanic_51/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()
271 * Now either copy "image" to the desired file in outof()
285 dup(image); in outof()
286 close(image); in outof()
308 fin = Fdopen(image, "r"); in outof()
311 gettext("Can't reopen image\n")); in outof()
364 if (image >= 0) { in outof()
365 close(image); in outof()
[all...]
/titanic_51/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 need
[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 need
[all...]
/titanic_51/usr/src/cmd/luxadm/
H A Dqlgcupdate.c83 /* Download image contains bad data */
85 /* Download image not compatible with current hardware */
1366 uchar_t *image; in emulex_fcode_reader() local
1381 if ((image = (uchar_t *)calloc(image_size, 1)) == NULL) { in emulex_fcode_reader()
1387 /* Read the fcode image file */ in emulex_fcode_reader()
1389 read(fcode_fd, image, image_size); in emulex_fcode_reader()
1401 /* Search entire image for pattern string */ in emulex_fcode_reader()
1404 byte1 = image[i++]; in emulex_fcode_reader()
1405 byte2 = image[i++]; in emulex_fcode_reader()
1460 /* Search entire 32bit endian image fo in emulex_fcode_reader()
[all...]
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab238 510 short 0xaa55 linux 386 kernel image x-system/exe
1010 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, bi
[all...]
/titanic_51/usr/src/boot/sys/boot/userboot/test/
H A Dtest.c51 char *image; variable
239 * Disk image i/o
295 memcpy(&image[to], from, size); in test_copyin()
308 memcpy(to, &image[from], size); in test_copyout()
417 printf("usage: [-b <userboot shared object>] [-d <disk image path>] [-h <host filesystem path>\n"); in usage()
461 image = malloc(image_size); in main()
465 err(1, "Can't open disk image '%s'", disk_image); in main()
/titanic_51/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c110 char *image; in get_boot_cap() local
129 * by using boot archive as ramdisk image. However, to save in get_boot_cap()
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()
/titanic_51/usr/src/uts/common/sys/
H A Dfont.h46 unsigned char *image; member
/titanic_51/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

1234