Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_bus.c402 static struct dev_softc { struct
403 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 …]