Symbol: mlx_xps
usr/src/cmd/fwflash/plugins/transport/common/tavor.c
107
uint32_t sectsz, struct mlx_xps *newxps);
usr/src/cmd/fwflash/plugins/transport/common/tavor.c
126
struct mlx_xps *lpps;
usr/src/cmd/fwflash/plugins/transport/common/tavor.c
127
struct mlx_xps *lsps;
usr/src/cmd/fwflash/plugins/transport/common/tavor.c
142
lpps = (struct mlx_xps *)(uintptr_t)manuf->pps;
usr/src/cmd/fwflash/plugins/transport/common/tavor.c
143
lsps = (struct mlx_xps *)(uintptr_t)manuf->sps;
usr/src/cmd/fwflash/plugins/transport/common/tavor.c
1731
struct mlx_xps *newxps)
usr/src/cmd/fwflash/plugins/transport/common/tavor.c
356
struct mlx_xps *ipps, *lpps;
usr/src/cmd/fwflash/plugins/transport/common/tavor.c
357
struct mlx_xps *isps, *lsps;
usr/src/cmd/fwflash/plugins/transport/common/tavor.c
461
lpps = (struct mlx_xps *)(uintptr_t)manuf->pps;
usr/src/cmd/fwflash/plugins/transport/common/tavor.c
462
lsps = (struct mlx_xps *)(uintptr_t)manuf->sps;
usr/src/cmd/fwflash/plugins/transport/common/tavor.c
465
ipps = (struct mlx_xps *)&verifier->fwimage[sectsz/4];
usr/src/cmd/fwflash/plugins/transport/common/tavor.c
466
isps = (struct mlx_xps *)&verifier->fwimage[sectsz/2];
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
112
if ((vps = calloc(1, sizeof (struct mlx_xps))) == NULL) {
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
119
bcopy(&firmware[sector_sz / 4], vps, sizeof (struct mlx_xps));
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
194
bzero(vps, sizeof (struct mlx_xps));
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
196
bcopy(&firmware[sector_sz / 2], vps, sizeof (struct mlx_xps));
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
72
struct mlx_xps *vps;