Searched defs:image_ptr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbscv_impl.h254 int image_ptr; /* ptr to next byte in image buffer */ member in struct:__anon7050
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c387 uint8_t *image_ptr; local
404 image_ptr = (uint8_t *)buffer + file->image_offset;
457 BE_SWAP32_BCOPY(image_ptr, payload, count);
459 image_ptr += count;
1776 uint8_t *image_ptr; local
1791 image_ptr = (uint8_t *)buffer;
1838 bcopy(image_ptr, mp->virt, xfer_size);
1900 image_ptr += xfer_size;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4568 char *image_ptr;
4700 image_ptr = skip_to (0, install_ptr);
4711 if (*image_ptr)
4715 set_device (image_ptr);
4515 char *image_ptr; local

Completed in 93 milliseconds