Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_stats.c977 if (tpl_id < 0 || tpl_id >= (int)ntpl) {
991 int i, tpl_id; local
993 tpl_id = -ESRCH;
1002 tpl_id = i;
1006 tpl_id = i;
1012 return (tpl_id);
1151 int tpl_id; local
1196 tpl_id = ntpl++;
1207 tpl_id = -ENOMEM;
1211 return (tpl_id);
[all …]
/f-stack/freebsd/sys/
H A Dstats.h714 int stats_v1_tpl_add_voistats(uint32_t tpl_id, int32_t voi_id,
717 int stats_v1_blob_init(struct statsblobv1 *sb, uint32_t tpl_id, uint32_t flags);
718 struct statsblobv1 * stats_v1_blob_alloc(uint32_t tpl_id, uint32_t flags);
754 int stats_tpl_fetch(int tpl_id, struct statsblob_tpl **tpl);
756 int stats_tpl_id2name(uint32_t tpl_id, char *buf, size_t len);
783 stats_tpl_add_voistats(uint32_t tpl_id, int32_t voi_id, const char *voi_name, in stats_tpl_add_voistats() argument
790 ret = stats_v1_tpl_add_voistats(tpl_id, voi_id, 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() argument
802 return (stats_v1_blob_init((struct statsblobv1 *)sb, tpl_id, flags)); in stats_blob_init()
806 stats_blob_alloc(uint32_t tpl_id, uint32_t flags) in stats_blob_alloc() argument
[all …]