Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h324 struct pci_ops_bus_args { struct
499 struct pci_ops_bus_args *bus_args);
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c184 struct pci_ops_bus_args *up) in pci_fc_ops_alloc_handle()
187 struct pci_ops_bus_args *bp = NULL; in pci_fc_ops_alloc_handle()
205 bp = kmem_zalloc(sizeof (struct pci_ops_bus_args), KM_SLEEP); in pci_fc_ops_alloc_handle()
221 struct pci_ops_bus_args *bp; in pci_fc_ops_free_handle()
231 kmem_free(bp, sizeof (struct pci_ops_bus_args)); in pci_fc_ops_free_handle()
1193 struct pci_ops_bus_args *ba = rp->bus_args; in pfc_probe_space()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c4293 struct pci_ops_bus_args po; in pcicfg_fcode_probe()