Searched defs:image (Results 1 - 25 of 27) sorted by relevance

12

/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 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
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 */
/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/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/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/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/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/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/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",
/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c83 int image; /* File descriptor for image of msg */ variable
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c114 logmsg(MSG_INFO, "hermon: fw_identify should have read the image. "
120 "image on device (%s)\n"), flashdev->access_devname);
136 * image verification load operation.
157 * the part number in the firmware image matches that in the HCA,
165 "that this firmware image (%s) is compatible with your "
192 * For Failsafe firmware image update, if the current image (i.e.
194 * location, burn the new image to the Secondary location first,
203 * If we find that current image location is not found, no worries
225 logmsg(MSG_INFO, "hermon: fw_write: UPDATING %s image\
1199 cnx_crc16(uint8_t *image, uint32_t size, int is_image) argument
[all...]
H A Dtavor.c48 * 4. data in image files is in network byteorder form.
49 * 5. data in image structures in memory is kept in network byteorder.
101 static uint16_t crc16(uint8_t *image, uint32_t size);
345 * image verification load operation.
362 * iinv/ipps/isps are in the on-disk firmware image that
375 * new image to a vacant region on the Flash, and erasing the
376 * old image only after the new image is successfully burnt.
378 * image on the Flash at all times. Thus, in case a firmware
379 * image programmin
1907 crc16(uint8_t *image, uint32_t size) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c294 /* copyout the firmware sector image data */
432 /* copy in fw sector image data */
1579 uint32_t *image; local
1584 image = (uint32_t *)&state->ts_fw_sector[0];
1598 image[i] = tavor_flash_read(state, addr);
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_io32.h102 uint32_t image; member in struct:drm_radeon_texture_32
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...]
/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/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c300 /* copyout the firmware sector image data */
414 /* copy in fw sector image data */
1491 uint32_t *image; local
1494 image = (uint32_t *)&state->hs_fw_sector[0];
1509 image[i] = hermon_flash_read(state, addr, &status);
/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/uts/i86pc/dboot/
H A Ddboot_startkern.c68 * regular kernel execution. Its task is to setup the kernel memory image
113 * mfn_base is the start of the hypervisor virtual image. It's ONE_GIG, so
810 * Generate a SHA-1 hash of the first len bytes of image, and compare it with
819 const void *image; local
827 image = (const void *)(uintptr_t)modules[midx].bm_addr;
833 SHA1Update(&ctx, image, len);
1672 dboot_panic("failed to parse kernel ELF image, rebooting");
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c311 * Display an rectangular image on the frame buffer using the
1347 * This function is used to blit a rectangular color image,
1358 tem_safe_image_display(struct tem_vt_state *tem, uchar_t *image, argument
1367 da.data = image;
2018 f->image_data = font_selected->image;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c636 mkisofs(const char *image_dir, const char *image) argument
651 WBCGI_MKISOFS_PATH, image, image_dir)) < 0 ||
668 if (!WBCGI_FILE_EXISTS(image, sbuf)) {
669 print_status(500, "(mksiofs: failed to create image)");
1562 print_status(500, "(root filesystem image missing)");
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
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...]

Completed in 224 milliseconds

12