Home
last modified time | relevance | path

Searched refs:image_ptr (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dbscv_impl.h254 int image_ptr; /* ptr to next byte in image buffer */ member
/titanic_41/usr/src/uts/common/io/
H A Dbscv.c4808 ssp->image_ptr = 0; in bscv_prog_receive_image()
4811 if ((ssp->image_ptr + prog->size) > max_size) { in bscv_prog_receive_image()
4814 (ssp->image_ptr + prog->size), max_size); in bscv_prog_receive_image()
4817 bcopy(prog->data, &imagep[ssp->image_ptr], prog->size); in bscv_prog_receive_image()
4818 ssp->image_ptr += prog->size; in bscv_prog_receive_image()
4836 if (size != (ssp->image_ptr - 4)) { in bscv_prog_receive_image()
4839 size, (ssp->image_ptr - 1)); in bscv_prog_receive_image()
4844 imagep + 4, ssp->image_ptr - 4, loadaddr); in bscv_prog_receive_image()
4851 } else if ((ssp->image_ptr < sizeof (*prog_data)) || in bscv_prog_receive_image()
4853 (ssp->image_ptr - sizeof (*prog_data)))) { in bscv_prog_receive_image()
[all …]
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c387 uint8_t *image_ptr; in emlxs_be_flash_image() local
404 image_ptr = (uint8_t *)buffer + file->image_offset; in emlxs_be_flash_image()
457 BE_SWAP32_BCOPY(image_ptr, payload, count); in emlxs_be_flash_image()
459 image_ptr += count; in emlxs_be_flash_image()
1776 uint8_t *image_ptr; in emlxs_obj_flash_image() local
1791 image_ptr = (uint8_t *)buffer; in emlxs_obj_flash_image()
1838 bcopy(image_ptr, mp->virt, xfer_size); in emlxs_obj_flash_image()
1900 image_ptr += xfer_size; in emlxs_obj_flash_image()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4459 char *image_ptr; in setup_func() local
4591 image_ptr = skip_to (0, install_ptr); in setup_func()
4602 if (*image_ptr) in setup_func()
4606 set_device (image_ptr); in setup_func()