Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/console/
H A Dvirtio_console.c198 static int vtcon_port_create(struct vtcon_softc *, int);
357 error = vtcon_port_create(sc, 0); in vtcon_attach()
730 error = vtcon_port_create(sc, id); in vtcon_ctrl_port_add_event()
1120 vtcon_port_create(struct vtcon_softc *sc, int id) in vtcon_port_create() function