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

1234567

/freebsd-10-stable/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;
54 nf = MS(OS_REG_READ(ah, AR_PHY_EXT_CCA), AR9280_PHY_EXT_MINCCA_PWR);
55 if (nf & 0x100)
56 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...]
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...]
/freebsd-10-stable/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-10-stable/usr.bin/mail/
H A Dedit.c138 FILE *nf = NULL; local
147 (nf = Fdopen(t, "w")) == NULL) {
158 (void)putc(t, nf);
161 (void)putc(t, nf);
162 (void)fflush(nf);
163 if (fstat(fileno(nf), &statb) < 0)
167 if (ferror(nf)) {
168 (void)Fclose(nf);
171 nf = NULL;
174 if (Fclose(nf) <
[all...]
H A Dcollect.c544 FILE *nf = run_editor(fp, (off_t)-1, c, 0); local
546 if (nf != NULL) {
547 (void)fseeko(nf, (off_t)0, SEEK_END);
548 collf = nf;
563 FILE *nf; local
571 (nf = Fdopen(fd, "w+")) == NULL) {
583 0, fileno(fp), fileno(nf), "-c", cmd, NULL) < 0) {
584 (void)Fclose(nf);
587 if (fsize(nf) == 0) {
589 (void)Fclose(nf);
[all...]
/freebsd-10-stable/contrib/netbsd-tests/sbin/newfs/
H A Dt_enable_quotas.sh46 fsck_ffs -nf -F ${IMG}
56 fsck_ffs -nf -F ${IMG}
/freebsd-10-stable/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:__anon3968
310 int nf; local
[all...]
/freebsd-10-stable/lib/libc/regex/grot/
H A Dsplit.c189 int nf; local
191 nf = split(string, fields, NF, seps);
192 print(nf, NF, fields);
196 print(int nf, int nfp, char *fields[]) argument
201 bound = (nf > nfp) ? nfp : nf;
202 printf("%d:\t", nf);
204 printf("\"%s\"%s", fields[fn], (fn+1 < nf) ? ", " : "\n");
211 int nf; member in struct:__anon1
282 int nf; local
[all...]
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar2133.c439 int16_t nf; local
442 * Blank nf array - some chips may only
450 nf = MS(OS_REG_READ(ah, AR_PHY_CH2_CCA), AR_PHY_CH2_MINCCA_PWR);
451 if (nf & 0x100)
452 nf = 0 - ((nf ^ 0x1ff) + 1);
454 "NF calibrated [ctl] [chain 2] is %d\n", nf);
455 nfarray[2] = nf;
457 nf = MS(OS_REG_READ(ah, AR_PHY_CH2_EXT_CCA), AR_PHY_CH2_EXT_MINCCA_PWR);
458 if (nf
[all...]
H A Dar5416_cal.c41 static void ar5416SanitizeNF(struct ath_hal *ah, int16_t *nf);
652 * here, the baseband nf cal will just be capped by our present
656 "nf to load: AR_PHY_AGC_CONTROL=0x%x\n",
743 ar5416SanitizeNF(struct ath_hal *ah, int16_t *nf) argument
755 if (!nf[i])
758 if (nf[i] > limit->max) {
761 i, nf[i], limit->max);
762 nf[i] = limit->max;
763 } else if (nf[i] < limit->min) {
766 i, nf[
782 int16_t nf, nfThresh; local
[all...]
/freebsd-10-stable/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-10-stable/sys/dev/ath/
H A Dif_ath_rx.h36 int subtype, int rssi, int nf);
60 HAL_STATUS status, uint64_t tsf, int nf, HAL_RX_QUEUE qtype,
H A Dif_ath_rx.c315 int subtype, int rssi, int nf)
324 ATH_VAP(vap)->av_recv_mgmt(ni, m, subtype, rssi, nf);
370 const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf)
436 const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf)
483 sc->sc_rx_th.wr_antnoise = nf;
484 sc->sc_rx_th.wr_antsignal = nf + rs->rs_rssi;
518 uint64_t tsf, int nf, HAL_RX_QUEUE qtype, struct ath_buf *bf,
630 ath_rx_tap(ifp, m, rs, rstamp, nf);
632 ath_rx_tap_vendor(ifp, m, rs, rstamp, nf);
747 ath_rx_tap(ifp, m, rs, rstamp, nf);
314 ath_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m, int subtype, int rssi, int nf) argument
369 ath_rx_tap_vendor(struct ifnet *ifp, struct mbuf *m, const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf) argument
435 ath_rx_tap(struct ifnet *ifp, struct mbuf *m, const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf) argument
517 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
899 int16_t nf; local
[all...]
/freebsd-10-stable/tools/tools/vt/fontcvt/
H A Dterminus.sh13 gzip -9nf terminus-u${R}.vfnt
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_shell.c156 int nf, pstat; local
177 p = msg_print(sp, cmd, &nf);
183 if (nf)
199 p = msg_print(sp, cmd, &nf);
204 if (nf)
/freebsd-10-stable/usr.bin/indent/
H A Dio.c602 chfont(struct fstate *of, struct fstate *nf, char *s) argument
604 if (of->font[0] != nf->font[0]
605 || of->font[1] != nf->font[1]) {
608 if (nf->font[1]) {
610 *s++ = nf->font[0];
611 *s++ = nf->font[1];
614 *s++ = nf->font[0];
616 if (nf->size != of->size) {
619 if (nf->size < of->size) {
621 *s++ = '0' + of->size - nf
[all...]
/freebsd-10-stable/sys/net80211/
H A Dieee80211_monitor.c63 int rssi, int nf);
127 monitor_input(struct ieee80211_node *ni, struct mbuf *m, int rssi, int nf) argument
/freebsd-10-stable/sys/nfsclient/
H A Dnfs_krpc.c395 struct nfs_feedback_arg *nf = (struct nfs_feedback_arg *) arg; local
396 struct nfsmount *nmp = nf->nf_mount;
403 if (nf->nf_lastmsg + nmp->nm_tprintf_delay < now) {
404 nfs_down(nmp, nf->nf_td,
406 nf->nf_tprintfmsg = TRUE;
407 nf->nf_lastmsg = now;
412 nfs_up(nf->nf_mount, nf->nf_td,
413 "is alive again", NFSSTA_TIMEO, nf->nf_tprintfmsg);
442 struct nfs_feedback_arg nf; local
[all...]
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_spectral.c276 "no nf cal offset found for freq %d chain %d\n",
296 "no nf pwr offset found for freq %d chain %d\n",
429 "%s: chan is NULL - no ss nf values\n", __func__);
552 int16_t nf; local
557 nf = MS(OS_REG_READ(ah, AR_PHY_CCA_0), AR_PHY_MINCCA_PWR);
560 nf = ahpriv->nfp->nominal;
562 if (nf & 0x100) {
563 nf = (0 - ((nf ^ 0x1ff) + 1));
565 return nf;
570 int16_t nf; local
[all...]
/freebsd-10-stable/usr.sbin/bluetooth/btpand/
H A Dbnep.c407 int i, nf, rsp; local
424 nf = len / 4;
425 pf = malloc(nf * sizeof(pfilter_t));
431 log_debug("nf = %d", nf);
433 for (i = 0; i < nf; i++) {
452 chan->npfilter = nf;
490 int i, nf, rsp; local
507 nf = len / (ETHER_ADDR_LEN * 2);
508 mf = malloc(nf * sizeo
[all...]
/freebsd-10-stable/contrib/bmake/mk/
H A Dtarget-flags.mk8 #.nf
15 #.nf
/freebsd-10-stable/usr.bin/make/
H A Dparse.c342 struct IFile *nf; local
344 nf = emalloc(sizeof(*nf));
345 nf->fname = fullname;
346 nf->lineno = lineno;
350 if ((nf->F = fp) == NULL) {
351 nf->F = fopen(fullname, "r");
352 if (nf->F == NULL) {
356 free(nf);
360 nf
[all...]

Completed in 167 milliseconds

1234567