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

1 2 3 4 5 6 7 8 91011>>

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar9285.c 34 int16_t nf; local
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
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
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
    [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
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
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
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/external/bsd/file/dist/src/
is_csv.c 100 size_t nf = 0, tf = 0, nl = 0; local
109 nf++;
112 DPRINTF("%zu %zu %zu\n", nl, nf, tf);
116 return tf != 0 && tf == nf;
120 if (nf == 0)
123 tf = nf;
124 } else if (tf != nf) {
128 nf = 0;
  /src/tests/lib/libc/regex/
split.c 215 # define NF 5
216 char *fields[NF];
217 int nf; local
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:__anon7852
310 int nf; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
genrvv-type-indexer.cc 68 valid_type (unsigned sew, int lmul_log2, unsigned nf, bool float_p)
73 if (nf > 8 || nf < 1)
79 return nf < 5;
81 return nf < 3;
83 return nf == 1;
104 inttype (unsigned sew, int lmul_log2, unsigned nf, bool unsigned_p)
106 if (!valid_type (sew, lmul_log2, nf, /*float_t*/ false))
114 if (nf > 1)
115 mode << "x" << nf; local
140 mode << "x" << nf; local
    [all...]
  /src/external/mit/expat/dist/tests/
runtests.c 82 int i, nf; local
112 nf = srunner_ntests_failed(sr);
115 return (nf == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
  /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
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));
  /src/external/bsd/openldap/dist/libraries/libldap/
schema.c 89 ldap_nameform2name( LDAPNameForm * nf )
91 if (!nf) return NULL;
92 return( choose_name( nf->nf_names, nf->nf_oid ) );
792 ldap_nameform2str( LDAPNameForm * nf )
795 if (ldap_nameform2bv( nf, &bv ))
802 ldap_nameform2bv( LDAPNameForm * nf, struct berval *bv )
806 if ( !nf || !bv )
816 print_numericoid(ss, nf->nf_oid);
819 if ( nf->nf_names )
3189 LDAPNameForm * nf; local
    [all...]
  /src/sys/arch/sun3/sun3/
autoconf.c 187 struct prom_n2f *nf; local
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
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
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
517 nf = len / (ETHER_ADDR_LEN * 2)
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
nestgroup.c 275 nestgroup_filterinst_t *nf = *nfp; local
277 nf = op->o_tmprealloc( nf, (n + 1) * sizeof(nestgroup_filterinst_t), op->o_tmpmemctx );
278 nf[n].nf_f = f;
279 nf[n].nf_new = NULL;
280 nf[n++].nf_e = NULL;
281 *nfp = nf;
434 Filter *f, *nf; local
444 nf = f;
445 nf->f_ava = op->o_tmpcalloc( 1, sizeof( AttributeAssertion ), op->o_tmpmemctx )
550 Filter *f, *nf; local
    [all...]
  /src/external/bsd/nvi/dist/ex/
ex_shell.c 157 int nf, pstat; local
178 p = msg_print(sp, cmd, &nf);
184 if (nf)
200 p = msg_print(sp, cmd, &nf);
205 if (nf)
  /src/lib/libc/time/
tzselect.ksh 514 nf = split(line[nr], f, /\t/)
515 print f[nf]
532 nf = split(line[nr], f, /\t/)
533 if (f[nf] == region)
  /src/external/bsd/openldap/dist/include/
ldap_schema.h 197 LDAPNameForm * nf ));
229 LDAPNameForm * nf ));
301 LDAPNameForm * nf ));
305 LDAPNameForm * nf, struct berval *bv ));
  /src/sys/fs/nfs/common/
nfs_commonkrpc.c 450 struct nfs_feedback_arg *nf = (struct nfs_feedback_arg *) arg; local
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
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_misc.c 382 uint32_t nf; local
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);

Completed in 92 milliseconds

1 2 3 4 5 6 7 8 91011>>