Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_stats.c2256 struct sb_visit sbv; local
2260 sbv.tplhash = sb->tplhash;
2261 sbv.voi_id = v->id;
2262 sbv.voi_dtype = v->dtype;
2263 sbv.vs_stype = vs->stype;
2264 sbv.vs_dtype = vs->dtype;
2265 sbv.vs_dsz = vs->dsz;
2266 sbv.vs_data = BLOB_OFFSET(sb, vs->data_off);
2267 sbv.vs_errs = vs->errs;
2268 sbv.flags = ctx->flags & (SB_IT_FIRST_CB | SB_IT_LAST_CB |
[all …]
/f-stack/freebsd/sys/
H A Dstats.h710 typedef int (*stats_blob_visitcb_t)(struct sb_visit *sbv, void *usrctx);