Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_stats.c965 stats_tpl_fetch(int tpl_id, struct statsblob_tpl **tpl)
986 int i, tpl_id; local
1011 stats_tpl_id2name(uint32_t tpl_id, char *buf, size_t len)
1158 int tpl_id; local
1222 stats_v1_tpl_add_voistats(uint32_t tpl_id, int32_t voi_id, const char *voi_name,
1385 stats_v1_blob_alloc(uint32_t tpl_id, uint32_t flags __unused)
1445 stats_v1_blob_init(struct statsblobv1 *sb, uint32_t tpl_id, uint32_t flags)
1463 stats_v1_blob_init_locked(struct statsblobv1 *sb, uint32_t tpl_id,
/freebsd/sys/sys/
H A Dstats.h781 stats_tpl_add_voistats(uint32_t tpl_id, int32_t voi_id, const char *voi_name, in stats_tpl_add_voistats()
797 stats_blob_init(struct statsblob *sb, uint32_t tpl_id, uint32_t flags) in stats_blob_init()
804 stats_blob_alloc(uint32_t tpl_id, uint32_t flags) in stats_blob_alloc()