Lines Matching defs:dev_softc
402 static struct dev_softc { struct403 int inuse;404 int nonblock;405 int queued;406 int async;407 struct mtx mtx;408 struct cv cv;409 struct selinfo sel;410 struct devq devq;411 struct sigio *sigio;412 uma_zone_t zone;