HomeSort by: relevance | last modified time | path
    Searched refs:upd (Results 1 - 9 of 9) 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);
  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211.c 5581 struct nl80211_sta_flag_update upd; local
5753 os_memset(&upd, 0, sizeof(upd));
5754 upd.set = sta_flags_nl80211(params->flags);
5755 upd.mask = upd.set | sta_flags_nl80211(params->flags_mask);
5775 upd.mask &= ~(BIT(NL80211_STA_FLAG_ASSOCIATED) |
5780 upd.mask |= BIT(NL80211_STA_FLAG_AUTHENTICATED);
5782 upd.mask |= BIT(NL80211_STA_FLAG_ASSOCIATED);
5796 upd.set, upd.mask)
6352 struct nl80211_sta_flag_update upd; local
7579 struct nl80211_sta_flag_update upd; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
od-macho.c 1462 uint32_t maj, min, upd;
1466 upd = version & 0xff;
1468 printf ("%u.%u.%u", maj, min, upd);
1461 uint32_t maj, min, upd; local
  /src/external/gpl3/binutils.old/dist/binutils/
od-macho.c 1462 uint32_t maj, min, upd;
1466 upd = version & 0xff;
1468 printf ("%u.%u.%u", maj, min, upd);
1461 uint32_t maj, min, upd; local

Completed in 96 milliseconds