Searched refs:sofe_ksp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c859 ent->sofe_ksp = kstat_create("sockfs", 0, name, "misc",
864 if (ent->sofe_ksp == NULL)
878 ent->sofe_ksp->ks_data = &ent->sofe_kstat;
879 ent->sofe_ksp->ks_update = sof_entry_kstat_update;
880 ent->sofe_ksp->ks_private = ent;
881 kstat_install(ent->sofe_ksp);
892 if (ent->sofe_ksp != NULL) {
893 kstat_delete(ent->sofe_ksp);
894 ent->sofe_ksp = NULL;
H A Dsockfilter_impl.h96 kstat_t *sofe_ksp; member in struct:sof_entry

Completed in 60 milliseconds