Home
last modified time | relevance | path

Searched refs:dl_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/qbus/
H A Ddl.c131 struct dl_softc { struct
146 static void dlbrk (struct dl_softc *, int); argument
148 CFATTACH_DECL_NEW(dl, sizeof(struct dl_softc),
244 struct dl_softc *sc = device_private(self); in dl_attach()
279 struct dl_softc *sc = arg; in dlrint()
321 struct dl_softc *sc = arg; in dlxint()
334 struct dl_softc *sc; in dlopen()
374 struct dl_softc *sc = device_lookup_private(&dl_cd, minor(dev)); in dlclose()
388 struct dl_softc *sc = device_lookup_private(&dl_cd, minor(dev)); in dlread()
397 struct dl_softc *sc = device_lookup_private(&dl_cd, minor(dev)); in dlwrite()
[all …]