Symbol: QL_24XX_VPD_SIZE
usr/src/uts/common/io/comstar/port/qlt/qlt.c
1531
uint8_t *end = vpdbuf + QL_24XX_VPD_SIZE;
usr/src/uts/common/io/comstar/port/qlt/qlt.c
1625
if (vpd+len > vpdbuf + QL_24XX_VPD_SIZE) {
usr/src/uts/common/io/comstar/port/qlt/qlt.c
405
qlt->vpd = (uint32_t *)kmem_zalloc(QL_24XX_VPD_SIZE, KM_SLEEP);
usr/src/uts/common/io/comstar/port/qlt/qlt.c
4683
for (index = 0; index < QL_24XX_VPD_SIZE / 4; index++) {
usr/src/uts/common/io/comstar/port/qlt/qlt.c
924
kmem_free(qlt->vpd, QL_24XX_VPD_SIZE);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
2200
kmem_free(ha->vcache, QL_24XX_VPD_SIZE);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
1161
vpd_size = QL_24XX_VPD_SIZE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
1287
vpd_size = QL_24XX_VPD_SIZE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
1372
uint8_t *end = vpdbuf + QL_24XX_VPD_SIZE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
1462
if ((vpdbuf = (uint8_t *)kmem_zalloc(QL_24XX_VPD_SIZE,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
1469
kmem_free(vpdbuf, QL_24XX_VPD_SIZE);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
1497
if (vpd + len > vpdbuf + QL_24XX_VPD_SIZE) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
1525
kmem_free(vpdbuf, QL_24XX_VPD_SIZE);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
2353
if (dop->length < QL_24XX_VPD_SIZE) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
2355
QL_24XX_VPD_SIZE);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
2396
if (dop->length < QL_24XX_VPD_SIZE) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_ioctl.c
2398
QL_24XX_VPD_SIZE);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
3038
if (cmd->RequestLen < QL_24XX_VPD_SIZE) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
3040
cmd->DetailStatus = QL_24XX_VPD_SIZE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
3084
if (cmd->ResponseLen < QL_24XX_VPD_SIZE) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
3086
cmd->DetailStatus = QL_24XX_VPD_SIZE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
7061
kmem_free(ha2->vcache, QL_24XX_VPD_SIZE);