Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_input.c148 const char *vsc_evdev; member
650 sc->vsc_evdev = get_config_value_node(nvl, "path"); in pci_vtinput_init()
651 if (sc->vsc_evdev == NULL) { in pci_vtinput_init()
660 sc->vsc_fd = open(sc->vsc_evdev, O_RDWR | O_NONBLOCK); in pci_vtinput_init()
662 WPRINTF(("%s: failed to open %s", __func__, sc->vsc_evdev)); in pci_vtinput_init()
670 WPRINTF(("%s: %s is no evdev", __func__, sc->vsc_evdev)); in pci_vtinput_init()
677 WPRINTF(("%s: failed to grab %s", __func__, sc->vsc_evdev)); in pci_vtinput_init()