OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_fans
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/macppc/dev/
obiofan.c
58
int
sc_fans
;
member in struct:obiofan_softc
154
sc->
sc_fans
= cnt;
168
for (i = 0; i < sc->
sc_fans
; i++) {
fcu.c
88
fcu_fan_t
sc_fans
[FANCONTROL_MAX_FANS];
member in struct:fcu_softc
309
fcu_fan_t *fan = &sc->
sc_fans
[sc->sc_nfans];
470
fcu_fan_t *f = &sc->
sc_fans
[which];
489
fcu_fan_t *f = &sc->
sc_fans
[which];
smu.c
109
struct smu_fan
sc_fans
[SMU_MAX_FANS];
member in struct:smu_softc
306
fan = &sc->
sc_fans
[sc->sc_num_fans];
353
fan = &sc->
sc_fans
[i];
415
fan = &sc->
sc_fans
[i];
482
sc->
sc_fans
[which].current_rpm = ret;
690
struct smu_fan *fan = &sc->
sc_fans
[which];
707
struct smu_fan *fan = &sc->
sc_fans
[which];
854
f = &sc->
sc_fans
[i];
869
f = &sc->
sc_fans
[i];
884
f = &sc->
sc_fans
[i]
[
all
...]
/src/sys/dev/ic/
apple_smc_fan.c
76
} *
sc_fans
;
member in struct:apple_smc_fan_softc
222
KASSERT(sc->
sc_fans
!= NULL);
228
kmem_free(sc->
sc_fans
,
229
(sizeof(sc->
sc_fans
[0]) * sc->sc_nfans));
230
sc->
sc_fans
= NULL;
259
CTASSERT(10 <= (SIZE_MAX / sizeof(sc->
sc_fans
[0])));
260
sc->
sc_fans
= kmem_zalloc((sizeof(sc->
sc_fans
[0]) * sc->sc_nfans),
341
keyp = &sc->
sc_fans
[fan].sensors[sensor].sensor_key;
348
edata = &sc->
sc_fans
[fan].sensors[sensor].sensor_data
[
all
...]
Completed in 319 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025