HomeSort by: relevance | last modified time | path
    Searched refs:upd (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/isa/
uha_isa.c 85 struct uha_probe_data upd; local
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
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/usr.bin/rup/
rup.c 232 unsigned ups = 0, upm = 0, uph = 0, upd = 0; local
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/eisa/
uha_eisa.c 121 struct uha_probe_data upd; local
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/sys/dev/ic/
uha.c 104 uha_attach(struct uha_softc *sc, struct uha_probe_data *upd)
135 chan->chan_id = upd->sc_scsi_dev;
elinkxl.c 342 * hits an UPD with a finished receive.
1333 struct ex_upd *upd; local
1341 upd = rxd->rx_upd;
1347 ((char *)upd - (char *)sc->sc_upd),
1350 pktstat = le32toh(upd->upd_pktstatus);
  /src/usr.bin/diff/
diffreg.c 1432 int lowa, upb, lowc, upd, do_output; local
1443 upd = MIN((int)len[1], context_vec_ptr->d + diff_context);
1493 range(lowc, upd, ",");
1525 fetch(ixnew, d + 1, upd, f2, ' ', 0, flags);
1535 int lowa, upb, lowc, upd; local
1546 upd = MIN((int)len[1], context_vec_ptr->d + diff_context);
1551 uni_range(lowc, upd);
1598 fetch(ixnew, d + 1, upd, f2, ' ', 0, flags);

Completed in 24 milliseconds