Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_passthru.c1028 struct ppt_bar_io pbi; in passthru_write() local
1032 pbi.pbi_bar = baridx; in passthru_write()
1033 pbi.pbi_width = size; in passthru_write()
1034 pbi.pbi_off = offset; in passthru_write()
1035 pbi.pbi_data = value; in passthru_write()
1036 (void) ioctl(sc->pptfd, PPT_BAR_WRITE, &pbi); in passthru_write()
1049 struct ppt_bar_io pbi; in passthru_read() local
1053 pbi.pbi_bar = baridx; in passthru_read()
1054 pbi.pbi_width = size; in passthru_read()
1055 pbi.pbi_off = offset; in passthru_read()
[all …]