Home
last modified time | relevance | path

Searched refs:nsuccess (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_dispatch.c66 int err, fail, nsuccess, r; in openpam_dispatch() local
103 fail = nsuccess = 0; in openpam_dispatch()
130 ++nsuccess; in openpam_dispatch()
179 if (err == PAM_SUCCESS && nsuccess < 1) { in openpam_dispatch()
/freebsd/sys/dev/rtwn/rtl8188e/
H A Dr88e_rx.c274 uint32_t ntotal, nsuccess, ndrop, nretry, nframes; in r88e_ratectl_tx_complete_periodic() local
295 nsuccess = ntotal - rpt->drop; in r88e_ratectl_tx_complete_periodic()
301 txs.nsuccess = nsuccess; in r88e_ratectl_tx_complete_periodic()
/freebsd/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c118 int nsuccess = 0; /* Number of files successfully downloaded */ in fetch_files() local
242 nsuccess++; in fetch_files()
254 return (nsuccess); in fetch_files()
/freebsd/sys/net80211/
H A Dieee80211_ratectl.h80 int nsuccess; /* ACKed frames */ member
H A Dieee80211_amrr.c657 success = stats->nsuccess; in amrr_tx_update_cb()
/freebsd/sys/dev/usb/wlan/
H A Dif_mtw.c2188 txs->nsuccess = (le32toh(sta[1]) & 0xffff); in mtw_iter_func()
2190 txs->nframes = txs->nsuccess + (le32toh(sta[0]) & 0xffff); in mtw_iter_func()
2194 txs->nsuccess, le32toh(sta[0]) & 0xffff); in mtw_iter_func()
2203 txs->nsuccess = (*wstat)[MTW_SUCCESS]; in mtw_iter_func()
2207 txs->nframes, txs->nsuccess); in mtw_iter_func()
H A Dif_ural.c2191 txs->nsuccess = sc->sta[7] + /* TX ok w/o retry */ in ural_ratectl_task()
2194 txs->nframes = txs->nsuccess + fail; in ural_ratectl_task()
H A Dif_run.c2712 txs->nsuccess = le16toh(sta[1].tx.success); in run_iter_func()
2714 txs->nframes = txs->nretries + txs->nsuccess + in run_iter_func()
2719 txs->nretries, txs->nsuccess, le16toh(sta[0].error.fail)); in run_iter_func()
2728 txs->nsuccess = (*wstat)[RUN_SUCCESS]; in run_iter_func()
2732 txs->nretries, txs->nframes, txs->nsuccess); in run_iter_func()
H A Dif_rum.c3149 txs->nsuccess = txs->nframes - fail; in rum_ratectl_task()
/freebsd/sys/dev/otus/
H A Dif_otus.c2199 txs->nsuccess = on->tx_done - on->tx_err; in otus_tx_update_ratectl()