Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_passthru.c85 cfgwrite_handler psc_pcir_whandler[PCI_REGMAX + 1]; member
689 assert(sc->psc_pcir_whandler[i] == NULL || whandler == NULL); in set_pcir_handler()
691 sc->psc_pcir_whandler[i] = whandler; in set_pcir_handler()
1012 if (sc->psc_pcir_whandler[coff] != NULL) in passthru_cfgwrite()
1013 return (sc->psc_pcir_whandler[coff](sc, pi, coff, bytes, val)); in passthru_cfgwrite()