Searched defs:ciss_ldstat (Results 1 – 2 of 2) sorted by relevance
219 struct ciss_ldstat { struct220 u_int8_t stat;232 u_int8_t failed[4]; /* failed map */233 u_int8_t res0[416];234 u_int8_t prog[4]; /* blocks left to rebuild/expand */235 u_int8_t rebuild; /* drive that is rebuilding */236 u_int16_t remapcnt[32]; /* count of remapped blocks for pds */237 u_int8_t replaced[4]; /* replaced drives map */238 u_int8_t spare[4]; /* used spares map */239 u_int8_t sparestat; /* spare status */[all …]
1081 ciss_ldstat(struct ciss_softc *sc, int target, struct ciss_ldstat *stat) in ciss_ldstat() function