Home
last modified time | relevance | path

Searched refs:ASMC_MAXFANS (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/asmc/
H A Dasmcvar.h30 #define ASMC_MAXFANS 6 macro
39 struct sysctl_oid *sc_fan_tree[ASMC_MAXFANS+1];
H A Dasmc.c894 if (sc->sc_nfan > ASMC_MAXFANS) { in asmc_init()
896 "report this.\n", ASMC_MAXFANS); in asmc_init()
897 sc->sc_nfan = ASMC_MAXFANS; in asmc_init()