Searched defs:tpl_id (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_stats.c | 970 stats_tpl_fetch(int tpl_id, struct statsblob_tpl **tpl) 991 int i, tpl_id; local 1016 stats_tpl_id2name(uint32_t tpl_id, char *buf, size_t len) 1151 int tpl_id; local 1215 stats_v1_tpl_add_voistats(uint32_t tpl_id, int32_t voi_id, const char *voi_name, 1378 stats_v1_blob_alloc(uint32_t tpl_id, uint32_t flags __unused) 1438 stats_v1_blob_init(struct statsblobv1 *sb, uint32_t tpl_id, uint32_t flags) 1456 stats_v1_blob_init_locked(struct statsblobv1 *sb, uint32_t tpl_id,
|
| /f-stack/freebsd/sys/ |
| H A D | stats.h | 783 stats_tpl_add_voistats(uint32_t tpl_id, int32_t voi_id, const char *voi_name, in stats_tpl_add_voistats() 799 stats_blob_init(struct statsblob *sb, uint32_t tpl_id, uint32_t flags) in stats_blob_init() 806 stats_blob_alloc(uint32_t tpl_id, uint32_t flags) in stats_blob_alloc()
|