HomeSort by: relevance | last modified time | path
    Searched defs:zsd (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sun2/dev/
zs_kgdb.c 130 struct zsdevice *zsd; local in function:zs_kgdb_init
147 zsd = zs_find_prom(promzs_unit);
148 if (zsd == NULL) {
152 zc = (channel == 0) ? &zsd->zs_chan_a : &zsd->zs_chan_b;
  /src/sys/arch/sparc/dev/
zs_kgdb.c 140 struct zsdevice *zsd; local in function:zs_kgdb_init
157 zsd = findzs(promzs_unit);
158 if (zsd == NULL) {
162 zc = (channel == 0) ? &zsd->zs_chan_a : &zsd->zs_chan_b;
  /src/sys/arch/macppc/dev/
zs.c 120 static void zscn_delayed_init(struct zsdevice *zsd);
227 struct zsdevice *zsd; local in function:zsc_attach
240 zsd = mapiodev(ca->ca_reg[0], ca->ca_reg[1], false);
275 zscn_delayed_init(zsd);
294 zc = (channel == 0) ? &zsd->zs_chan_a : &zsd->zs_chan_b;
1056 * but with the mapped address of the device passed in as zsd.
1059 zscn_delayed_init(struct zsdevice *zsd)
1082 &zsd->zs_chan_a :
1083 &zsd->zs_chan_b
    [all...]

Completed in 16 milliseconds