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

/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_enc_safte.c183 uint8_t Ntherm; /* Number of Temperature Sensors */ member in struct:scfg
280 cfg->Ntherm = buf[4];
286 ENC_VLOG(enc, "Nfans %d Npwr %d Nslots %d Lck %d Ntherm %d Nspkrs %d "
288 cfg->Nfans, cfg->Npwr, cfg->Nslots, cfg->DoorLock, cfg->Ntherm,
292 cfg->DoorLock + cfg->Ntherm + cfg->Nspkrs + cfg->Ntstats + 1;
315 for (i = 0; i < cfg->Ntherm; i++)
411 if (cfg->Nfans == 1 || (cfg->Ntherm + cfg->Ntstats) == 0)
581 SAFT_BAIL(r + cfg->Ntherm, xfer_len);
582 tempflags = buf[r + cfg->Ntherm];
583 SAFT_BAIL(r + cfg->Ntherm
[all...]

Completed in 88 milliseconds