Searched refs:fail (Results 101 - 108 of 108) sorted by relevance

12345

/haiku/src/bin/unzip/
H A Dprocess.c939 goto fail; /* it's expedient... */
971 break; /* fall through and fail */
991 fail:
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_rum.c856 /* make sure any subsequent use of the queues will fail */
3145 int ok[3], fail; local
3154 fail = (le32toh(sc->sta[5]) >> 16); /* TX retry-fail count */
3157 txs->nframes = ok[0] + ok[1] + ok[2] + fail;
3158 txs->nsuccess = txs->nframes - fail;
3160 txs->nretries = ok[1] + ok[2] * 2 + fail * (rvp->maxretry + 1);
3165 /* count TX retry-fail as Tx errors */
3166 if_inc_counter(vap->iv_ifp, IFCOUNTER_OERRORS, fail);
H A Dif_runreg.h1651 uint16_t fail; member in struct:run_stats::__anon11
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.c1072 ** Some PCI-E parts fail the first check due to
2039 goto fail;
2094 goto fail;
2105 fail:
2947 goto fail;
2960 fail:
2982 goto fail;
3002 fail:
/haiku/src/libs/compat/freebsd_network/
H A Dif.c889 fail:
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ioctl.c2270 goto fail;
2290 goto fail;
2312 fail: IEEE80211_FREE(parms, M_TEMP);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athvar.h252 /* Completion function to call on TX complete (fail or not) */
254 * "fail" here is set to 1 if the queue entries were removed
257 void(* bf_comp) (struct ath_softc *sc, struct ath_buf *bf, int fail);
H A Dif_ath.c1075 * see most fail to transmit in the given beacon interval.
1697 * this cannot fail to find a free one.
3382 * If we failed to allocate a buffer, fail.
3384 * We shouldn't fail normally, due to the check
4240 * The default completion. If fail is 1, this means
4245 ath_tx_default_comp(struct ath_softc *sc, struct ath_buf *bf, int fail) argument
4250 if (fail == 1)
5461 * failed the first NF cal - that /can/ fail sometimes in
6361 ath_hal_getcountrycode(ah, &sc->sc_eecc); /* NB: cannot fail */
6858 * queue are transmitted. If they fail an
[all...]

Completed in 189 milliseconds

12345