Searched defs:ciss_ldstat (Results 1 – 2 of 2) sorted by relevance
179 struct ciss_ldstat { struct180 u_int8_t stat;192 u_int8_t failed[4]; /* failed map */193 u_int8_t res0[416];194 u_int8_t prog[4]; /* blocks left to rebuild/expand */195 u_int8_t rebuild; /* drive that is rebuilding */196 u_int16_t remapcnt[32]; /* count of re3mapped blocks for pds */197 u_int8_t replaced[4]; /* replaced drives map */198 u_int8_t spare[4]; /* used spares map */199 u_int8_t sparestat; /* spare status */[all …]
1218 ciss_ldstat(struct ciss_softc *sc, int target, struct ciss_ldstat *stat) in ciss_ldstat() function