HomeSort by: relevance | last modified time | path
    Searched defs:zap (Results 1 - 25 of 124) sorted by relevancy

1 2 3 4 5

  /src/sys/arch/amiga/pci/
emmem.c 61 struct zbus_args *zap; local in function:emmem_match
63 zap = aux;
65 if (zap->manid != ZORRO_MANID_ELBOX)
68 switch (zap->prodid) {
86 struct zbus_args *zap; local in function:emmem_attach
90 zap = aux;
93 sc->sc_base = zap->va;
94 sc->sc_size = zap->size;
97 zap->size / 1024);
emmem.c 61 struct zbus_args *zap; local in function:emmem_match
63 zap = aux;
65 if (zap->manid != ZORRO_MANID_ELBOX)
68 switch (zap->prodid) {
86 struct zbus_args *zap; local in function:emmem_attach
90 zap = aux;
93 sc->sc_base = zap->va;
94 sc->sc_size = zap->size;
97 zap->size / 1024);
p5membar.c 68 struct zbus_args *zap; local in function:p5membar_match
70 zap = aux;
72 if (zap->manid != ZORRO_MANID_P5)
75 if (zap->prodid != ZORRO_PRODID_P5PB)
84 struct zbus_args *zap; local in function:p5membar_attach
88 zap = aux;
91 sc->sc_base = zap->pa;
92 sc->sc_size = zap->size;
94 if ((bus_addr_t) zap->pa == P5BUS_PCI_CONF_BASE) {
96 zap->size / 1024)
    [all...]
p5membar.c 68 struct zbus_args *zap; local in function:p5membar_match
70 zap = aux;
72 if (zap->manid != ZORRO_MANID_P5)
75 if (zap->prodid != ZORRO_PRODID_P5PB)
84 struct zbus_args *zap; local in function:p5membar_attach
88 zap = aux;
91 sc->sc_base = zap->pa;
92 sc->sc_size = zap->size;
94 if ((bus_addr_t) zap->pa == P5BUS_PCI_CONF_BASE) {
96 zap->size / 1024)
    [all...]
  /src/games/trek/
destruct.c 73 double zap; local in function:destruct
109 zap = 20.0 * Ship.energy;
112 if (Etc.klingon[i].power * Etc.klingon[i].dist <= zap)
destruct.c 73 double zap; local in function:destruct
109 zap = 20.0 * Ship.energy;
112 if (Etc.klingon[i].power * Etc.klingon[i].dist <= zap)
  /src/sys/arch/amiga/dev/
empsc.c 104 struct zbus_args *zap; local in function:empscmatch
106 zap = aux;
111 if (zap->manid == 2171 && ((zap->prodid == 21)||(zap->prodid==32)))
122 struct zbus_args *zap; local in function:empscattach
128 zap = aux;
130 rp = (u_char *)zap->va + 0x5000;
gvpbus.c 55 struct zbus_args *zap; local in function:gvpbusmatch
57 zap = aux;
63 if (zap->manid == 2017 && (zap->prodid == 11 || zap->prodid == 2))
65 if (zap->manid == 2017 && zap->prodid == 11)
74 struct zbus_args *zap; local in function:gvpbusattach
78 zap = aux;
79 memcpy(&ga.zargs, zap, sizeof(struct zbus_args))
    [all...]
zssc.c 95 struct zbus_args *zap; local in function:zsscmatch
97 zap = aux;
98 if (zap->manid == 2026 && zap->prodid == 150)
107 struct zbus_args *zap; local in function:zsscattach
113 zap = aux;
115 sc->sc_siopp = rp = (siop_regmap_p)((char *)zap->va + 0x4000);
xsh.c 67 struct zbus_args *zap = aux; local in function:xsh_match
70 if (zap->manid == 4626 && zap->prodid == 100)
82 struct zbus_args *zap = aux; local in function:xsh_attach
90 xaa_ne.xaa_base = (bus_addr_t)zap->va + XSURF100_NE_OFFSET;
empsc.c 104 struct zbus_args *zap; local in function:empscmatch
106 zap = aux;
111 if (zap->manid == 2171 && ((zap->prodid == 21)||(zap->prodid==32)))
122 struct zbus_args *zap; local in function:empscattach
128 zap = aux;
130 rp = (u_char *)zap->va + 0x5000;
gvpbus.c 55 struct zbus_args *zap; local in function:gvpbusmatch
57 zap = aux;
63 if (zap->manid == 2017 && (zap->prodid == 11 || zap->prodid == 2))
65 if (zap->manid == 2017 && zap->prodid == 11)
74 struct zbus_args *zap; local in function:gvpbusattach
78 zap = aux;
79 memcpy(&ga.zargs, zap, sizeof(struct zbus_args))
    [all...]
zssc.c 95 struct zbus_args *zap; local in function:zsscmatch
97 zap = aux;
98 if (zap->manid == 2026 && zap->prodid == 150)
107 struct zbus_args *zap; local in function:zsscattach
113 zap = aux;
115 sc->sc_siopp = rp = (siop_regmap_p)((char *)zap->va + 0x4000);
xsh.c 67 struct zbus_args *zap = aux; local in function:xsh_match
70 if (zap->manid == 4626 && zap->prodid == 100)
82 struct zbus_args *zap = aux; local in function:xsh_attach
90 xaa_ne.xaa_base = (bus_addr_t)zap->va + XSURF100_NE_OFFSET;
if_bah_zbus.c 87 struct zbus_args *zap = aux; local in function:bah_zbus_match
89 if ((zap->manid == 514 || zap->manid == 1053) && zap->prodid == 9)
100 struct zbus_args *zap = aux; local in function:bah_zbus_attach
108 bsc->sc_bst.base = (bus_addr_t)zap->va;
melody.c 72 struct zbus_args *zap; local in function:melody_match
74 zap = aux;
75 if (zap->manid != 2145)
78 if (zap->prodid != 128)
88 struct zbus_args *zap; local in function:melody_attach
93 zap = aux;
95 sc->sc_bst_leftbyte.base = (u_long)zap->va + 0;
97 sc->sc_intack = (uint8_t *)zap->va + 0xc000;
125 printf(" #%d", zap->serno);
mgnsc.c 99 struct zbus_args *zap; local in function:mgnscmatch
101 zap = aux;
102 if (zap->manid == 1058 && zap->prodid == 17)
111 struct zbus_args *zap; local in function:mgnscattach
119 zap = aux;
121 sc->sc_siopp = rp = (siop_regmap_p)((char *)zap->va + 0x8000);
wesc.c 99 struct zbus_args *zap; local in function:wescmatch
101 zap = aux;
102 if (zap->manid == 2203 && zap->prodid == 19)
111 struct zbus_args *zap; local in function:wescattach
120 zap = aux;
122 sc->sc_siopp = rp = (siop_regmap_p)((char *)zap->va + 0x40000);
afsc.c 103 struct zbus_args *zap; local in function:afscmatch
107 zap = aux;
108 if (zap->manid == 514 && zap->prodid == 84)
134 struct zbus_args *zap; local in function:afscattach
142 zap = aux;
144 if (zap->manid == 514 && zap->prodid == 84)
145 sc->sc_siopp = rp = (siop_regmap_p)((char *)zap->va +
  /src/sys/arch/mips/sibyte/dev/
sbscd.c 93 struct zbbus_attach_args *zap = aux; local in function:sbscd_match
95 if (zap->za_locs.za_type != ZBBUS_ENTTYPE_SCD)
sbscd.c 93 struct zbbus_attach_args *zap = aux; local in function:sbscd_match
95 if (zap->za_locs.za_type != ZBBUS_ENTTYPE_SCD)
  /src/sys/arch/evbmips/sbmips/
zbbus.c 103 struct zbbus_attach_args *zap = aux; local in function:zbbus_print
107 zbbus_entity_type_name(zap->za_locs.za_type), pnp);
108 aprint_normal(" busid %d", zap->za_locs.za_busid);
115 struct zbbus_attach_args *zap = aux; local in function:zbbus_submatch
118 cf->cf_loc[ZBBUSCF_BUSID] != zap->za_locs.za_busid)
cpu.c 71 struct zbbus_attach_args *zap = aux; local in function:cpu_match
74 if (zap->za_locs.za_type != ZBBUS_ENTTYPE_CPU)
  /src/sys/arch/mips/sibyte/pci/
sbbrz.c 129 struct zbbus_attach_args *zap = aux; local in function:sbbrz_match
131 if (zap->za_locs.za_type != ZBBUS_ENTTYPE_BRZ)
  /src/sys/arch/sbmips/sbmips/
zbbus.c 101 struct zbbus_attach_args *zap = aux; local in function:zbbus_print
105 zbbus_entity_type_name(zap->za_locs.za_type), pnp);
106 aprint_normal(" busid %d", zap->za_locs.za_busid);
113 struct zbbus_attach_args *zap = aux; local in function:zbbus_submatch
116 cf->cf_loc[ZBBUSCF_BUSID] != zap->za_locs.za_busid)

Completed in 78 milliseconds

1 2 3 4 5