Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dvirtio.c257 if (vs->vs_caps[i].c_captype == cfgtype) in vi_pci_cfg_bytype()
334 vs->vs_caps[vs->vs_ncaps].c_captype = cfgtype; in vi_modern_add_cfg()
1865 if (cfg->c_captype != VIRTIO_PCI_CAP_PCI_CFG) in vi_pci_cfgread()
1920 if (cfg->c_captype != VIRTIO_PCI_CAP_PCI_CFG) in vi_pci_cfgwrite()
1971 switch (cfg->c_captype) { in vi_modern_pci_read()
2006 switch (cfg->c_captype) { in vi_modern_pci_write()
H A Dvirtio.h261 uint8_t c_captype; member