Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/console/
H A Dvirtio_console.c153 static int vtcon_attach(device_t);
247 DEVMETHOD(device_attach, vtcon_attach),
317 vtcon_attach(device_t dev) in vtcon_attach() function