Home
last modified time | relevance | path

Searched refs:reach (Results 1 – 25 of 76) sorted by relevance

1234

/freebsd/contrib/bmake/unit-tests/
H A Ddirective-for.exp22 make: "directive-for.mk" line 214: XXX: Should not reach word1
23 make: "directive-for.mk" line 214: XXX: Should not reach before--after
24 make: "directive-for.mk" line 214: XXX: Should not reach word3
H A Ddirective-for.mk214 . info XXX: Should not reach ${var}
/freebsd/contrib/ntp/ntpd/
H A Dntp_refclock.c387 oreach = peer->reach & 0xfe; in refclock_transmit()
388 peer->reach <<= 1; in refclock_transmit()
389 if (!(peer->reach & 0x0f)) in refclock_transmit()
392 if (!peer->reach) { in refclock_transmit()
690 if (!peer->reach) { in refclock_receive()
694 peer->reach = (peer->reach << (peer->reach & 1)) | 1; in refclock_receive()
1760 * anything, either. Likewise if the reach mask is full, of in refclock_checkburst()
1764 ((peer->reach in refclock_checkburst()
[all...]
H A Drefclock_wwv.c493 int reach; /* reachability register */ member
1337 sp->reach <<= 1; in wwv_qrz()
1338 if (sp->reach & (1 << AMAX)) in wwv_qrz()
1342 sp->reach |= 1; in wwv_qrz()
1357 sp->reach & 0xffff, sp->metric, sp->synmax, in wwv_qrz()
1834 sp->reach <<= 1; in wwv_rsec()
1835 if (sp->reach & (1 << AMAX)) in wwv_rsec()
1839 sp->reach |= 1; in wwv_rsec()
1849 rp->reach <<= 1; in wwv_rsec()
1850 if (rp->reach in wwv_rsec()
[all...]
H A Drefclock_dumbclock.c361 if (peer->reach == 0)
H A Drefclock_chronolog.c328 if (peer->burst == 0 && peer->reach == 0) in chronolog_poll()
H A Dntp_proto.c407 if (peer->outdate > peer->timelastrec && !peer->reach) in transmit()
498 oreach = peer->reach; in transmit()
501 peer->reach <<= 1; in transmit()
502 if (!peer->reach) { in transmit()
2646 if (peer->reach) in process_packet()
2659 if (!peer->reach) { in process_packet()
2663 peer->reach |= 1; in process_packet()
5162 if (!peer->reach || (peer->flags & FLAG_NOSELECT)) { in peer_unfit()
/freebsd/contrib/libcbor/
H A DCONTRIBUTING.md13 **New features:** I am looking to keep the scope of libcbor small. If you would like to add a feature, please open an issue with your proposal (or reach out to me privately) to discuss if the feature fits into libcbor before opening a PR.
15 **Major changes:** Please open an issue with your proposal (or reach out to me privately) to discuss if the improvement fits into cbor before opening a PR.
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.h32 u_char reach; /* reachability, NTP_WINDOW bits */ member
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dkeystone-navigator-dma.txt34 into DMA and the DMA uses it as the physical addresses to reach queue
37 use them since it has a different address space view to reach all
/freebsd/contrib/ldns/drill/
H A DREGRESSIONS8 dramatically, but you obviously need to be able to reach a recursive
/freebsd/sys/contrib/openzfs/contrib/pyzfs/
H A DREADME20 do reach stable storage. That means that the operations are done
/freebsd/sys/contrib/device-tree/src/arm/arm/
H A Darm-realview-eb-11mp-ctrevb.dts59 * On revision B, we cannot reach the secondary interrupt
/freebsd/contrib/ntp/ntpq/
H A Dntpq.texi216 @code{ind assid status conf reach auth condition last_event cnt}
233 @item @code{reach}
369 @code{[tally]remote refid st t when pool reach delay offset jitter}
408 @item @code{reach}
410 reach shift register (octal)
696 @item @code{reach}
698 reach register (octal)
H A Dntpq-opts.def431 .Dl [tally]remote refid assid st t when pool reach delay offset jitter
439 .Dl ind assid status conf reach auth condition last_event cnt
446 .It Cm reach Ta Cm yes : No reachable, Cm no : No unreachable
620 .Dl [tally]remote refid st t when pool reach delay offset jitter
667 .It Cm reach
668 reach shift register (octal)
928 .It Cm reach
929 reach register (octal)
H A Dntpq-subs.c1184 const char *reach; in printassoc() local
1200 "ind assid status conf reach auth condition last_event cnt\n"); in printassoc()
1214 reach = "none"; in printassoc()
1221 reach = "yes"; in printassoc()
1223 reach = "no"; in printassoc()
1363 assoc_cache[i].status, conf, reach, auth, in printassoc()
1611 { "reach", 0 }, /* 5 */
1629 { "reach", 0 }, /* 5 */
1649 { "reach", 0 }, /* 6 */
1699 u_long reach in doprintpeers()
1698 u_long reach = 0; doprintpeers() local
[all...]
H A Dinvoke-ntpq.texi307 [tally]remote refid assid st t when pool reach delay offset jitter
317 ind assid status conf reach auth condition last_event cnt
325 @item @code{reach} @code{Ta} @code{yes}: @code{No} @code{reachable,} @code{no}: @code{No} @code{unreachable}
497 [tally]remote refid st t when pool reach delay offset jitter
545 @item @code{reach}
546 reach shift register (octal)
808 @item @code{reach}
809 reach register (octal)
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std51 offsetof(reach) = 13
76 offsetof(reach) = 20
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dad5758.txt65 - adi,slew-time-us: The time it takes for the output to reach the
/freebsd/crypto/openssl/doc/man3/
H A DBIO_socket_wait.pod35 It retries BIO_do_connect() as far as needed to reach a definite outcome,
/freebsd/crypto/openssl/ssl/record/
H A DREADME.md34 component, e.g. ssl3_buffer cannot reach inside the RECORD_LAYER component to
/freebsd/contrib/ntp/include/
H A Dntp_request.h358 u_char reach; /* reachability register */ member
388 u_char reach; /* peer.reach */ member
/freebsd/crypto/openssl/Configurations/
H A DINTERNALS.Configure13 will hopefully reach such a point in time.
/freebsd/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c149 u_int32_t reach; /* Reach */ member
1066 val_parse_uint32(val, &p->reach, in fetch_peers()
1322 value->v.uint32 = t->reach; in op_ntpPeersVarTable()
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-sniper.dts238 * making it impossible to reach other devices on I2C3.

1234