Home
last modified time | relevance | path

Searched defs: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)
2277 void *usrctx)
/f-stack/freebsd/sys/
H A Dstats.h829 stats_blob_visit(struct statsblob *sb, stats_blob_visitcb_t func, void *usrctx) in stats_blob_visit()