Searched defs:dev_softc (Results 1 – 1 of 1) sorted by relevance
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;[all …]