Lines Matching refs:vsd
761 int stats_voistatdata_tostr(const struct voistatdata *vsd,
857 struct voistatdata *vsd; in stats_voistat_fetch_s64() local
861 if ((error = stats_voistat_fetch_dptr(sb, voi_id, stype, &vs_dtype, &vsd, in stats_voistat_fetch_s64()
867 *ret = vsd->int64.s64; in stats_voistat_fetch_s64()
875 struct voistatdata *vsd; in stats_voistat_fetch_u64() local
879 if ((error = stats_voistat_fetch_dptr(sb, voi_id, stype, &vs_dtype, &vsd, in stats_voistat_fetch_u64()
885 *ret = vsd->int64.u64; in stats_voistat_fetch_u64()
893 struct voistatdata *vsd; in stats_voistat_fetch_s32() local
897 if ((error = stats_voistat_fetch_dptr(sb, voi_id, stype, &vs_dtype, &vsd, in stats_voistat_fetch_s32()
903 *ret = vsd->int32.s32; in stats_voistat_fetch_s32()
911 struct voistatdata *vsd; in stats_voistat_fetch_u32() local
915 if ((error = stats_voistat_fetch_dptr(sb, voi_id, stype, &vs_dtype, &vsd, in stats_voistat_fetch_u32()
921 *ret = vsd->int32.u32; in stats_voistat_fetch_u32()
929 struct voistatdata *vsd; in stats_voistat_fetch_slong() local
933 if ((error = stats_voistat_fetch_dptr(sb, voi_id, stype, &vs_dtype, &vsd, in stats_voistat_fetch_slong()
939 *ret = vsd->intlong.slong; in stats_voistat_fetch_slong()
947 struct voistatdata *vsd; in stats_voistat_fetch_ulong() local
951 if ((error = stats_voistat_fetch_dptr(sb, voi_id, stype, &vs_dtype, &vsd, in stats_voistat_fetch_ulong()
957 *ret = vsd->intlong.ulong; in stats_voistat_fetch_ulong()