Searched refs:image (Results 1 - 25 of 45) sorted by relevance

12

/illumos-gate/usr/src/grub/grub-0.97/util/
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 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...]
/illumos-gate/usr/src/uts/common/sys/
H A Dfont.h46 unsigned char *image; member in struct:bitmap_data
H A Dvisual_io.h99 char *image; /* cursor image bits */ member in struct:vis_cursor
H A Dfbio.h209 char *image; /* cursor image bits */ member in struct:fbcursor
221 caddr32_t image; /* cursor image bits */ member in struct:fbcursor32
442 #define FBTYPE_SUNGIFB 15 /* medical image */
H A Dbscv_impl.h254 int image_ptr; /* ptr to next byte in image buffer */
256 uint8_t *image; /* ptr to image buffer for */ member in struct:__anon7050
/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/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fw.c93 /* Validate requested fw image */
101 /* Return image data and size */
102 fw->image = fw_table->image;
109 fw->image = NULL;
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 */
199 /* Perform a 32 bit swap of the image */
218 /* Validate image */
223 /* Verify image */
226 /* Get image type */
235 /* Check for absolute image */
454 /* Copy remaining image into payload */
476 "%s: Unable to download image
2371 emlxs_dump_image_header(emlxs_hba_t *hba, PIMAGE_HDR image) argument
4564 emlxs_validate_image(emlxs_hba_t *hba, caddr_t Buffer, uint32_t Size, emlxs_fw_image_t *image) argument
[all...]
/illumos-gate/usr/src/lib/libdll/common/
H A Ddlfcn.c326 NSImage image; member in struct:Dll_s
339 static const char e_static[] = T("image statically linked");
367 NSObjectFileImage image; local
390 switch (NSCreateObjectFileImageFromFile(path, &image))
393 dll->module = NSLinkModule(image, path, (mode & RTLD_LAZY) ? 0 : NSLINKMODULE_OPTION_BINDNOW);
394 NSDestroyObjectFileImage(image);
402 dll->image = NSAddImage(path, 0);
403 if (!dll->image)
448 else if (dll->image)
450 if (!NSIsSymbolNameDefinedInImage(dll->image, nam
[all...]
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dbegin.c199 elf_memory(char *image, size_t sz) argument
220 elf->ed_image = elf->ed_ident = image;
223 elf->ed_class = image[EI_CLASS];
224 elf->ed_encode = image[EI_DATA];
225 if ((elf->ed_version = image[EI_VERSION]) == 0)
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; local
[all...]
H A Dupdate.c462 char *image; local
477 * manipulate the resulting image. It is expected that the linker
478 * will call elf_swap_wrimage() if necessary to convert the image
506 if ((image = _elf_outmap(elf->ed_fd, outsz, &flag)) == 0)
537 dst.d_buf = (Elf_Void *)image;
562 dst.d_buf = (Elf_Void *)(image + eh->e_phoff);
583 char *start = image + sh->sh_offset;
653 * image.
671 (void) memset(image + hi, byte, sz);
676 dst.d_buf = (Elf_Void *)(image
[all...]
/illumos-gate/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);
237 if (image == MAP_FAILED) {
/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))
191 image = mmap(NULL, 8192, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0);
192 if (image == MAP_FAILED) {
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_state.c1707 drm_radeon_tex_image_t *image, int mode)
1732 * part of the texture image may be corrupted.
1749 blit_width = image->width * 4;
1759 blit_width = image->width * 2;
1765 blit_width = image->width * 1;
1772 if (spitch == 0 && image->height > 1)
1781 image->x *= 2;
1791 image->x, image->y, image
1705 radeon_cp_dispatch_texture(drm_file_t *fpriv, drm_device_t *dev, drm_radeon_texture_t *tex, drm_radeon_tex_image_t *image, int mode) argument
2531 drm_radeon_tex_image_t image; local
[all...]
H A Dradeon_io32.h102 uint32_t image; member in struct:drm_radeon_texture_32
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h75 extern int image; /* File descriptor for image of msg */
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fw.h38 #define EMLXS_FW_IMAGE_DEF /* Causes the firmware image to be */
44 /* Unique id for each firmware image */
56 /* Firmware image descriptor */
61 uint8_t *image; member in struct:emlxs_firmware
/illumos-gate/usr/src/cmd/mailx/
H A Dnames.c233 if (image < 0) {
249 image = open(tempEdit, O_RDWR);
251 if (image < 0) {
271 * Now either copy "image" to the desired file
285 dup(image);
286 close(image);
308 fin = Fdopen(image, "r");
311 gettext("Can't reopen image\n"));
364 if (image >= 0) {
365 close(image);
[all...]
H A Dinit.c83 int image; /* File descriptor for image of msg */ variable
/illumos-gate/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);
308 memcpy(to, &image[from], size);
417 printf("usage: [-b <userboot shared object>] [-d <disk image path>] [-h <host filesystem path>\n");
461 image = malloc(image_size);
465 err(1, "Can't open disk image '%s'", disk_image);
/illumos-gate/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; local
1381 if ((image = (uchar_t *)calloc(image_size, 1)) == NULL) {
1387 /* Read the fcode image file */
1389 read(fcode_fd, image, image_size);
1401 /* Search entire image for pattern string */
1404 byte1 = image[i++];
1405 byte2 = image[i++];
1460 /* Search entire 32bit endian image fo
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c110 char *image; local
149 image = mmap(NULL, 8192, PROT_READ, MAP_SHARED, fd, 0);
151 INJECT_ERROR1("GET_CAP_MMAP", image = MAP_FAILED);
152 if (image == MAP_FAILED) {
158 ident = (uchar_t *)image;
179 mbh = (void *)(image + m);
186 (void) munmap(image, 8192);
/illumos-gate/usr/src/cmd/fwflash/plugins/hdrs/
H A Dhermon_ib.h56 * firmware image. It consists of a series of consecutive data tags.
96 * Provides the major, minor and sub-minor versions of the firmware image.
112 * Provides the data and time of the firmware image build.
245 uint32_t *fw; /* this where image is read to */
247 uint32_t fw_sz; /* FW image size */
266 uint16_t cnx_crc16(uint8_t *image, uint32_t size, int is_image);
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c60 static EFI_HANDLE *image; variable
322 * load_loader attempts to load the loader image data.
410 if ((status = bs->LoadImage(TRUE, image, devpath_last(dev->devpath),
412 printf("Failed to load image provided by %s, size: %zu, (%lu)\n",
445 printf("Failed to start image provided by %s (%lu)\n",
580 image = Ximage;
657 /* Determine the devpath of our image so we can prefer it. */
658 status = bs->HandleProtocol(image, &LoadedImageGUID, (VOID**)&img);
664 DPRINTF("Failed to get image DevicePath (%lu)\n",

Completed in 97 milliseconds

12