Searched refs:schizo_softc (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/sparc64/pci/
H A Dschizovar.h34 struct schizo_softc;
38 struct schizo_softc *sis_sc;
41 struct schizo_softc { struct
96 SLIST_ENTRY(schizo_softc) sc_link;
H A Dschizo.c81 static void schizo_set_intr(struct schizo_softc *, u_int, u_int,
91 static int schizo_intr_register(struct schizo_softc *sc, u_int ino);
92 static int schizo_get_intrmap(struct schizo_softc *, u_int,
104 static void schizo_iommu_init(struct schizo_softc *, int, uint32_t);
161 sizeof(struct schizo_softc));
165 static SLIST_HEAD(, schizo_softc) schizo_softcs =
176 struct schizo_softc *sica_sc;
275 struct schizo_softc *asc, *sc, *osc;
770 schizo_set_intr(struct schizo_softc *sc, u_int index, u_int ino,
790 schizo_intr_register(struct schizo_softc *s
[all...]

Completed in 47 milliseconds