Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_pci.c78 } gfxp_pci_bsf_t; typedef
115 gfxp_pci_bsf_t *pci_bsf; in gfxp_pci_find_bsf()
135 pci_bsf = (gfxp_pci_bsf_t *)arg; in gfxp_pci_find_bsf()
156 gfxp_pci_bsf_t *pci_bsf; in gfxp_pci_init_handle()
164 if ((pci_bsf = kmem_zalloc(sizeof (gfxp_pci_bsf_t), KM_SLEEP)) in gfxp_pci_init_handle()
186 kmem_free(pci_bsf, sizeof (gfxp_pci_bsf_t)); in gfxp_pci_init_handle()
291 gfxp_pci_bsf_t *pci_bsf; in gfxp_pci_find_vd()
308 pci_bsf = (gfxp_pci_bsf_t *)arg; in gfxp_pci_find_vd()
323 gfxp_pci_bsf_t *pci_bsf; in gfxp_pci_device_present()
330 if ((pci_bsf = kmem_zalloc(sizeof (gfxp_pci_bsf_t), KM_SLEEP)) == NULL) in gfxp_pci_device_present()
[all …]