Searched refs:fcode_ver_buf (Results 1 – 2 of 2) sorted by relevance
308 caddr_t fcode_ver_buf = NULL; in ql_populate_hba_fru_details() local314 (caddr_t)&fcode_ver_buf, (int32_t *)&i); in ql_populate_hba_fru_details()319 (rval == DDI_PROP_SUCCESS ? fcode_ver_buf : in ql_populate_hba_fru_details()322 if (fcode_ver_buf != NULL) { in ql_populate_hba_fru_details()323 kmem_free(fcode_ver_buf, (size_t)i); in ql_populate_hba_fru_details()
4064 caddr_t fcode_ver_buf = NULL; in ql_port_manage() local4070 (caddr_t)&fcode_ver_buf, &i0); in ql_port_manage()4076 fcode_ver_buf = kmem_alloc(length, KM_SLEEP); in ql_port_manage()4077 if (fcode_ver_buf != NULL) { in ql_port_manage()4078 (void) sprintf(fcode_ver_buf, in ql_port_manage()4088 } else if (fcode_ver_buf != NULL) { in ql_port_manage()4089 bcopy((void *)fcode_ver_buf, (void *)cmd->pm_data_buf, in ql_port_manage()4093 if (fcode_ver_buf != NULL) { in ql_port_manage()4094 kmem_free(fcode_ver_buf, length); in ql_port_manage()