Lines Matching defs:dev_softc
64 static struct dev_softc { struct65 int inuse;66 int nonblock;67 int queued;68 int async;69 struct mtx mtx;70 struct cv cv;71 struct selinfo sel;72 struct devq devq;73 struct sigio *sigio;74 uma_zone_t zone;