Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_compat80.c54 typedef struct RF_RaidDisk_s80 { struct
55 char devname[56]; /* name of device file */
56 RF_DiskStatus_t status; /* whether it is up or down */
57 RF_RowCol_t spareRow; /* if in status "spared", this identifies the
59 RF_RowCol_t spareCol; /* if in status "spared", this identifies the
61 RF_SectorCount_t numBlocks; /* number of blocks, obtained via READ
63 int blockSize;
64 RF_SectorCount_t partitionSize; /* The *actual* and *full* size of
66 int auto_configured;/* 1 if this component was autoconfigured.
68 dev_t dev;