Home
last modified time | relevance | path

Searched refs:ks_module (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h116 char ks_module[KSTAT_STRLEN]; /* provider module name */ member
208 extern kstat_t *__kstat_create(const char *ks_module, int ks_instance,
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c537 __kstat_create(const char *ks_module, int ks_instance, const char *ks_name, in __kstat_create() argument
543 ASSERT(ks_module); in __kstat_create()
576 kstat_proc_entry_init(&ksp->ks_proc, ks_module, ks_name); in __kstat_create()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h204 extern kstat_t *__kstat_create(const char *ks_module, int ks_instance,
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c119 if (strcmp(ksp->ks_module, "cpu_info") == 0) { in fake_up_certain_popular_kernel_symbols()