Searched refs:set_pcir_handler (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_passthru.h | 30 int set_pcir_handler(struct passthru_softc *sc, int reg, int len,
|
H A D | pci_passthru.c | 662 if ((error = set_pcir_handler(sc, 0, PCIR_MAXLAT + 1, in cfginit() 667 if ((error = set_pcir_handler(sc, PCIR_COMMAND, 0x04, NULL, NULL)) != 0) in cfginit() 676 set_pcir_handler(struct passthru_softc *sc, int reg, int len, in set_pcir_handler() function
|