Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_pci.c137 if ((bus == pci_bsf->bus) && (dev == pci_bsf->slot) && in gfxp_pci_find_bsf()
139 pci_bsf->dip = dip; in gfxp_pci_find_bsf()
142 pci_bsf->found = 1; in gfxp_pci_find_bsf()
156 gfxp_pci_bsf_t *pci_bsf; in gfxp_pci_init_handle() local
169 pci_bsf->bus = bus; in gfxp_pci_init_handle()
170 pci_bsf->slot = slot; in gfxp_pci_init_handle()
175 if (pci_bsf->found) { in gfxp_pci_init_handle()
176 dip = pci_bsf->dip; in gfxp_pci_init_handle()
310 if ((vendor_id == pci_bsf->vendor) && (device_id == pci_bsf->device)) { in gfxp_pci_find_vd()
311 pci_bsf->found = 1; in gfxp_pci_find_vd()
[all …]