HomeSort by: relevance | last modified time | path
    Searched refs:nf (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar9285.c 34 int16_t nf; local in function:ar9285GetNoiseFloor
36 nf = MS(OS_REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR);
37 if (nf & 0x100)
38 nf = 0 - ((nf ^ 0x1ff) + 1);
40 "NF calibrated [ctl] [chain 0] is %d\n", nf);
41 nfarray[0] = nf;
45 nf = MS(OS_REG_READ(ah, AR_PHY_EXT_CCA), AR9280_PHY_EXT_MINCCA_PWR);
46 if (nf & 0x100
    [all...]
ar9280.c 271 int16_t nf; local in function:ar9280GetNoiseFloor
273 nf = MS(OS_REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR);
274 if (nf & 0x100)
275 nf = 0 - ((nf ^ 0x1ff) + 1);
277 "NF calibrated [ctl] [chain 0] is %d\n", nf);
278 nfarray[0] = nf;
280 nf = MS(OS_REG_READ(ah, AR_PHY_CH1_CCA), AR9280_PHY_CH1_MINCCA_PWR);
281 if (nf & 0x100
    [all...]
ar2133.c 335 int16_t nf; local in function:ar2133GetNoiseFloor
339 nf = MS(OS_REG_READ(ah, AR_PHY_CH2_CCA), AR_PHY_CH2_MINCCA_PWR);
340 if (nf & 0x100)
341 nf = 0 - ((nf ^ 0x1ff) + 1);
343 "NF calibrated [ctl] [chain 2] is %d\n", nf);
344 nfarray[4] = nf;
346 nf = MS(OS_REG_READ(ah, AR_PHY_CH2_EXT_CCA), AR_PHY_CH2_EXT_MINCCA_PWR);
347 if (nf & 0x100
    [all...]
ar5416_cal.c 27 #include "ar5212/ar5212.h" /* for NF cal related declarations */
218 * Do NF calibration after DC offset and other CALs.
223 /* XXX this actually kicks off a NF calibration -adrian */
226 * Try to make sure the above NF cal completes, just so
230 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: initial NF calibration did "
448 /* Do NF cal only at longer intervals */
451 * Get the value from the previous NF cal
457 * Load the NF from history buffer of the current channel.
458 * NF is slow time-variant, so it is OK to use a
463 /* start NF calibration, without updating BB NF register*
653 int16_t nf, nfThresh; local in function:ar5416GetNf
    [all...]
  /src/tests/fs/ffs/
quotas_common.sh 11 fsck_ffs -nf -F ${IMG}
  /src/usr.bin/mail/
edit.c 61 FILE *nf = NULL; local in function:run_editor
80 if ((nf = Fdopen(t, "wef")) == NULL) {
88 (void)putc(t, nf);
91 (void)putc(t, nf);
92 (void)fflush(nf);
93 if (ferror(nf)) {
94 (void)Fclose(nf);
97 nf = NULL;
100 if (fstat(fileno(nf), &statb) < 0)
104 if (Fclose(nf) < 0)
    [all...]
collect.c 132 FILE *nf; local in function:mesedit
136 nf = run_editor(fp, (off_t)-1, c, 0);
137 if (nf != NULL) {
138 (void)fseek(nf, 0L, 2);
139 collf = nf;
155 FILE *nf; local in function:mespipe
168 (nf = Fdopen(fd, "wef+")) == NULL) {
182 NULL, fileno(fp), fileno(nf), "-c", cmd, NULL) < 0) {
183 (void)Fclose(nf);
186 if (fsize(nf) == 0)
    [all...]
  /src/tests/sbin/newfs/
t_enable_quotas.sh 46 fsck_ffs -nf -F ${IMG}
56 fsck_ffs -nf -F ${IMG}
  /src/tests/lib/libc/regex/
split.c 215 # define NF 5
216 char *fields[NF];
217 int nf; local in function:dosplit
219 nf = split(string, fields, NF, seps);
220 print(nf, NF, fields);
224 print(int nf, int nfp, char *fields)
229 bound = (nf > nfp) ? nfp : nf;
239 int nf; member in struct:__anon7b9878e50108
310 int nf; local in function:regress
    [all...]
main.c 171 int nf; local in function:regress
187 nf = split(inbuf, f, MAXF, "\t\t");
188 if (nf < 3) {
192 for (i = 0; i < nf; i++)
195 if (nf <= 3)
197 if (nf <= 4)
  /src/tests/sbin/fsck_ffs/
t_enable_quotas.sh 49 fsck_ffs -nf -F "${IMG}"
55 atf_check -s exit:0 -o "match:1 files, 1 used" fsck_ffs -nf -F "${IMG}"
63 /sbin/fsdb -nF -f "${IMG}" |
72 atf_check -s exit:0 -o "match:3 files" fsck_ffs -nf -F "${IMG}"
84 atf_check -s exit:0 -o "match:3 files" fsck_ffs -nf -F "${IMG}"
109 atf_check -s exit:0 -o "match:3 files" fsck_ffs -nf -F "${IMG}"
t_check_quotas.sh 43 /sbin/fsdb -nF -f "${IMG}" |
52 atf_check -s exit:0 -o "match:3 files" fsck_ffs -nf -F "${IMG}"
74 fsck_ffs -nf -F "${IMG}"
  /src/sys/arch/i386/stand/efiboot/
devopen.c 160 const struct netboot_fstab *nf; local in function:devopen
197 nf = netboot_fstab_find(devname);
198 if (nf != NULL) {
206 memcpy(&file_system[n++], nf->ops,
253 nf = netboot_fstab_findn(fname, fsnamelen);
254 if (nf == NULL ||
262 memcpy(file_system, nf->ops, sizeof(struct fs_ops));
boot.c 145 const struct netboot_fstab *nf; local in function:parsebootfile
212 nf = netboot_fstab_find(savedevname);
213 if (nf != NULL)
214 *fsname = (char *)nf->name;
295 const struct netboot_fstab *nf; local in function:boot
308 nf = netboot_fstab_find(default_devname);
309 if (nf != NULL)
310 default_fsname = (char *)nf->name;
  /src/sys/arch/sun3/sun3/
autoconf.c 187 struct prom_n2f *nf; local in function:cpu_rootconf
213 for (nf = prom_dev_table; nf->func; nf++)
214 if (!strcmp(nf->name, promname)) {
215 find = nf->func;
  /src/sys/arch/sun68k/sun68k/
autoconf.c 315 struct prom_n2f *nf; local in function:cpu_rootconf
344 for (nf = prom_dev_table; nf->func; nf++)
345 if (!strcmp(nf->name, promname)) {
346 find = nf->func;
  /src/usr.sbin/btpand/
bnep.c 414 int i, nf, rsp; local in function:bnep_recv_filter_net_type_set
431 nf = len / 4;
432 if (nf > BNEP_MAX_NET_TYPE_FILTERS) {
436 pf = malloc(nf * sizeof(pfilter_t));
442 log_debug("nf = %d", nf);
444 for (i = 0; i < nf; i++) {
463 chan->npfilter = nf;
500 int i, nf, rsp; local in function:bnep_recv_filter_multi_addr_set
517 nf = len / (ETHER_ADDR_LEN * 2)
    [all...]
  /src/lib/libc/time/
tzselect.ksh 512 nf = split(line[nr], f, /\t/)
513 print f[nf]
531 nf = split(line[nr], f, /\t/)
532 if (f[nf] == region)
  /src/sys/fs/nfs/common/
nfs_commonkrpc.c 450 struct nfs_feedback_arg *nf = (struct nfs_feedback_arg *) arg; local in function:nfs_feedback
451 struct nfsmount *nmp = nf->nf_mount;
458 if (nf->nf_lastmsg + nmp->nm_tprintf_delay < now) {
459 nfs_down(nmp, nf->nf_td,
461 nf->nf_tprintfmsg = TRUE;
462 nf->nf_lastmsg = now;
467 nfs_up(nf->nf_mount, nf->nf_td,
468 "is alive again", NFSSTA_TIMEO, nf->nf_tprintfmsg);
492 struct nfs_feedback_arg nf; local in function:newnfs_request
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_misc.c 382 uint32_t nf; local in function:ar5210GetRandomSeed
384 nf = (OS_REG_READ(ah, AR_PHY_BASE + (25 << 2)) >> 19) & 0x1ff;
385 if (nf & 0x100)
386 nf = 0 - ((nf ^ 0x1ff) + 1);
388 OS_REG_READ(ah, AR_TSF_L32) ^ nf);
ar5210_reset.c 531 /* AGC calibration (this was added to make the NF threshold check work) */
937 int16_t nf; local in function:ar5210GetNoiseFloor
939 nf = (OS_REG_READ(ah, AR_PHY(25)) >> 19) & 0x1ff;
940 if (nf & 0x100)
941 nf = 0 - ((nf ^ 0x1ff) + 1);
942 return nf;
955 int32_t nf, nfLoops; local in function:ar5210CalNoiseFloor
964 ath_hal_printf(ah, " -PHY NF Reg state: 0x%x\n",
974 nf = 0
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
armada-70x0.dtsi 61 marvell,function = "nf";
  /src/games/fortune/strfile/
strfile.c 389 # define SET_N(nf,ch) (nf = (ch == '\n'))
390 # define IS_END(ch,nf) (ch == Delimch && nf)
  /src/usr.bin/netstat/
main.c 342 prepare_kvmd(const char *nf, const char *mf, char *errbuf)
347 k = kvm_openfiles(nf, mf, NULL, O_RDONLY, errbuf);
353 prepare(const char *nf, const char *mf, struct protox *tp)
360 if (nf != NULL || mf != NULL) {
392 kvmd = prepare_kvmd(nf, mf, buf);
399 if (nf)
400 errx(1, "%s: no namelist", nf);
  /src/sys/fs/nfs/nlm/
nlm_advlock.c 92 static void nlm_free_svid(struct nlm_file_svid *nf);
131 nlm_down(struct nlm_feedback_arg *nf, struct thread *td,
134 struct nfsmount *nmp = nf->nf_nmp;
148 nf->nf_printed = TRUE;
153 nlm_up(struct nlm_feedback_arg *nf, struct thread *td,
156 struct nfsmount *nmp = nf->nf_nmp;
158 if (!nf->nf_printed)
178 struct nlm_feedback_arg *nf = (struct nlm_feedback_arg *) arg; local in function:nlm_feedback
183 nlm_down(nf, td, "lockd not responding", 0);
187 nlm_up(nf, td, "lockd is alive again")
213 struct nlm_feedback_arg nf; local in function:nlm_advlock_internal
    [all...]

Completed in 21 milliseconds

1 2 3