Searched defs:fw_image (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c760 char *fw_index, *fw_image = NULL; local
778 fw_image = (char *)kmem_alloc(fw_size, KM_SLEEP);
779 if (fw_image == NULL) {
786 (void) memcpy(fw_image, fw_index, fw_size);
787 fw_index = fw_image;
837 if (fw_image != NULL)
838 kmem_free(fw_image, fw_size);
839 fw_image = fw_index = NULL;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c42 uint32_t Size, emlxs_fw_image_t *fw_image);
51 emlxs_fw_image_t *fw_image);
123 uint32_t len, emlxs_be_fw_image_t *fw_image);
125 uint32_t len, emlxs_be_fw_image_t *fw_image);
147 emlxs_fw_image_t *fw_image);
169 emlxs_fw_image_t fw_image; local
212 bzero(&fw_image, sizeof (emlxs_fw_image_t));
214 (void) strlcpy(fw_image.prog[i].label, "none",
215 sizeof (fw_image.prog[i].label));
219 if ((rval = emlxs_validate_image(hba, buffer, len, &fw_image))) {
851 emlxs_be2_validate_image(emlxs_hba_t *hba, caddr_t buffer, uint32_t len, emlxs_be_fw_image_t *fw_image) argument
1224 emlxs_be3_validate_image(emlxs_hba_t *hba, caddr_t buffer, uint32_t len, emlxs_be_fw_image_t *fw_image) argument
1600 emlxs_be_fw_image_t fw_image; local
3358 emlxs_proc_rel_2mb(emlxs_hba_t *hba, caddr_t buffer, emlxs_fw_image_t *fw_image) argument
4406 emlxs_verify_image(emlxs_hba_t *hba, emlxs_fw_image_t *fw_image) argument
5065 emlxs_start_abs_download_2mb(emlxs_hba_t *hba, caddr_t buffer, uint32_t len, uint32_t offline, emlxs_fw_image_t *fw_image) argument
[all...]

Completed in 54 milliseconds