Searched refs:fudge (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/contrib/ntp/conf/
H A Dpogo.conf6 fudge 127.127.6.1 refid GPS1 time1 -.002777 flag2 1
9 fudge 127.127.4.1 refid GPS2 time1 .000221
11 fudge 127.127.22.0 flag3 1 # kernel PPS
H A Drackety.conf9 # sender is blocked. Note that the precise fudge factors were
14 fudge 127.127.4.0 refid GPS1 time1 -.000097 flag1 1
16 fudge 127.127.4.1 refid GPS2 time1 -.000097 flag1 1
19 fudge 127.127.4.2 refid WVB1 time1 .0021 flag4 1 flag1 1
22 fudge 127.127.4.3 refid WVB2 time1 .0021 flag4 1 flag1 1
24 fudge 127.127.22.1 flag3 1 # kernel PPS
H A Dgrundoon.conf6 fudge 127.127.11.1 time1 .00487 flag1 1 flag4 1
8 fudge 127.127.22.1 # default use PLL/FLL loop
H A Dbeauregard.conf6 fudge 127.127.18.1 time1 .0035
/freebsd-10-stable/contrib/apr-util/crypto/
H A Dgetuuid.c152 static apr_uint64_t fudge = 0; local
159 Reset the fudge factor. if we are generating them too fast, then
160 the fudge may need to be reset to something greater than zero. */
161 if (time_last + fudge > time_now)
162 fudge = time_last + fudge - time_now + 1;
164 fudge = 0;
168 /* We generated two really fast. Bump the fudge factor. */
169 ++fudge;
172 *timestamp = time_now + fudge;
[all...]
/freebsd-10-stable/contrib/ldns/ldns/
H A Dtsig.h74 * \param[in] fudge seconds of error permitted in time signed
79 ldns_status ldns_pkt_tsig_sign(ldns_pkt *pkt, const char *key_name, const char *key_data, uint16_t fudge,
87 * \param[in] fudge seconds of error permitted in time signed
94 ldns_status ldns_pkt_tsig_sign_next(ldns_pkt *pkt, const char *key_name, const char *key_data, uint16_t fudge,
/freebsd-10-stable/sys/fs/fuse/
H A Dfuse_internal.c308 struct fuse_dirent *fudge; local
320 fudge = (struct fuse_dirent *)buf;
321 freclen = FUSE_DIRENT_SIZE(fudge);
336 if (!fudge->namelen || fudge->namelen > MAXNAMLEN) {
341 &fudge->namelen);
351 de->d_fileno = fudge->ino; /* XXX: truncation */
353 de->d_type = fudge->type;
354 de->d_namlen = fudge->namelen;
357 (char *)buf + FUSE_NAME_OFFSET, fudge
[all...]
/freebsd-10-stable/contrib/ldns/
H A Dtsig.c353 uint16_t fudge, const char *algorithm_name, ldns_rdf *query_mac)
355 return ldns_pkt_tsig_sign_next(pkt, key_name, key_data, fudge, algorithm_name, query_mac, 0);
360 uint16_t fudge, const char *algorithm_name, ldns_rdf *query_mac, int tsig_timers_only)
408 fudge_rdf = ldns_native2rdf_int16(LDNS_RDF_TYPE_INT16, fudge);
352 ldns_pkt_tsig_sign(ldns_pkt *pkt, const char *key_name, const char *key_data, uint16_t fudge, const char *algorithm_name, ldns_rdf *query_mac) argument
359 ldns_pkt_tsig_sign_next(ldns_pkt *pkt, const char *key_name, const char *key_data, uint16_t fudge, const char *algorithm_name, ldns_rdf *query_mac, int tsig_timers_only) argument
H A Dupdate.c73 uint16_t fudge = 300; /* Recommended fudge. [RFC2845 6.4] */ local
76 ldns_resolver_tsig_keydata(r), fudge,
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c61 #define FUDGEFAC .1 /* fudge correction factor */
369 double fudge
379 SAMPLE(doffset + fudge);
385 * refclock_process_f - refclock_process with other than time1 fudge
402 double fudge
422 refclock_process_offset(pp, offset, pp->lastrec, fudge);
1196 * This routine is called after the fudge command to open the PPSAPI
1197 * interface for later parameter setting after the fudge command.
1220 * This routine is called to set the PPSAPI parameters after the fudge
1344 * Convert to signed fraction offset, apply fudge an
[all...]
H A Drefclock_parse.c3486 * parse_control - set fudge factors, return statistics
3750 double fudge; local
3986 fudge = parse->generic->fudgetime1; /* standard RS232 Fudgefactor */
4012 * set fudge = 0.0 if already included in PPS time stamps
4036 fudge = ppsphaseadjust; /* pick PPS fudge factor */
4072 fudge = ppsphaseadjust; /* pick PPS fudge factor */
4193 fudge);
4198 refclock_process_offset(parse->generic, reftime, rectime, fudge);
[all...]
H A Dntp_parser.c2721 APPEND_G_FIFO(cfgt.fudge, aon);
2763 yyerror("fudge factor: stratum value not in [0..16], ignored");
H A Dntp_config.c839 addr_opts = HEAD_PFIFO(ptree->fudge);
850 fprintf(df, "fudge %s", s1);
860 "# unknown fudge atrv->type %d\n"
861 "fudge %s", atrv->type,
3615 curr_fudge = HEAD_PFIFO(ptree->fudge);
3628 "unrecognized fudge reference clock address %s, line ignored",
3633 "inappropriate address %s for the fudge command, line ignored",
3637 /* Parse all the options to the fudge command */
3700 "Unexpected fudge flag %s (%d) for %s",
3721 FREE_ADDR_OPTS_FIFO(ptree->fudge);
[all...]
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_config.h233 addr_opts_fifo *fudge; member in struct:config_tree_tag
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_tx.c1167 uint64_t towrite, tofree, tooverwrite, tounref, tohold, fudge; local
1206 towrite = tofree = tooverwrite = tounref = tohold = fudge = 0;
1228 fudge += refcount_count(&txh->txh_fudge);
1254 * XXX - the "fudge" factor is to account for skipped blocks that
1258 spa_get_asize(tx->tx_pool->dp_spa, tohold + fudge);
/freebsd-10-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c86 static void fudge (struct parse *, FILE *);
208 { "fudge", fudge, { NTP_ADD, NTP_STR, NTP_STR, NO },
210 "set/change one of a clock's fudge factors" },
2709 (void) fprintf(fp, "fudge time 1: %s\n",
2712 (void) fprintf(fp, "fudge time 2: %s\n",
2718 (void) fprintf(fp, "fudge flags: 0x%x\n",
2729 * fudge - set clock fudge factors
2732 fudge( function
[all...]
H A Dntpdc-opts.def385 values obtained provide information on the setting of fudge factors
630 .It Xo Ic fudge Ar peer_address

Completed in 211 milliseconds