Home
last modified time | relevance | path

Searched defs:RF_RaidDisk_s (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/raidframe/
H A Draidframevar.h400 struct RF_RaidDisk_s { struct
401 char devname[56]; /* name of device file */
402 RF_DiskStatus_t status; /* whether it is up or down */
403 RF_RowCol_t spareRow; /* if in status "spared", this identifies the
405 RF_RowCol_t spareCol; /* if in status "spared", this identifies the
407 RF_SectorCount_t numBlocks; /* number of blocks, obtained via READ
409 int blockSize;
410 RF_SectorCount_t partitionSize; /* The *actual* and *full* size of
412 int auto_configured;/* 1 if this component was autoconfigured.
414 dev_t dev;