Searched refs:KSTAT_FLAG_VAR_SIZE (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_module.c | 199 KSTAT_FLAG_VIRTUAL | KSTAT_FLAG_VAR_SIZE); in cachefs_init()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | kstat.h | 309 #define KSTAT_FLAG_VAR_SIZE 0x02 macro
|
/titanic_44/usr/src/uts/common/os/ |
H A D | kstat_fr.c | 498 0, KSTAT_FLAG_VIRTUAL | KSTAT_FLAG_VAR_SIZE); in kstat_init() 641 (ksp->ks_flags & (KSTAT_FLAG_VAR_SIZE | KSTAT_FLAG_LONGSTRINGS))) { in default_kstat_update() 998 if ((ks_flags & KSTAT_FLAG_VAR_SIZE) && in kstat_create_zone() 1143 if ((ksp->ks_flags & KSTAT_FLAG_VAR_SIZE) && ksp->ks_lock == NULL) { in kstat_install()
|
H A D | mem_cage.c | 1019 KSTAT_TYPE_RAW, 0, KSTAT_FLAG_VAR_SIZE | KSTAT_FLAG_VIRTUAL); in kcage_init()
|
H A D | cpu.c | 2327 KSTAT_FLAG_VIRTUAL | KSTAT_FLAG_VAR_SIZE, zoneid)) != NULL) { in cpu_info_kstat_create()
|
/titanic_44/usr/src/lib/libkstat/common/ |
H A D | kstat.c | 129 (KSTAT_FLAG_VAR_SIZE | KSTAT_FLAG_LONGSTRINGS))) { in kstat_read()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | kstat.c | 117 if (!(ksp->ks_flags & (KSTAT_FLAG_VAR_SIZE | KSTAT_FLAG_LONGSTRINGS))) { in read_kstat_data()
|
H A D | mem.c | 135 KSTAT_TYPE_RAW, 0, KSTAT_FLAG_VAR_SIZE | KSTAT_FLAG_VIRTUAL); in mm_attach()
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | page_retire.c | 917 KSTAT_TYPE_RAW, 0, KSTAT_FLAG_VAR_SIZE | KSTAT_FLAG_VIRTUAL); in page_retire_init()
|
/titanic_44/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_impl.c | 1330 KSTAT_FLAG_VAR_SIZE | KSTAT_FLAG_VIRTUAL); in ibtl_kstat_pkeys_create()
|
/titanic_44/usr/src/uts/sun4u/lw8/io/ |
H A D | sgenv.c | 674 KSTAT_FLAG_VIRTUAL | KSTAT_FLAG_VAR_SIZE); in sgenv_add_kstats() 699 KSTAT_FLAG_VIRTUAL | KSTAT_FLAG_VAR_SIZE); in sgenv_add_kstats()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | socksubr.c | 1709 KSTAT_TYPE_RAW, 0, KSTAT_FLAG_VAR_SIZE|KSTAT_FLAG_VIRTUAL, zoneid); in sock_kstat_init()
|
/titanic_44/usr/src/uts/sun4u/sunfire/io/ |
H A D | fhc.c | 2983 KSTAT_TYPE_RAW, 1, KSTAT_FLAG_VIRTUAL|KSTAT_FLAG_VAR_SIZE); in create_ft_kstats()
|