Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c146 const char *vsc_evdev; member
648 sc->vsc_evdev = get_config_value_node(nvl, "path"); in pci_vtinput_init()
649 if (sc->vsc_evdev == NULL) { in pci_vtinput_init()
658 sc->vsc_fd = open(sc->vsc_evdev, O_RDWR | O_NONBLOCK); in pci_vtinput_init()
660 WPRINTF(("%s: failed to open %s", __func__, sc->vsc_evdev)); in pci_vtinput_init()
668 WPRINTF(("%s: %s is no evdev", __func__, sc->vsc_evdev)); in pci_vtinput_init()
675 WPRINTF(("%s: failed to grab %s", __func__, sc->vsc_evdev)); in pci_vtinput_init()