Searched refs:smntemp (Results 1 – 6 of 6) sorted by relevance
138 typedef struct smntemp smntemp_t;171 struct smntemp { struct441 smntemp_t *smntemp = &smntemp_data; in smntemp_attach() local449 if (smntemp->smn_dip != NULL) { in smntemp_attach()453 smntemp->smn_dip = dip; in smntemp_attach()454 smntemp->smn_fam = chiprev_family(cpuid_getchiprev(CPU)); in smntemp_attach()460 smntemp->smn_ndf = amdzen_c_df_count(); in smntemp_attach()461 if (smntemp->smn_ndf == 0) { in smntemp_attach()465 smntemp->smn_df = kmem_zalloc(sizeof (smntemp_df_t) * smntemp->smn_ndf, in smntemp_attach()467 for (uint32_t dfno = 0; dfno < smntemp->smn_ndf; dfno++) { in smntemp_attach()[all …]
29 file path=kernel/drv/$(ARCH64)/smntemp group=sys36 file path=usr/share/man/man4d/smntemp.4d61 driver name=smntemp
18 MODULE = smntemp
216 smntemp.4d \
344 SMNTEMP_OBJS = smntemp.o
736 DRV_KMODS += smntemp