Searched refs:reach (Results 1 - 23 of 23) sorted by relevance

/freebsd-11.0-release/usr.bin/kdump/
H A Dmksubr118 default: /* Should not reach */
149 else /* Should not reach */
271 default: /* Should not reach */
290 default: /* Should not reach */
521 default: /* Should not reach */
604 default: /* Should not reach */
/freebsd-11.0-release/contrib/ntp/ntpdate/
H A Dntpdate.h32 u_char reach; /* reachability, NTP_WINDOW bits */ member in struct:server
71 * to reach a steady state condition, it will typically result in
/freebsd-11.0-release/contrib/ntp/scripts/lib/NTP/
H A DUtil.pm103 my @columns = qw(tally host refid st t when poll reach delay offset jitter);
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_wwv.c493 int reach; /* reachability register */ member in struct:sync
1337 sp->reach <<= 1;
1338 if (sp->reach & (1 << AMAX))
1342 sp->reach |= 1;
1357 sp->reach & 0xffff, sp->metric, sp->synmax,
1834 sp->reach <<= 1;
1835 if (sp->reach & (1 << AMAX))
1839 sp->reach |= 1;
1849 rp->reach <<= 1;
1850 if (rp->reach
[all...]
H A Dntp_refclock.c314 oreach = peer->reach & 0xfe;
315 peer->reach <<= 1;
316 if (!(peer->reach & 0x0f))
319 if (!peer->reach) {
541 if (!peer->reach) {
545 peer->reach |= 1;
H A Drefclock_jjy.c902 sReach[0] = peer->reach & 0x80 ? '1' : '0' ;
903 sReach[1] = peer->reach & 0x40 ? '1' : '0' ;
904 sReach[2] = peer->reach & 0x20 ? '1' : '0' ;
905 sReach[3] = peer->reach & 0x10 ? '1' : '0' ;
906 sReach[4] = peer->reach & 0x08 ? '1' : '0' ;
907 sReach[5] = peer->reach & 0x04 ? '1' : '0' ;
908 sReach[6] = peer->reach & 0x02 ? '1' : '0' ;
912 snprintf( sLog, sizeof(sLog), "polls=%ld reach=%s", pp->polls, sReach ) ;
H A Drefclock_chronolog.c328 if (peer->burst == 0 && peer->reach == 0)
H A Drefclock_dumbclock.c367 if (peer->reach == 0)
H A Dntp_proto.c448 oreach = peer->reach;
451 peer->reach <<= 1;
452 if (!peer->reach) {
2228 if (peer->reach)
2244 if (!peer->reach) {
2248 peer->reach |= 1;
2739 else if (!(peer->reach))
4549 if (!peer->reach || (peer->flags & FLAG_NOSELECT)) {
H A Dntp_peer.c742 if (!(p->dstadr && (p->reach & 0x3))) // Bug 2849 XOR 2043
H A Dntp_request.c764 ips->reach = pp->reach;
898 ip->reach = pp->reach;
H A Dntp_control.c511 { CP_REACH, RO, "reach" }, /* 21 */
1330 if (p->reach)
2664 ctl_puthex(peer_var[id].text, p->reach);
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dvmsbuild.com139 $! if we reach here, dummy.c failed to compile and we're really stuck
152 $! should never reach here..
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_request.h358 u_char reach; /* reachability register */ member in struct:info_peer_summary
388 u_char reach; /* peer.reach */ member in struct:info_peer
H A Dntp.h344 u_char reach; /* reachability register */ member in struct:peer
794 * whose reach is always 0: MDF_BCAST, MDF_MCAST, and MDF_ACAST. The
796 * not affect the MDF_ACAST association's reach register, rather they
/freebsd-11.0-release/contrib/ntp/ntpq/
H A Dntpq-subs.c1141 const char *reach; local
1156 "\nind assid status conf reach auth condition last_event cnt\n");
1170 reach = "none";
1177 reach = "yes";
1179 reach = "no";
1302 assoc_cache[i].status, conf, reach, auth,
1536 { "reach", 0 }, /* 5 */
1554 { "reach", 0 }, /* 5 */
1574 { "reach", 0 }, /* 6 */
1623 u_long reach local
[all...]
/freebsd-11.0-release/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c147 u_int32_t reach; /* Reach */ member in struct:peer
962 "reftime,org,rec,xmt,reach,timer,offset,delay,dispersion,"
1062 } else if (strcmp(name, "reach") == 0 ||
1063 strcmp(name, "peer.reach") == 0) {
1064 val_parse_uint32(val, &p->reach,
1320 value->v.uint32 = t->reach;
/freebsd-11.0-release/usr.sbin/ntp/ntpdc/
H A Dnl.c102 printf("offsetof(reach) = %d\n",
103 (int) offsetof(struct info_peer_summary, reach));
152 printf("offsetof(reach) = %d\n",
153 (int) offsetof(struct info_peer, reach));
/freebsd-11.0-release/sys/dev/atkbdc/
H A Dpsm.c287 int reach; member in struct:trackpointinfo
4922 { 0x00, 0x57, PSM_TPINFO(reach) },
4999 sc->tpinfo.reach = 0x0a;
5086 trackpoint_command(sc, 0x81, 0x57, sc->tpinfo.reach);
5107 * mode is enabled so we can reach the trackpoint.
/freebsd-11.0-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c461 " remote local st poll reach delay offset disp\n");
500 plist->stratum, ntp_poll, plist->reach,
612 "reach %03o, unreach %d, flash 0x%04x, ",
613 pp->reach, pp->unreach, pp->flash2);
/freebsd-11.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2976 % Swallow text until we reach the matching `@end #1'.
/freebsd-11.0-release/contrib/amd/doc/
H A Dtexinfo.tex2804 % Swallow text until we reach the matching `@end #1'.
/freebsd-11.0-release/contrib/groff/doc/
H A Dtexinfo.tex2875 % Swallow text until we reach the matching `@end #1'.

Completed in 630 milliseconds