Searched defs:dev_softc (Results 1 – 4 of 4) sorted by relevance
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;[all …]
69 void *dev_softc, struct pci_devinst *pi, in vi_softc_linkup()
982 aic_dev_softc_t dev_softc; global() member
1140 aic_dev_softc_t dev_softc; global() member