OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ldstat
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
ciss.c
1392
struct ciss_ldstat *
ldstat
;
local
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
1553
ldstat
= sc->scratch;
1554
memset(
ldstat
, 0, sizeof(*
ldstat
));
[
all
...]
ciss.c
1392
struct ciss_ldstat *
ldstat
;
local
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
1553
ldstat
= sc->scratch;
1554
memset(
ldstat
, 0, sizeof(*
ldstat
));
[
all
...]
Completed in 112 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026