Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/sparc64/dev/
H A Dvcons.c48 void vcons_attach(struct device *, struct device *, void *);
51 sizeof(struct vcons_softc), vcons_match, vcons_attach
80 vcons_attach(struct device *parent, struct device *self, void *aux) in vcons_attach() function