Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_stats.c138 void *usrctx; /* Caller supplied context. */ member
153 void *usrctx; member
1578 void *usrctx, uint32_t flags) argument
1585 ctx.usrctx = usrctx;
2038 sctx = ctx->usrctx;
2100 sctx = ctx->usrctx;
2205 sctx = ctx->usrctx;
2258 vctx = ctx->usrctx;
2272 return (vctx->cb(&sbv, vctx->usrctx));
2277 void *usrctx) argument
[all …]
/f-stack/freebsd/sys/
H A Dstats.h710 typedef int (*stats_blob_visitcb_t)(struct sb_visit *sbv, void *usrctx);
733 void *usrctx);
829 stats_blob_visit(struct statsblob *sb, stats_blob_visitcb_t func, void *usrctx) in stats_blob_visit() argument
832 return (stats_v1_blob_visit((struct statsblobv1 *)sb, func, usrctx)); in stats_blob_visit()