/titanic_50/usr/src/grub/grub-0.97/util/ |
H A D | mkbimage | 46 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 D | grub-image.in | 59 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 D | Makefile.solaris | 25 $(OPTION_UTILS)NOINSTALL_SCRIPTS = grub-image 43 SRC_FILES = Makefile.am Makefile.in grub-image.in grub-install.in \
|
H A D | Makefile.am | 4 noinst_SCRIPTS = grub-image mkbimage
|
H A D | Makefile.in | 44 $(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_50/usr/src/lib/libdll/common/ |
H A D | dlfcn.c | 326 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_50/usr/src/cmd/sgs/libelf/common/ |
H A D | begin.c | 199 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 D | update.c | 462 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_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fw.c | 102 fw->image = fw_table->image; in emlxs_fw_get() 109 fw->image = NULL; in emlxs_fw_get()
|
H A D | emlxs_download.c | 98 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_50/usr/src/cmd/tsol/demo/ |
H A D | clonebylabel.sh | 41 image=$2 63 echo Cloning $zonename from $image ... 71 /usr/sbin/zfs clone $image zone/$zonename
|
/titanic_50/usr/src/uts/intel/io/drm/ |
H A D | radeon_state.c | 1707 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_50/usr/src/cmd/file/ |
H A D | magic | 100 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_50/usr/src/tools/elfextract/ |
H A D | elfextract.c | 44 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_50/usr/src/tools/mbh_patch/ |
H A D | mbh_patch.c | 44 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_50/usr/src/cmd/mailx/ |
H A D | names.c | 233 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_50/usr/src/grub/grub-0.97/docs/ |
H A D | multiboot.texi | 166 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 D | multiboot.info | 125 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_50/usr/src/cmd/luxadm/ |
H A D | qlgcupdate.c | 1366 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_50/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_upgrade.c | 109 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_50/usr/src/uts/common/sys/ |
H A D | font.h | 46 unsigned char *image; member
|
H A D | fbio.h | 209 char *image; /* cursor image bits */ member 221 caddr32_t image; /* cursor image bits */ member
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | TODO | 21 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_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fw.h | 61 uint8_t *image; member
|
/titanic_50/usr/src/cmd/mailx/hdr/ |
H A D | glob.h | 75 extern int image; /* File descriptor for image of msg */
|