Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ata/
H A Dld_ataraid.c86 struct ld_ataraid_softc { struct
87 struct ld_softc sc_ld;
89 struct ataraid_array_info *sc_aai;
90 struct vnode *sc_vnodes[ATA_RAID_MAX_DISKS];
92 void (*sc_iodone)(struct buf *);
94 pool_cache_t sc_cbufpool;
119 static int ld_ataraid_bioinq(struct ld_ataraid_softc *, struct bioc_inq *); argument