Searched refs:nf (Results 1 - 25 of 151) sorted by relevance

1234567

/freebsd-current/sys/dev/ath/ath_hal/ar9002/
H A Dar9285.c44 int16_t nf; local
46 nf = MS(OS_REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR);
47 if (nf & 0x100)
48 nf = 0 - ((nf ^ 0x1ff) + 1);
50 "NF calibrated [ctl] [chain 0] is %d\n", nf);
51 nfarray[0] = nf;
53 nf = MS(OS_REG_READ(ah, AR_PHY_EXT_CCA), AR9280_PHY_EXT_MINCCA_PWR);
54 if (nf & 0x100)
55 nf
[all...]
H A Dar9287.c297 int16_t nf; local
299 nf = MS(OS_REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR);
300 if (nf & 0x100)
301 nf = 0 - ((nf ^ 0x1ff) + 1);
303 "NF calibrated [ctl] [chain 0] is %d\n", nf);
304 nfarray[0] = nf;
306 nf = MS(OS_REG_READ(ah, AR_PHY_CH1_CCA), AR9280_PHY_CH1_MINCCA_PWR);
307 if (nf & 0x100)
308 nf
[all...]
H A Dar9280.c355 int16_t nf; local
357 nf = MS(OS_REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR);
358 if (nf & 0x100)
359 nf = 0 - ((nf ^ 0x1ff) + 1);
361 "NF calibrated [ctl] [chain 0] is %d\n", nf);
362 nfarray[0] = nf;
364 nf = MS(OS_REG_READ(ah, AR_PHY_CH1_CCA), AR9280_PHY_CH1_MINCCA_PWR);
365 if (nf & 0x100)
366 nf
[all...]
/freebsd-current/contrib/netbsd-tests/fs/ffs/
H A Dquotas_common.sh11 fsck_ffs -nf -F ${IMG}
H A Dffs_common.sh34 fsck_ffs -nf -F ${IMG}
/freebsd-current/usr.bin/mail/
H A Dedit.c132 FILE *nf = NULL; local
141 (nf = Fdopen(t, "w")) == NULL) {
152 (void)putc(t, nf);
155 (void)putc(t, nf);
156 (void)fflush(nf);
157 if (fstat(fileno(nf), &statb) < 0)
161 if (ferror(nf)) {
162 (void)Fclose(nf);
165 nf = NULL;
168 if (Fclose(nf) <
[all...]
H A Dcollect.c537 FILE *nf = run_editor(fp, (off_t)-1, c, 0); local
539 if (nf != NULL) {
540 (void)fseeko(nf, (off_t)0, SEEK_END);
541 collf = nf;
556 FILE *nf; local
564 (nf = Fdopen(fd, "w+")) == NULL) {
576 0, fileno(fp), fileno(nf), "-c", cmd, NULL) < 0) {
577 (void)Fclose(nf);
580 if (fsize(nf) == 0) {
582 (void)Fclose(nf);
[all...]
/freebsd-current/contrib/netbsd-tests/sbin/newfs/
H A Dt_enable_quotas.sh46 fsck_ffs -nf -F ${IMG}
56 fsck_ffs -nf -F ${IMG}
/freebsd-current/contrib/file/src/
H A Dis_csv.c94 size_t nf = 0, tf = 0, nl = 0; local
103 nf++;
106 DPRINTF("%zu %zu %zu\n", nl, nf, tf);
110 return tf != 0 && tf == nf;
114 if (nf == 0)
117 tf = nf;
118 } else if (tf != nf) {
122 nf = 0;
/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Dsplit.c217 int nf; local
219 nf = split(string, fields, NF, seps);
220 print(nf, NF, fields);
224 print(int nf, int nfp, char *fields) argument
229 bound = (nf > nfp) ? nfp : nf;
230 printf("%d:\t", nf);
232 printf("\"%s\"%s", fields[fn], (fn+1 < nf) ? ", " : "\n");
239 int nf; member in struct:__anon5208
310 int nf; local
[all...]
/freebsd-current/lib/libc/regex/grot/
H A Dsplit.c186 int nf; local
188 nf = split(string, fields, NF, seps);
189 print(nf, NF, fields);
193 print(int nf, int nfp, char *fields[]) argument
198 bound = (nf > nfp) ? nfp : nf;
199 printf("%d:\t", nf);
201 printf("\"%s\"%s", fields[fn], (fn+1 < nf) ? ", " : "\n");
208 int nf; member in struct:__anon46
279 int nf; local
[all...]
/freebsd-current/sys/dev/ath/ath_hal/ar5416/
H A Dar2133.c440 int16_t nf; local
443 * Blank nf array - some chips may only
451 nf = MS(OS_REG_READ(ah, AR_PHY_CH2_CCA), AR_PHY_CH2_MINCCA_PWR);
452 if (nf & 0x100)
453 nf = 0 - ((nf ^ 0x1ff) + 1);
455 "NF calibrated [ctl] [chain 2] is %d\n", nf);
456 nfarray[2] = nf;
458 nf = MS(OS_REG_READ(ah, AR_PHY_CH2_EXT_CCA), AR_PHY_CH2_EXT_MINCCA_PWR);
459 if (nf
[all...]
H A Dar5416_cal.c41 static void ar5416SanitizeNF(struct ath_hal *ah, int16_t *nf);
658 * here, the baseband nf cal will just be capped by our present
662 "nf to load: AR_PHY_AGC_CONTROL=0x%x\n",
750 ar5416SanitizeNF(struct ath_hal *ah, int16_t *nf) argument
762 if (!nf[i])
765 if (nf[i] > limit->max) {
768 i, nf[i], limit->max);
769 nf[i] = limit->max;
770 } else if (nf[i] < limit->min) {
773 i, nf[
788 int16_t nf, nfThresh; local
[all...]
/freebsd-current/contrib/expat/tests/
H A Druntests.c82 int i, nf; local
112 nf = srunner_ntests_failed(sr);
115 return (nf == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
/freebsd-current/contrib/netbsd-tests/sbin/fsck_ffs/
H A Dt_enable_quotas.sh47 fsck_ffs -nf -F ${IMG}
53 atf_check -s exit:0 -o "match:1 files, 1 used" fsck_ffs -nf -F ${IMG}
67 atf_check -s exit:0 -o "match:3 files" fsck_ffs -nf -F ${IMG}
79 atf_check -s exit:0 -o "match:3 files" fsck_ffs -nf -F ${IMG}
104 atf_check -s exit:0 -o "match:3 files" fsck_ffs -nf -F ${IMG}
H A Dt_check_quotas.sh50 atf_check -s exit:0 -o "match:3 files" fsck_ffs -nf -F ${IMG}
72 fsck_ffs -nf -F ${IMG}
/freebsd-current/sys/dev/ath/
H A Dif_ath_rx.h37 int rssi, int nf);
61 HAL_STATUS status, uint64_t tsf, int nf, HAL_RX_QUEUE qtype,
H A Dif_ath_rx.c335 int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf)
361 ATH_VAP(vap)->av_recv_mgmt(ni, m, subtype, rxs, rssi, nf);
511 const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf)
576 const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf)
623 sc->sc_rx_th.wr_antnoise = nf;
624 sc->sc_rx_th.wr_antsignal = nf + rs->rs_rssi;
658 uint64_t tsf, int nf, HAL_RX_QUEUE qtype, struct ath_buf *bf,
772 ath_rx_tap(sc, m, rs, rstamp, nf);
774 ath_rx_tap_vendor(sc, m, rs, rstamp, nf);
885 ath_rx_tap(sc, m, rs, rstamp, nf);
334 ath_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m, int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf) argument
510 ath_rx_tap_vendor(struct ath_softc *sc, struct mbuf *m, const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf) argument
575 ath_rx_tap(struct ath_softc *sc, struct mbuf *m, const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf) argument
657 ath_rx_pkt(struct ath_softc *sc, struct ath_rx_status *rs, HAL_STATUS status, uint64_t tsf, int nf, HAL_RX_QUEUE qtype, struct ath_buf *bf, struct mbuf *m) argument
1085 int16_t nf; local
[all...]
/freebsd-current/tools/tools/vt/fontcvt/
H A Dterminus.sh12 gzip -9nf terminus-u${R}.vfnt
/freebsd-current/contrib/nvi/ex/
H A Dex_shell.c151 int nf, pstat; local
172 p = msg_print(sp, cmd, &nf);
178 if (nf)
194 p = msg_print(sp, cmd, &nf);
199 if (nf)
/freebsd-current/sys/net80211/
H A Dieee80211_monitor.c61 const struct ieee80211_rx_stats *rxs, int rssi, int nf);
126 const struct ieee80211_rx_stats *rxs, int rssi, int nf)
125 monitor_input(struct ieee80211_node *ni, struct mbuf *m, const struct ieee80211_rx_stats *rxs, int rssi, int nf) argument
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_spectral.c278 "no nf cal offset found for freq %d chain %d\n",
298 "no nf pwr offset found for freq %d chain %d\n",
465 "%s: chan is NULL - no ss nf values\n", __func__);
590 int16_t nf; local
597 nf = MS(OS_REG_READ(ah, AR_PHY_CCA_0), AR_PHY_MINCCA_PWR);
600 nf = AH9300(ah)->nfp->nominal;
602 if (nf & 0x100) {
603 nf = (0 - ((nf ^ 0x1ff) + 1));
605 return nf;
610 int16_t nf; local
[all...]
/freebsd-current/usr.sbin/bluetooth/btpand/
H A Dbnep.c409 int i, nf, rsp; local
426 nf = len / 4;
427 pf = malloc(nf * sizeof(pfilter_t));
433 log_debug("nf = %d", nf);
435 for (i = 0; i < nf; i++) {
454 chan->npfilter = nf;
492 int i, nf, rsp; local
509 nf = len / (ETHER_ADDR_LEN * 2);
510 mf = malloc(nf * sizeo
[all...]
/freebsd-current/sbin/nvmecontrol/
H A Dcomnd.h72 typedef void (cmd_fn_t)(const struct cmd *nf, int argc, char *argv[]);
/freebsd-current/contrib/bmake/mk/
H A Dtarget-flags.mk8 #.nf
15 #.nf

Completed in 209 milliseconds

1234567