Home
last modified time | relevance | path

Searched refs:nsuccess (Results 1 – 8 of 8) 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/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.c411 success = stats->nsuccess; in amrr_tx_update_cb()
/freebsd/sys/dev/usb/wlan/
H A Dif_ural.c2192 txs->nsuccess = sc->sta[7] + /* TX ok w/o retry */ in ural_ratectl_task()
2195 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.c3150 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()