Home
last modified time | relevance | path

Searched refs:ipp_stat_t (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/
H A Dipp.h73 typedef struct ipp_stat ipp_stat_t; typedef
161 int (*)(ipp_stat_t *, void *, int), void *, ipp_stat_t **);
162 extern void ipp_stat_install(ipp_stat_t *);
163 extern void ipp_stat_destroy(ipp_stat_t *);
164 extern int ipp_stat_named_init(ipp_stat_t *, const char *,
H A Dippconf.c133 int (*)(ipp_stat_t *, void *, int), void *, ipp_stat_t **);
134 void ipp_stat_install(ipp_stat_t *);
135 void ipp_stat_destroy(ipp_stat_t *);
136 int ipp_stat_named_init(ipp_stat_t *, const char *, uchar_t,
1605 int (*update)(ipp_stat_t *, void *, int), in ipp_stat_create() argument
1607 ipp_stat_t **spp) in ipp_stat_create()
1612 ipp_stat_t *sp; in ipp_stat_create()
1707 sp = (ipp_stat_t *)sip; in ipp_stat_create()
1719 ipp_stat_t *sp) in ipp_stat_install()
1737 ipp_stat_t *sp) in ipp_stat_destroy()
[all …]
H A Dipp_impl.h213 int (*ippsi_update)(ipp_stat_t *, void *, int);
/illumos-gate/usr/src/uts/common/ipp/dscpmk/
H A Ddscpmk_impl.h93 ipp_stat_t *stats; /* stats for this DSCP */
100 ipp_stat_t *stats; /* structure for storing stats */
H A Ddscpmkddi.c70 static int dscpmk_update_stats(ipp_stat_t *, void *, int);
74 static int dscpmk_update_det_stats(ipp_stat_t *, void *, int);
546 dscpmk_update_det_stats(ipp_stat_t *sp, void *arg, int rw) in dscpmk_update_det_stats()
566 dscpmk_update_stats(ipp_stat_t *sp, void *arg, int rw) in dscpmk_update_stats()
/illumos-gate/usr/src/uts/common/ipp/meters/
H A Dmeter_impl.h137 ipp_stat_t *stats;
187 ipp_stat_t *stats;
H A Dtswtclddi.c54 static int tswtcl_update_stats(ipp_stat_t *, void *, int);
580 tswtcl_update_stats(ipp_stat_t *sp, void *args, int rw) in tswtcl_update_stats()
H A Dtokenmtddi.c73 static int tokenmt_update_stats(ipp_stat_t *, void *, int);
767 tokenmt_update_stats(ipp_stat_t *sp, void *args, int rw) in tokenmt_update_stats()
/illumos-gate/usr/src/uts/common/ipp/dlcosmk/
H A Ddlcosmk_impl.h95 ipp_stat_t *stats; /* stats for this instance */
H A Ddlcosmkddi.c50 static int dlcosmk_update_stats(ipp_stat_t *, void *, int);
423 dlcosmk_update_stats(ipp_stat_t *sp, void *arg, int rw) in dlcosmk_update_stats()
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct_impl.h180 ipp_stat_t *stats;
H A Dflowacctddi.c53 static int update_flowacct_kstats(ipp_stat_t *, void *, int);
101 update_flowacct_kstats(ipp_stat_t *sp, void *arg, int rw) in update_flowacct_kstats()
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier-objects.h258 ipp_stat_t *cl_stats; /* kstats structure */
H A Dfilters.c71 ipp_stat_t *ipgpc_global_stats = NULL; /* global stats structure */
114 static int update_class_stats(ipp_stat_t *, void *, int);
115 static int update_global_stats(ipp_stat_t *, void *, int);
1277 ipp_stat_t *ipp_cl_stats; in class_statinit()
2655 update_global_stats(ipp_stat_t *sp, void *arg, int rw) in update_global_stats()
2673 update_class_stats(ipp_stat_t *sp, void *arg, int rw) in update_class_stats()