Searched refs:vcache (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_ioctl.c | 1242 } else if ((ha->vcache == NULL) && ((ha->vcache = in ql_vpd_load() 1245 } else if (ddi_copyin(bp, ha->vcache, vpd_size, mode) != 0) { in ql_vpd_load() 1247 kmem_free(ha->vcache, vpd_size); in ql_vpd_load() 1248 ha->vcache = NULL; in ql_vpd_load() 1297 if (ha->vcache != NULL) { in ql_vpd_dump() 1299 if (ddi_copyout(ha->vcache, bp, vpd_size, mode) != 0) { in ql_vpd_dump() 1354 ha->vcache = vpd; in ql_vpd_dump()
|
H A D | ql_xioctl.c | 6717 if (ha2->vcache != NULL) { in ql_update_flash_caches() 6718 kmem_free(ha2->vcache, QL_24XX_VPD_SIZE); in ql_update_flash_caches() 6719 ha2->vcache = NULL; in ql_update_flash_caches()
|
H A D | ql_api.c | 1938 if (ha->vcache != NULL) { in ql_detach() 1939 kmem_free(ha->vcache, QL_24XX_VPD_SIZE); in ql_detach()
|
/titanic_44/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 2049 version_def(Verdef *vdf, Word vdf_num, Cache *vcache, Cache *scache, in version_def() argument 2068 name = string(vcache, cnt, scache, file, vdap->vda_name); in version_def() 2071 dep = string(vcache, cnt, scache, file, vdap->vda_name); in version_def() 2088 dep = string(vcache, cnt, scache, file, in version_def() 2133 version_need(Verneed *vnd, Word vnd_num, Cache *vcache, Cache *scache, in version_need() argument 2155 name = string(vcache, cnt, scache, file, vnd->vn_file); in version_need() 2157 dep = string(vcache, cnt, scache, file, vnap->vna_name); in version_need() 2182 dep = string(vcache, cnt, scache, file, in version_need()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 1587 int8_t *vcache; member
|