Searched defs:kstat (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | kstat.h | 68 typedef struct kstat { struct 73 struct kstat *ks_next; /* kstat chain linkage */ argument 74 kid_t ks_kid; /* unique kstat ID */ argument 78 char ks_name[KSTAT_STRLEN]; /* kstat name */ argument 79 uchar_t ks_type; /* kstat data type */ argument 80 char ks_class[KSTAT_STRLEN]; /* kstat class */ argument 81 uchar_t ks_flags; /* kstat flags */ argument 82 void *ks_data; /* kstat type-specific data */ argument 84 size_t ks_data_size; /* total size of kstat data section */ argument 89 int (*ks_update)(struct kstat *, int); /* dynamic update */ argument [all …]
|
/titanic_41/usr/src/uts/common/io/dls/ |
H A D | dls_stat.c | 106 zoneid_t zoneid, int (*update)(struct kstat *, int), void *private, in dls_stat_create() argument
|
/titanic_41/usr/src/uts/common/io/i40e/ |
H A D | i40e_stats.c | 110 i40e_stat_get_uint48(i40e_t *i40e, uintptr_t reg, kstat_named_t *kstat, in i40e_stat_get_uint48() 141 i40e_stat_get_uint32(i40e_t *i40e, uintptr_t reg, kstat_named_t *kstat, in i40e_stat_get_uint32()
|
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | SystemMonitor.java | 249 Kstat kstat = kc.lookup("cpu", in getNext() local
|
/titanic_41/usr/src/uts/common/os/ |
H A D | cap_util.c | 1341 struct cu_cpu_kstat *kstat = &cu_cpu_kstat; in cu_cpu_kstat_update() local
|
H A D | project.c | 1112 project_kstat_delete_common(kstat_t **kstat) in project_kstat_delete_common()
|
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xdf.c | 680 kstat_t *kstat; in xdf_kstat_create() local 736 kstat_t *kstat; in xdf_kstat_delete() local
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 158 kstat_t *kstat; /* Handle used by kstat_read */ member
|
/titanic_41/usr/src/uts/common/io/ |
H A D | llc1.c | 2862 kstat_named_t *kstat; in llc1_update_kstat() local
|
/titanic_41/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 1544 kstat_t *kstat; in zsd_update_cpu_stats() local 3247 kstat_t *kstat; in zsd_refresh_memory() local
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 2054 kstat_t *kstat; member
|