Home
last modified time | relevance | path

Searched refs:sbv (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_stats.c2263 struct sb_visit sbv; local
2267 sbv.tplhash = sb->tplhash;
2268 sbv.voi_id = v->id;
2269 sbv.voi_dtype = v->dtype;
2270 sbv.vs_stype = vs->stype;
2271 sbv.vs_dtype = vs->dtype;
2272 sbv.vs_dsz = vs->dsz;
2273 sbv.vs_data = BLOB_OFFSET(sb, vs->data_off);
2274 sbv.vs_errs = vs->errs;
2275 sbv.flags = ctx->flags & (SB_IT_FIRST_CB | SB_IT_LAST_CB |
[all …]
/freebsd/sys/sys/
H A Dstats.h708 typedef int (*stats_blob_visitcb_t)(struct sb_visit *sbv, void *usrctx);