Lines Matching refs:voistat
68 struct voistat { struct
153 struct voistat *vs, struct sb_iter_ctx *ctx);
1227 struct voistat *tmpstat;
1273 (newvoistatmaxid + 1) * sizeof(struct voistat);
1280 sizeof(struct voistat);
1359 (vss[i].stype * sizeof(struct voistat)));
1424 struct voistat *vs;
1434 vs = BLOB_OFFSET(sb, v->stats_off + (stype * sizeof(struct voistat)));
1488 struct voistat *tmpvoistat, *voistat_array;
1493 KASSERT(newvoistatbytes % sizeof(struct voistat) == 0,
1497 (newvoistatbytes % sizeof(struct voistat) == 0)) ? 0 : EINVAL;
1534 idxnewvoistats = (newvoistatbytes / sizeof(struct voistat)) - 1;
1561 sizeof(struct voistat);
1588 struct voistat *vs;
1616 vs = &((struct voistat *)BLOB_OFFSET(sb,
2037 struct voistat *vs, struct sb_iter_ctx *ctx)
2097 stats_v1_itercb_tostr_json(struct statsblobv1 *sb, struct voi *v, struct voistat *vs,
2207 stats_v1_itercb_tostr(struct statsblobv1 *sb, struct voi *v, struct voistat *vs,
2260 struct voistat *vs, struct sb_iter_ctx *ctx)
2301 struct voistat *vs, struct sb_iter_ctx *ctx __unused)
2502 struct voistatdata *voival, struct voistat *vs, void *vsd)
2586 struct voistatdata *voival, struct voistat *vs, void *vsd)
2670 struct voistatdata *voival, struct voistat *vs, void *vsd)
2723 struct voistat *vs, struct voistatdata_hist *hist)
3448 struct voistat *vs, struct voistatdata_tdgst *tdgst)
3527 struct voistat *vs;
3599 vs = &((struct voistat *)BLOB_OFFSET(sb, v->stats_off))[i];