Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_passthru.h28 int set_pcir_handler(struct passthru_softc *sc, int reg, int len,
H A Dpci_passthru.c667 if ((error = set_pcir_handler(sc, 0, PCIR_MAXLAT + 1, in cfginit()
672 if ((error = set_pcir_handler(sc, PCIR_COMMAND, 0x04, NULL, NULL)) != 0) in cfginit()
681 set_pcir_handler(struct passthru_softc *sc, int reg, int len, in set_pcir_handler() function