Home
last modified time | relevance | path

Searched refs:vcache (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c1238 } else if ((ha->vcache == NULL) && ((ha->vcache = in ql_vpd_load()
1241 } else if (ddi_copyin(bp, ha->vcache, vpd_size, mode) != 0) { in ql_vpd_load()
1243 kmem_free(ha->vcache, vpd_size); in ql_vpd_load()
1244 ha->vcache = NULL; in ql_vpd_load()
1289 if (ha->vcache != NULL) { in ql_vpd_dump()
1291 if (ddi_copyout(ha->vcache, bp, vpd_size, mode) != 0) { in ql_vpd_dump()
1341 ha->vcache = vpd; in ql_vpd_dump()
H A Dql_xioctl.c7060 if (ha2->vcache != NULL) { in ql_update_flash_caches()
7061 kmem_free(ha2->vcache, QL_24XX_VPD_SIZE); in ql_update_flash_caches()
7062 ha2->vcache = NULL; in ql_update_flash_caches()
H A Dql_api.c2199 if (ha->vcache != NULL) { in ql_detach()
2200 kmem_free(ha->vcache, QL_24XX_VPD_SIZE); in ql_detach()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2124 version_def(Verdef *vdf, Word vdf_num, Cache *vcache, Cache *scache, in version_def() argument
2143 name = string(vcache, cnt, scache, file, vdap->vda_name); in version_def()
2146 dep = string(vcache, cnt, scache, file, vdap->vda_name); in version_def()
2163 dep = string(vcache, cnt, scache, file, in version_def()
2208 version_need(Verneed *vnd, Word vnd_num, Cache *vcache, Cache *scache, in version_need() argument
2230 name = string(vcache, cnt, scache, file, vnd->vn_file); in version_need()
2232 dep = string(vcache, cnt, scache, file, vnap->vna_name); in version_need()
2257 dep = string(vcache, cnt, scache, file, in version_need()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1835 int8_t *vcache; member