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.c1237 /* Update the vcache */
1242 } else if ((ha->vcache == NULL) && ((ha->vcache =
1245 } else if (ddi_copyin(bp, ha->vcache, vpd_size, mode) != 0) {
1247 kmem_free(ha->vcache, vpd_size);
1248 ha->vcache = NULL;
1297 if (ha->vcache != NULL) {
1299 if (ddi_copyout(ha->vcache, bp, vpd_size, mode) != 0) {
1354 ha->vcache = vpd;
H A Dql_xioctl.c6717 if (ha2->vcache != NULL) {
6718 kmem_free(ha2->vcache, QL_24XX_VPD_SIZE);
6719 ha2->vcache = NULL;
H A Dql_api.c1938 if (ha->vcache != NULL) {
1939 kmem_free(ha->vcache, QL_24XX_VPD_SIZE);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2071 version_def(Verdef *vdf, Word vdf_num, Cache *vcache, Cache *scache, argument
2090 name = string(vcache, cnt, scache, file, vdap->vda_name);
2093 dep = string(vcache, cnt, scache, file, vdap->vda_name);
2110 dep = string(vcache, cnt, scache, file,
2124 * vcache - Cache of verneed section being processed
2155 version_need(Verneed *vnd, Word vnd_num, Cache *vcache, Cache *scache, argument
2177 name = string(vcache, cnt, scache, file, vnd->vn_file);
2179 dep = string(vcache, cnt, scache, file, vnap->vna_name);
2204 dep = string(vcache, cnt, scache, file,
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1587 int8_t *vcache; member in struct:ql_adapter_state

Completed in 133 milliseconds