Searched defs:mambodisk_softc (Results 1 – 1 of 1) sorted by relevance
43 struct mambodisk_softc { struct44 device_t dev;45 struct mtx sc_mtx;46 struct disk *disk;47 struct proc *p;48 struct bio_queue_head bio_queue;49 int running;50 int maxblocks;