Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_virtio_input.c147 const char *vsc_evdev; member
649 sc->vsc_evdev = get_config_value_node(nvl, "path"); in pci_vtinput_init()
650 if (sc->vsc_evdev == NULL) { in pci_vtinput_init()
659 sc->vsc_fd = open(sc->vsc_evdev, O_RDWR | O_NONBLOCK); in pci_vtinput_init()
661 WPRINTF(("%s: failed to open %s", __func__, sc->vsc_evdev)); in pci_vtinput_init()
669 WPRINTF(("%s: %s is no evdev", __func__, sc->vsc_evdev)); in pci_vtinput_init()
676 WPRINTF(("%s: failed to grab %s", __func__, sc->vsc_evdev)); in pci_vtinput_init()