Searched refs:nf (Results 51 - 75 of 151) sorted by relevance

1234567

/freebsd-current/tests/sys/cddl/zfs/tests/rsend/
H A Drsend.kshlib236 typeset -i nl nd nf
239 ((nf = RANDOM % 5 ))
240 $MKTREE -b $dir -l $nl -d $nd -f $nf
/freebsd-current/sys/fs/nfs/
H A Dnfs_commonkrpc.c638 struct nfs_feedback_arg *nf = (struct nfs_feedback_arg *) arg; local
639 struct nfsmount *nmp = nf->nf_mount;
646 if (nf->nf_lastmsg + nmp->nm_tprintf_delay < now) {
647 nfs_down(nmp, nf->nf_td,
649 nf->nf_tprintfmsg = TRUE;
650 nf->nf_lastmsg = now;
655 nfs_up(nf->nf_mount, nf->nf_td,
656 "is alive again", NFSSTA_TIMEO, nf->nf_tprintfmsg);
679 struct nfs_feedback_arg nf; local
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_mac.c232 int nf; local
243 nf = mt792x_phy_get_nf(phy, idx);
245 phy->noise = nf << 4;
246 else if (nf)
247 phy->noise += nf - (phy->noise >> 4);
/freebsd-current/contrib/elftoolchain/libelf/
H A Delf_update.c719 _libelf_write_scn(Elf *e, unsigned char *nf, struct _Elf_Extent *ex) argument
779 (void) memset(nf + rc,
789 (void) memcpy(nf + rc,
815 (void) memset(nf + rc,
830 dst.d_buf = nf + rc;
848 _libelf_write_ehdr(Elf *e, unsigned char *nf, struct _Elf_Extent *ex) argument
877 dst.d_buf = nf;
892 _libelf_write_phdr(Elf *e, unsigned char *nf, struct _Elf_Extent *ex) argument
940 dst.d_buf = nf + ex->ex_start;
954 _libelf_write_shdr(Elf *e, unsigned char *nf, struc argument
[all...]
/freebsd-current/sys/net80211/
H A Dieee80211_wds.c105 int8_t rssi, nf; local
114 ic->ic_node_getsignal(ni, &rssi, &nf);
118 ieee80211_input(ni, m, rssi, nf);
408 const struct ieee80211_rx_stats *rxs, int rssi, int nf)
499 ni->ni_noise = nf;
717 vap->iv_recv_mgmt(ni, m, subtype, rxs, rssi, nf);
744 const struct ieee80211_rx_stats *rxs, int rssi, int nf)
407 wds_input(struct ieee80211_node *ni, struct mbuf *m, const struct ieee80211_rx_stats *rxs, int rssi, int nf) argument
743 wds_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m0, int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf) argument
H A Dieee80211_tdma.c115 int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf);
120 const u_int8_t *ie, int rssi, int nf, const struct ieee80211_frame *wh);
327 int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf)
390 (void) tdma_process_params(ni, scan.tdma, rssi, nf, wh);
398 ts->tdma_recv_mgmt(ni, m0, subtype, rxs, rssi, nf);
521 int rssi, int nf, const struct ieee80211_frame *wh)
326 tdma_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m0, int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf) argument
520 tdma_process_params(struct ieee80211_node *ni, const u_int8_t *ie, int rssi, int nf, const struct ieee80211_frame *wh) argument
H A Dieee80211_adhoc.c306 const struct ieee80211_rx_stats *rxs, int rssi, int nf)
442 ni->ni_noise = nf;
660 vap->iv_recv_mgmt(ni, m, subtype, rxs, rssi, nf);
705 int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf)
770 subtype, rssi, nf);
861 ni->ni_noise = nf;
1004 int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf)
1014 adhoc_recv_mgmt(ni, m0, subtype, rxs, rssi, nf);
305 adhoc_input(struct ieee80211_node *ni, struct mbuf *m, const struct ieee80211_rx_stats *rxs, int rssi, int nf) argument
704 adhoc_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m0, int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf) argument
1003 ahdemo_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m0, int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf) argument
H A Dieee80211_hostap.c72 int rssi, int nf);
76 int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf);
476 const struct ieee80211_rx_stats *rxs, int rssi, int nf)
578 ni->ni_noise = nf;
890 vap->iv_recv_mgmt(ni, m, subtype, rxs, rssi, nf);
917 int rssi, int nf, uint16_t seq, uint16_t status)
995 uint8_t *frm, uint8_t *efrm, int rssi, int nf,
1106 ni->ni_noise = nf;
1760 int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf)
1819 subtype, rssi, nf);
475 hostap_input(struct ieee80211_node *ni, struct mbuf *m, const struct ieee80211_rx_stats *rxs, int rssi, int nf) argument
916 hostap_auth_open(struct ieee80211_node *ni, struct ieee80211_frame *wh, int rssi, int nf, uint16_t seq, uint16_t status) argument
994 hostap_auth_shared(struct ieee80211_node *ni, struct ieee80211_frame *wh, uint8_t *frm, uint8_t *efrm, int rssi, int nf, uint16_t seq, uint16_t status) argument
1759 hostap_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m0, int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf) argument
[all...]
H A Dieee80211_sta.c75 int subtype, const struct ieee80211_rx_stats *, int rssi, int nf);
537 const struct ieee80211_rx_stats *rxs, int rssi, int nf)
650 ni->ni_noise = nf;
973 vap->iv_recv_mgmt(ni, m, subtype, rxs, rssi, nf);
1001 int rssi, int nf, uint16_t seq, uint16_t status)
1030 uint8_t *frm, uint8_t *efrm, int rssi, int nf,
1397 int rssi, int nf)
1652 &scan, wh, subtype, rssi, nf);
1697 subtype, rssi, nf);
1732 sta_auth_shared(ni, wh, frm + 6, efrm, rssi, nf,
536 sta_input(struct ieee80211_node *ni, struct mbuf *m, const struct ieee80211_rx_stats *rxs, int rssi, int nf) argument
1000 sta_auth_open(struct ieee80211_node *ni, struct ieee80211_frame *wh, int rssi, int nf, uint16_t seq, uint16_t status) argument
1029 sta_auth_shared(struct ieee80211_node *ni, struct ieee80211_frame *wh, uint8_t *frm, uint8_t *efrm, int rssi, int nf, uint16_t seq, uint16_t status) argument
1395 sta_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m0, int subtype, const struct ieee80211_rx_stats *rxs, int rssi, int nf) argument
[all...]
H A Dieee80211_proto.h83 #define ieee80211_input(ni, m, rssi, nf) \
84 ((ni)->ni_vap->iv_input(ni, m, NULL, rssi, nf))
/freebsd-current/sys/nlm/
H A Dnlm_advlock.c89 static void nlm_free_svid(struct nlm_file_svid *nf);
128 nlm_down(struct nlm_feedback_arg *nf, struct thread *td, argument
131 struct nfsmount *nmp = nf->nf_nmp;
145 nf->nf_printed = TRUE;
150 nlm_up(struct nlm_feedback_arg *nf, struct thread *td, argument
153 struct nfsmount *nmp = nf->nf_nmp;
155 if (!nf->nf_printed)
175 struct nlm_feedback_arg *nf = (struct nlm_feedback_arg *) arg; local
180 nlm_down(nf, td, "lockd not responding", 0);
184 nlm_up(nf, t
210 struct nlm_feedback_arg nf; local
[all...]
/freebsd-current/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c825 int16_t nf; local
827 nf = (OS_REG_READ(ah, AR_PHY(25)) >> 19) & 0x1ff;
828 if (nf & 0x100)
829 nf = 0 - ((nf ^ 0x1ff) + 1);
830 return nf;
924 int16_t nf, nfThresh; local
932 nf = ar5211GetNoiseFloor(ah);
933 if (nf > nfThresh) {
936 __func__, nf, nfThres
966 int16_t nf, nfThresh; local
[all...]
H A Dar5211_misc.c379 uint32_t nf; local
381 nf = (OS_REG_READ(ah, AR_PHY(25)) >> 19) & 0x1ff;
382 if (nf & 0x100)
383 nf = 0 - ((nf ^ 0x1ff) + 1);
385 OS_REG_READ(ah, AR_TSF_L32) ^ nf);
/freebsd-current/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1302 int16_t nf = (OS_REG_READ(ah, AR_PHY(25)) >> 19) & 0x1ff; local
1303 if (nf & 0x100)
1304 nf = 0 - ((nf ^ 0x1ff) + 1);
1305 return nf;
1357 updateNFHistBuff(struct ar5212NfCalHist *h, int16_t nf) argument
1359 h->nfCalBuffer[h->currIndex] = nf;
1377 int16_t nf = sort[j]; local
1379 sort[j-1] = nf;
1395 int16_t nf, nfThres local
[all...]
/freebsd-current/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c383 uint32_t nf; local
385 nf = (OS_REG_READ(ah, AR_PHY_BASE + (25 << 2)) >> 19) & 0x1ff;
386 if (nf & 0x100)
387 nf = 0 - ((nf ^ 0x1ff) + 1);
389 OS_REG_READ(ah, AR_TSF_L32) ^ nf);
/freebsd-current/contrib/ntp/include/
H A Dntp_fp.h78 #define NTOHL_MFP(ni, nf, hi, hf) \
81 (hf) = ntohl(nf); \
84 #define HTONL_MFP(hi, hf, ni, nf) \
87 (nf) = htonl(hf); \
/freebsd-current/contrib/libedit/
H A Dmap.c1407 size_t nf = el->el_map.nfunc + 1; local
1412 if ((p = el_realloc(el->el_map.func, nf *
1416 if ((p = el_realloc(el->el_map.help, nf * sizeof(*el->el_map.help)))
1421 nf = (size_t)el->el_map.nfunc;
1422 el->el_map.func[nf] = func;
1424 el->el_map.help[nf].name = name;
1425 el->el_map.help[nf].func = (int)nf;
1426 el->el_map.help[nf].description = help;
/freebsd-current/contrib/one-true-awk/
H A Dlib.c570 int nf = 2 * nfields; local
573 if (n > nf)
574 nf = n;
575 s = (nf+1) * (sizeof (struct Cell *)); /* freebsd: how much do we need? */
576 if (s / sizeof(struct Cell *) - 1 == (size_t)nf) /* didn't overflow */
581 FATAL("out of space creating %d fields", nf);
582 makefields(nfields+1, nf);
583 nfields = nf;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp461 AMDGPULibFunc nf; local
462 nf.getLeads()[0].ArgType = FInfo.getLeads()[0].ArgType;
463 nf.getLeads()[0].VectorSize = FInfo.getLeads()[0].VectorSize;
465 nf.setPrefix(AMDGPULibFunc::NATIVE);
466 nf.setId(AMDGPULibFunc::EI_SIN);
467 FunctionCallee sinExpr = getFunction(M, nf);
469 nf.setPrefix(AMDGPULibFunc::NATIVE);
470 nf.setId(AMDGPULibFunc::EI_COS);
471 FunctionCallee cosExpr = getFunction(M, nf);
1208 FuncInfo nf
[all...]
/freebsd-current/contrib/netbsd-tests/fs/ffs/
H A Dt_miscquota.sh164 fsck_ffs -nf -F ${IMG}
/freebsd-current/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in162 print MANOUT "\n.nf";
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c273 #define AH_NF_SIGN_EXTEND(nf) \
274 ((nf) & 0x100) ? \
275 0 - (((nf) ^ 0x1ff) + 1) : \
276 (nf)
281 int16_t nf; local
328 nf = (OS_REG_READ(ah, regs[i]) & masks[chan]) >> shifts[chan];
329 nfarray[i] = AH_NF_SIGN_EXTEND(nf);
347 int16_t nf; local
352 nf = MS(OS_REG_READ(ah, AR_PHY_CCA_0), AR9280_PHY_MINCCA_PWR);
353 if (nf
488 ar9300_limit_nf_range(struct ath_hal *ah, int16_t nf) argument
529 int16_t nf; local
2216 ar9300_get_nf_hist_base(struct ath_hal *ah, HAL_CHANNEL_INTERNAL *chan, int is_scan, int16_t nf[]) argument
2243 ar9300_load_nf(struct ath_hal *ah, int16_t nf[]) argument
[all...]
/freebsd-current/sys/dev/ath/
H A Dif_ath_rx_edma.c419 uint16_t nf; local
423 nf = ath_hal_getchannoise(ah, sc->sc_curchan);
424 sc->sc_stats.ast_rx_noise = nf;
555 int16_t nf; local
561 nf = ath_hal_getchannoise(sc->sc_ah, sc->sc_curchan);
590 if (ath_rx_pkt(sc, rs, bf->bf_rxstatus, tsf, nf, qtype, bf, m))
/freebsd-current/contrib/gdtoa/
H A Dstrtod.c96 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
208 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
231 nf += nz;
241 nf += nz;
304 if (match(&s,"nf")) {
340 e1 = e -= nf;
H A Dstrtodg.c327 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
407 for(decpt = nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
430 nf += nz;
440 nf += nz;
502 if (match(&s,"nf")) {
530 e1 = e -= nf;

Completed in 281 milliseconds

1234567