Searched refs:ks_type (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-kstat.c | 128 ksp->ks_kid, ksp->ks_type, ksp->ks_flags, in kstat_seq_show_headers() 132 switch (ksp->ks_type) { in kstat_seq_show_headers() 172 PANIC("Undefined kstat type %d\n", ksp->ks_type); in kstat_seq_show_headers() 296 switch (ksp->ks_type) { in kstat_seq_show() 325 PANIC("Undefined kstat type %d\n", ksp->ks_type); in kstat_seq_show() 347 switch (ksp->ks_type) { in kstat_seq_data_addr() 382 if (ksp->ks_type == KSTAT_TYPE_RAW) { in kstat_seq_start() 421 if (ksp->ks_type == KSTAT_TYPE_RAW) in kstat_seq_stop() 564 if ((ks_type == KSTAT_TYPE_INTR) || (ks_type == KSTAT_TYPE_IO)) in __kstat_create() 584 ksp->ks_type = ks_type; in __kstat_create() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_kstat.c | 244 const char *class, uchar_t ks_type, uint_t ks_ndata, uchar_t flags) in __kstat_create() argument 252 if ((ks_type == KSTAT_TYPE_INTR) || (ks_type == KSTAT_TYPE_IO)) in __kstat_create() 270 ksp->ks_type = ks_type; in __kstat_create() 277 switch (ksp->ks_type) { in __kstat_create() 299 panic("Undefined kstat type %d\n", ksp->ks_type); in __kstat_create() 362 if (ksp->ks_type == KSTAT_TYPE_NAMED) { in __kstat_create() 469 VERIFY(ksp->ks_type == KSTAT_TYPE_RAW); in kstat_install() 471 switch (ksp->ks_type) { in kstat_install() 499 panic("unsupported kstat type %d\n", ksp->ks_type); in kstat_install()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | kstat.h | 115 uchar_t ks_type; /* kstat data type */ member 198 const char *ks_name, const char *ks_class, uchar_t ks_type,
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | kstat.h | 119 uchar_t ks_type; /* kstat data type */ member 208 const char *ks_name, const char *ks_class, uchar_t ks_type,
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | kstat.h | 79 uchar_t ks_type; /* kstat data type */ member 110 uint8_t ks_type; member
|