Lines Matching refs:image

4271  *		  bscv_prog_image - download a complete image to the lom.
4273 * complete image.
4291 * loader, then for main image.
4328 if (ssp->image == NULL) {
4329 ssp->image = (uint8_t *)kmem_zalloc(
4333 ssp->image, BSC_IMAGE_MAX_SIZE);
4352 * should be downloading the actual image at this point.
4353 * Conversely, it is an error to download an image when the loader is
4355 * is_image2 TRUE means the image is being downloaded.
4359 cmn_err(CE_WARN, "Attempt to download loader image "
4360 "with loader image already active");
4365 cmn_err(CE_WARN, "Attempt to download firmware image "
4366 "without loader image active");
4483 /* set PSIZ to full size of image to be programmed */
4512 ", base 0x%x, size 0x%x, %s image",
4634 "could not setup page address 0x%x, %s image",
4652 " attempt %d, index 0x%x, checksum 0x%x, %s image",
4658 " checksum 0x%x, %s image", retval, index, checksum,
4695 "image 0x%x, imagep %p, size 0x%x",
4701 * downloading the image.
4712 ", %s image", retval, is_image2 ? "main" : "loader");
4719 * Only issue an erase if we are downloading the image. The loader
4760 * the image (which may or may not have been successful).
4768 cmn_err(CE_WARN, "programming error 0x%x, %s image",
4802 * We want to get the whole image and then do the download.
4807 /* Starting a new image */
4813 "lom image exceeded maximum size: got 0x%x, maximum 0x%x",
4824 * OK we have the whole image so synch up and start download.
4829 /* Take care image may not fill all of structure */
4848 * the other image.
4854 /* Image too small for new style image */
4855 cmn_err(CE_WARN, "image too small");
4858 /* New style programming image */
4928 if (ssp->image != NULL) {
4929 kmem_free((void *)ssp->image, BSC_IMAGE_MAX_SIZE);
4930 ssp->image = NULL;
5154 if (ssp->image != NULL) {
5155 kmem_free((void *)ssp->image, BSC_IMAGE_MAX_SIZE);