/src/sys/dev/isa/ |
uha_isa.c | 85 struct uha_probe_data upd; local in function:uha_isa_probe 105 rv = u14_find(iot, ioh, &upd); 111 ia->ia_irq[0].ir_irq != upd.sc_irq) 114 ia->ia_drq[0].ir_drq != upd.sc_drq) 121 ia->ia_irq[0].ir_irq = upd.sc_irq; 124 ia->ia_drq[0].ir_drq = upd.sc_drq; 142 struct uha_probe_data upd; local in function:uha_isa_attach 157 if (!u14_find(iot, ioh, &upd)) { 162 if (upd.sc_drq != -1) { 164 if ((error = isa_dmacascade(ic, upd.sc_drq)) != 0) [all...] |
/src/sys/dev/eisa/ |
uha_eisa.c | 121 struct uha_probe_data upd; local in function:uha_eisa_attach 140 if (!u24_find(iot, ioh, &upd)) 145 if (eisa_intr_map(ec, upd.sc_irq, &ih)) { 147 upd.sc_irq); 167 uha_attach(sc, &upd);
|
/src/usr.bin/rup/ |
rup.c | 232 unsigned ups = 0, upm = 0, uph = 0, upd = 0; local in function:print_rup_data 250 upd=ups / (3600 * 24); 251 ups-=upd * 3600 * 24; 256 if (upd != 0) 257 (void)snprintf(days_buf, sizeof(days_buf), "%3u day%s, ", upd, 258 (upd > 1) ? "s" : "");
|
/src/sys/dev/ic/ |
elinkxl.c | 342 * hits an UPD with a finished receive. 1333 struct ex_upd *upd; local in function:ex_intr 1341 upd = rxd->rx_upd; 1347 ((char *)upd - (char *)sc->sc_upd), 1350 pktstat = le32toh(upd->upd_pktstatus);
|