Lines Matching refs:sbv
2263 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 |
2279 return (vctx->cb(&sbv, vctx->usrctx));