/src/sys/arch/arm/nvidia/ |
tegra_mc.c | 59 static struct tegra_mc_softc *mc_softc = NULL; variable in typeref:struct:tegra_mc_softc * 107 KASSERT(mc_softc == NULL); 108 mc_softc = sc;
|
tegra_mc.c | 59 static struct tegra_mc_softc *mc_softc = NULL; variable in typeref:struct:tegra_mc_softc * 107 KASSERT(mc_softc == NULL); 108 mc_softc = sc;
|
/src/sys/arch/mac68k/dev/ |
if_mcvar.h | 64 struct mc_softc { struct 76 void (*sc_bus_init)(struct mc_softc *); 77 void (*sc_putpacket)(struct mc_softc *, u_int); 95 int mcsetup(struct mc_softc *, u_int8_t *); 97 void mc_rint(struct mc_softc *);
|
if_mcvar.h | 64 struct mc_softc { struct 76 void (*sc_bus_init)(struct mc_softc *); 77 void (*sc_putpacket)(struct mc_softc *, u_int); 95 int mcsetup(struct mc_softc *, u_int8_t *); 97 void mc_rint(struct mc_softc *);
|
/src/sys/arch/macppc/dev/ |
if_mcvar.h | 64 struct mc_softc { struct 77 void (*sc_bus_init)(struct mc_softc *); 78 void (*sc_putpacket)(struct mc_softc *, u_int); 79 int (*sc_mediachange)(struct mc_softc *); 80 void (*sc_mediastatus)(struct mc_softc *, 98 int mcsetup(struct mc_softc *, u_int8_t *); 100 void mc_rint(struct mc_softc *sc);
|
if_mcvar.h | 64 struct mc_softc { struct 77 void (*sc_bus_init)(struct mc_softc *); 78 void (*sc_putpacket)(struct mc_softc *, u_int); 79 int (*sc_mediachange)(struct mc_softc *); 80 void (*sc_mediastatus)(struct mc_softc *, 98 int mcsetup(struct mc_softc *, u_int8_t *); 100 void mc_rint(struct mc_softc *sc);
|