Searched refs:ipp_stat_t (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/uts/common/ipp/ |
H A D | ipp.h | 75 typedef struct ipp_stat ipp_stat_t; typedef 163 int (*)(ipp_stat_t *, void *, int), void *, ipp_stat_t **); 164 extern void ipp_stat_install(ipp_stat_t *); 165 extern void ipp_stat_destroy(ipp_stat_t *); 166 extern int ipp_stat_named_init(ipp_stat_t *, const char *,
|
H A D | ippconf.c | 133 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 D | ipp_impl.h | 215 int (*ippsi_update)(ipp_stat_t *, void *, int);
|
/titanic_44/usr/src/uts/common/ipp/dscpmk/ |
H A D | dscpmk_impl.h | 95 ipp_stat_t *stats; /* stats for this DSCP */ 102 ipp_stat_t *stats; /* structure for storing stats */
|
H A D | dscpmkddi.c | 70 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()
|
/titanic_44/usr/src/uts/common/ipp/meters/ |
H A D | meter_impl.h | 139 ipp_stat_t *stats; 189 ipp_stat_t *stats;
|
H A D | tswtclddi.c | 54 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 D | tokenmtddi.c | 73 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()
|
/titanic_44/usr/src/uts/common/ipp/dlcosmk/ |
H A D | dlcosmk_impl.h | 97 ipp_stat_t *stats; /* stats for this instance */
|
H A D | dlcosmkddi.c | 50 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()
|
/titanic_44/usr/src/uts/common/ipp/flowacct/ |
H A D | flowacct_impl.h | 182 ipp_stat_t *stats;
|
H A D | flowacctddi.c | 55 static int update_flowacct_kstats(ipp_stat_t *, void *, int); 103 update_flowacct_kstats(ipp_stat_t *sp, void *arg, int rw) in update_flowacct_kstats()
|
/titanic_44/usr/src/uts/common/ipp/ipgpc/ |
H A D | classifier-objects.h | 258 ipp_stat_t *cl_stats; /* kstats structure */
|
H A D | filters.c | 71 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()
|