Home
last modified time | relevance | path

Searched refs:vps (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/fwflash/plugins/vendor/
H A Dtavor-MELLANOX.c72 struct mlx_xps *vps; in vendorvrfy() local
112 if ((vps = calloc(1, sizeof (struct mlx_xps))) == NULL) { in vendorvrfy()
119 bcopy(&firmware[sector_sz / 4], vps, sizeof (struct mlx_xps)); in vendorvrfy()
120 if ((MLXSWAPBITS32(vps->signature) != FLASH_PS_SIGNATURE) || in vendorvrfy()
121 (vps->xpsresv3 != 0)) { in vendorvrfy()
127 vp_fia = MLXSWAPBITS32(vps->fia); in vendorvrfy()
143 bcopy(vps->vsdpsid+0xd0, &rawpsid, 16); in vendorvrfy()
176 free(vps); in vendorvrfy()
194 bzero(vps, sizeof (struct mlx_xps)); in vendorvrfy()
196 bcopy(&firmware[sector_sz / 2], vps, sizeof (struct mlx_xps)); in vendorvrfy()
[all …]
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nv.c409 mdb_var_t **vps = in mdb_nv_sort_iter() local
412 if (nv->nv_nelems != 0 && vps != NULL) { in mdb_nv_sort_iter()
413 mdb_var_t *v, **vpp = vps; in mdb_nv_sort_iter()
419 qsort(vps, nv->nv_nelems, sizeof (mdb_var_t *), in mdb_nv_sort_iter()
422 for (vpp = vps, i = 0; i < nv->nv_nelems; i++) { in mdb_nv_sort_iter()
428 mdb_free(vps, nv->nv_nelems * sizeof (mdb_var_t *)); in mdb_nv_sort_iter()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev.c935 vdev_probe_stats_t *vps = zio->io_private; in vdev_probe_done() local
941 vps->vps_readable = 1; in vdev_probe_done()
945 ZIO_CHECKSUM_OFF, vdev_probe_done, vps, in vdev_probe_done()
946 ZIO_PRIORITY_SYNC_WRITE, vps->vps_flags, B_TRUE)); in vdev_probe_done()
952 vps->vps_writeable = 1; in vdev_probe_done()
957 vd->vdev_cant_read |= !vps->vps_readable; in vdev_probe_done()
958 vd->vdev_cant_write |= !vps->vps_writeable; in vdev_probe_done()
979 kmem_free(vps, sizeof (*vps)); in vdev_probe_done()
994 vdev_probe_stats_t *vps = NULL; in vdev_probe() local
1013 vps = kmem_zalloc(sizeof (*vps), KM_SLEEP); in vdev_probe()
[all …]
/titanic_41/usr/src/cmd/make/bin/
H A Dfiles.cc307 Wstring vps; in read_dir() local
318 vps.init(getvar(vpath_name)); in read_dir()
319 vpath = vps.get_string(); in read_dir()