Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Draidframevar.h398 struct RF_RaidDisk_s { struct
399 char devname[56]; /* name of device file */
400 RF_DiskStatus_t status; /* whether it is up or down */
401 RF_RowCol_t spareCol; /* if in status "spared", this identifies the
403 int blockSize;
404 int auto_configured;/* 1 if this component was autoconfigured.
406 RF_SectorCount_t numBlocks; /* number of blocks, obtained via READ
408 RF_SectorCount_t partitionSize; /* The *actual* and *full* size of
410 dev_t dev;