Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/virtio/console/
Dvirtio_console.c151 static int vtcon_detach(device_t);
233 DEVMETHOD(device_detach, vtcon_detach),
363 vtcon_detach(dev); in vtcon_attach()
369 vtcon_detach(device_t dev) in vtcon_detach() function