HomeSort by: relevance | last modified time | path
    Searched refs:vpci_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc64/dev/
vpcivar.h 40 struct vpci_softc *vp_sc;
58 struct vpci_softc { struct
vpci.c 96 CFATTACH_DECL_NEW(vpci, sizeof(struct vpci_softc),
99 void vpci_init(struct vpci_softc */*FIXME, int*/, struct mainbus_attach_args *);
100 void vpci_init_iommu(struct vpci_softc *, struct vpci_pbm *);
151 struct vpci_softc *sc = device_private(self);
198 vpci_init(struct vpci_softc *sc/*FIXME, int busa*/, struct mainbus_attach_args *ma)
275 vpci_init_iommu(struct vpci_softc *sc, struct vpci_pbm *pbm)
416 struct vpci_softc *sc = pbm->vp_sc;
438 struct vpci_softc *sc = pbm->vp_sc;
499 struct vpci_softc *sc = pbm->vp_sc;
537 struct vpci_softc *sc = pbm->vp_sc
    [all...]

Completed in 18 milliseconds