HomeSort by: relevance | last modified time | path
    Searched defs:ldstat (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ciss.c 1392 struct ciss_ldstat *ldstat; local in function:ciss_ioctl
1435 ldstat = sc->scratch;
1436 if ((error = ciss_ldstat(sc, bd->bd_volid, ldstat))) {
1440 if (ldstat->stat == CISS_LD_REBLD &&
1441 ldstat->bigrebuild == ldp->tgts[pd])
1444 ldstat->bigfailed)) {
1525 struct ciss_ldstat *ldstat; local in function:ciss_ioctl_vol
1553 ldstat = sc->scratch;
1554 memset(ldstat, 0, sizeof(*ldstat));
    [all...]
ciss.c 1392 struct ciss_ldstat *ldstat; local in function:ciss_ioctl
1435 ldstat = sc->scratch;
1436 if ((error = ciss_ldstat(sc, bd->bd_volid, ldstat))) {
1440 if (ldstat->stat == CISS_LD_REBLD &&
1441 ldstat->bigrebuild == ldp->tgts[pd])
1444 ldstat->bigfailed)) {
1525 struct ciss_ldstat *ldstat; local in function:ciss_ioctl_vol
1553 ldstat = sc->scratch;
1554 memset(ldstat, 0, sizeof(*ldstat));
    [all...]

Completed in 48 milliseconds