Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_stats.c133 void *usrctx; /* Caller supplied context. */ member
148 void *usrctx; member
1585 void *usrctx, uint32_t flags)
2284 void *usrctx)
/freebsd/sys/sys/
H A Dstats.h827 stats_blob_visit(struct statsblob *sb, stats_blob_visitcb_t func, void *usrctx) in stats_blob_visit()