Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/virtio/console/
H A Dvirtio_console.c157 static int vtcon_attach(device_t);
243 DEVMETHOD(device_attach, vtcon_attach),
318 vtcon_attach(device_t dev) in vtcon_attach() function