Searched defs: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.c81 } gfxp_pci_bsf_t; typedef in typeref:struct:gfxp_pci_bsf
118 gfxp_pci_bsf_t *pci_bsf;
138 pci_bsf = (gfxp_pci_bsf_t *)arg;
159 gfxp_pci_bsf_t *pci_bsf;
167 if ((pci_bsf = kmem_zalloc(sizeof (gfxp_pci_bsf_t), KM_SLEEP))
189 kmem_free(pci_bsf, sizeof (gfxp_pci_bsf_t));
294 gfxp_pci_bsf_t *pci_bsf;
311 pci_bsf = (gfxp_pci_bsf_t *)arg;
326 gfxp_pci_bsf_t *pci_bsf;
333 if ((pci_bsf = kmem_zalloc(sizeof (gfxp_pci_bsf_t), KM_SLEE
[all...]

Completed in 58 milliseconds