HomeSort by: relevance | last modified time | path
    Searched refs:zsc_softc (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /src/sys/arch/cesfic/dev/
zsvar.h 12 void zs_config(struct zsc_softc *, char*);
zs_pcc.c 62 CFATTACH_DECL_NEW(zsc_pcc, sizeof(struct zsc_softc),
75 struct zsc_softc *zsc = device_private(self);
  /src/sys/arch/mvme68k/dev/
zsvar.h 82 void zs_config(struct zsc_softc *, struct zsdevice *, int, int);
  /src/sys/arch/sun2/dev/
zsvar.h 60 struct zsc_softc { struct
75 void zs_attach(struct zsc_softc *, struct zsdevice *, int);
zs_any.c 81 CFATTACH_DECL_NEW(zs_obio, sizeof(struct zsc_softc),
84 CFATTACH_DECL_NEW(zs_obmem, sizeof(struct zsc_softc),
87 CFATTACH_DECL_NEW(zs_mbmem, sizeof(struct zsc_softc),
122 struct zsc_softc *zsc = device_private(self);
  /src/sys/arch/next68k/include/
z8530var.h 48 struct zsc_softc { struct
  /src/sys/arch/sun3/include/
z8530var.h 88 struct zsc_softc { struct
  /src/sys/arch/alpha/include/
z8530var.h 92 struct zsc_softc { struct
  /src/sys/arch/cesfic/include/
z8530var.h 5 struct zsc_softc { struct
  /src/sys/arch/cobalt/include/
z8530var.h 88 struct zsc_softc { struct
  /src/sys/arch/mvme68k/include/
z8530var.h 88 struct zsc_softc { struct
  /src/sys/arch/news68k/include/
z8530var.h 88 struct zsc_softc { struct
  /src/sys/arch/newsmips/include/
z8530var.h 88 struct zsc_softc { struct
  /src/sys/arch/pmax/include/
z8530var.h 54 struct zsc_softc { struct
  /src/sys/arch/sgimips/include/
z8530var.h 95 struct zsc_softc { struct
  /src/sys/arch/ews4800mips/include/
z8530var.h 88 struct zsc_softc { struct
  /src/sys/arch/mipsco/include/
z8530var.h 95 struct zsc_softc { struct
  /src/sys/arch/sparc/include/
z8530var.h 46 struct zsc_softc { struct
  /src/sys/arch/sparc64/include/
z8530var.h 60 struct zsc_softc { struct
  /src/sys/arch/x68k/include/
z8530var.h 135 struct zsc_softc { struct
  /src/sys/arch/mac68k/include/
z8530var.h 117 * struct zs_chanstate and struct zsc_softc
134 struct zsc_softc { struct
  /src/sys/arch/macppc/include/
z8530var.h 118 * struct zs_chanstate and struct zsc_softc
135 struct zsc_softc { struct
  /src/sys/arch/sparc/dev/
zs.c 159 CFATTACH_DECL_NEW(zs_bootbus, sizeof(struct zsc_softc),
163 static void zs_attach(struct zsc_softc *, struct zsdevice *, int);
166 CFATTACH_DECL_NEW(zs_mainbus, sizeof(struct zsc_softc),
169 CFATTACH_DECL_NEW(zs_obio, sizeof(struct zsc_softc),
237 struct zsc_softc *zsc = device_private(self);
256 struct zsc_softc *zsc = device_private(self);
351 struct zsc_softc *zsc = device_private(self);
390 zs_attach(struct zsc_softc *zsc, struct zsdevice *zsd, int pri)
620 struct zsc_softc *zsc = arg;
  /src/sys/arch/sparc64/dev/
zs.c 163 static void zs_attach(struct zsc_softc *, struct zsdevice *, int);
166 CFATTACH_DECL_NEW(zs, sizeof(struct zsc_softc),
169 CFATTACH_DECL_NEW(zs_fhc, sizeof(struct zsc_softc),
217 struct zsc_softc *zsc = device_private(self);
271 struct zsc_softc *zsc = device_private(self);
335 zs_attach(struct zsc_softc *zsc, struct zsdevice *zsd, int pri)
500 struct zsc_softc *zsc = arg;
520 struct zsc_softc *zsc;
538 struct zsc_softc *zsc = arg;
  /src/sys/arch/ews4800mips/sbd/
zs_sbdio.c 96 CFATTACH_DECL_NEW(zsc_sbdio, sizeof(struct zsc_softc),
110 struct zsc_softc *zsc = device_private(self);

Completed in 21 milliseconds

1 2 3