Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/console/
H A Dvirtio_console.c154 static int vtcon_detach(device_t);
248 DEVMETHOD(device_detach, vtcon_detach),
377 vtcon_detach(dev); in vtcon_attach()
383 vtcon_detach(device_t dev) in vtcon_detach() function