Home
last modified time | relevance | path

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

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