| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_local.c | 49 * case the stratum should be set at zero, indicating a bona fide 50 * stratum-1 source. Exercise some caution with this, since there is no 67 #define STRATUM 5 /* default stratum */ 123 peer->stratum = STRATUM; 124 pp->stratum = STRATUM; 138 * bits are set to 11 and the stratum is set to infinity. Otherwise, the 139 * NTP leap bits are set to the kernel leap bits and the stratum is se [all...] |
| refclock_tsyncpci.c | 251 uint8_t refStratum; // Host peer reference stratum 346 // Initialize reference stratum level and ID 700 // Set reference clock stratum level as unusable 701 pp->stratum = STRATUM_UNSPEC; 702 peer->stratum = pp->stratum; 707 // Store reference peer stratum level and ID 708 up->refStratum = sys_peer->stratum; 717 // Store reference stratum as local clock 722 // Set reference clock stratum level as local cloc [all...] |
| refclock_atom.c | 135 pp->stratum = STRATUM_UNSPEC;
|
| /src/external/bsd/ntp/dist/scripts/deprecated/ |
| ntp-groper | 13 # dumbo.hp.com answers NTP version 2, stratum: 3, ref: telford.nsa.hp.com 14 # dumbo.hp.com answers NTP version 3, stratum: 3, ref: telford.nsa.hp.com 74 # Next, we get the stratum 75 stratum=`fgrep "stratum=" $ntpqlog` 76 #stratum=${stratum##*stratum=} 77 #stratum=${stratum%%,* [all...] |
| /src/external/bsd/ntp/dist/libntp/ |
| numtoa.c | 39 * Convert a refid & stratum to a string. If stratum is negative and the 41 * terminating zero, display as text similar to stratum 0 & 1. 46 int stratum 55 * ntpd can have stratum = 0 and refid 127.0.0.1 in orphan mode. 58 if (0 == stratum && LOOPBACKADR_N == refid) { 62 if (stratum < 2) { 84 if ( (stratum < 0 && printable) 85 || stratum < 2) {
|
| /src/external/bsd/ntp/dist/scripts/ntptrace/ |
| ntptrace.in | 37 printf "%s: stratum %d, offset %f, synch distance %f", 38 $dhost, $info{stratum}, $info{offset}, $info{syncdistance}; 39 printf ", refid '%s'", $info{refid} if $info{stratum} == 1; 42 last if $info{stratum} == 0 || $info{stratum} == 1 || 43 $info{stratum} == 16; 62 return if not exists $info->{stratum};
|
| ntptrace-opts.def | 55 % ntptrace localhost: stratum 4, offset 0.0019529, synch distance 0.144135 56 server2ozo.com: stratum 2, offset 0.0124263, synch distance 0.115784 usndh.edu: 57 stratum 1, offset 0.0019298, synch distance 0.011993, refid 'WWVB' 60 On each line, the fields are (left to right): the host name, the host stratum, 63 synchronization distance, and (only for stratum-1 servers) the reference clock 64 ID. All times are given in seconds. Note that the stratum is the server hop
|
| /src/external/bsd/ntp/dist/scripts/lib/NTP/ |
| Util.pm | 135 my ($offset, $stratum); 144 $stratum = $1; 145 # warn "Found stratum at #7\n"; 147 $stratum = $1; 148 # warn "Found stratum at #8\n"; 152 return ($offset, $stratum);
|
| /src/external/bsd/ntp/dist/scripts/ntpsweep/ |
| ntpsweep.in | 101 my $stratum = 0; 113 ($offset, $stratum) = ntp_sntp_line($host); 116 if ($stratum) { 153 if ($stratum) { 155 $stratum, $offset, (substr $daemonversion, 0, 11), 159 # Stratum level 0 is consider invalid 165 if ($stratum || $known_host) { # Valid or known host
|
| ntpsweep-opts.def | 62 prints per host the NTP stratum level, the clock offset in seconds, the daemon
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| process-stratum-target.h | 36 strata stratum () const final override { return process_stratum; } 163 gdb_assert (target->stratum () == process_stratum);
|
| scoped-mock-context.h | 64 gdb_assert (mock_target.stratum () == process_stratum);
|
| bfd-target.c | 41 strata stratum () const override { return file_stratum; }
|
| inferior.h | 63 #include "process-stratum-target.h" 436 /* Unpush all targets above STRATUM from m_target_stack. As targets are 439 void pop_all_targets_above (enum strata stratum); 441 /* Unpush all targets at and above STRATUM from m_target_stack. As 444 void pop_all_targets_at_and_above (enum strata stratum); 451 /* Return the target at STRATUM in this inferior's target stack. */ 452 target_ops *target_at (enum strata stratum) 453 { return m_target_stack.at (stratum); }
|
| target.c | 893 /* If the commit_resume_state of the to-be-killed-inferior's process stratum 1156 if (t->stratum () == process_stratum) 1182 strata stratum = t->stratum (); local 1184 /* If there's already a target at this stratum, remove it. */ 1186 if (m_stack[stratum].get () != nullptr) 1187 unpush (m_stack[stratum].get ()); 1190 m_stack[stratum] = std::move (ref); 1192 if (m_top < stratum) 1193 m_top = stratum; 1206 strata stratum = t->stratum (); local 3718 dummy_target::stratum () const function in class:dummy_target 3724 debug_target::stratum () const function in class:debug_target [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| process-stratum-target.h | 35 strata stratum () const final override { return process_stratum; } 162 gdb_assert (target->stratum () == process_stratum);
|
| scoped-mock-context.h | 64 gdb_assert (mock_target.stratum () == process_stratum);
|
| bfd-target.c | 41 strata stratum () const override { return file_stratum; }
|
| inferior.h | 61 #include "process-stratum-target.h" 441 /* Unpush all targets above STRATUM from m_target_stack. As targets are 444 void pop_all_targets_above (enum strata stratum); 446 /* Unpush all targets at and above STRATUM from m_target_stack. As 449 void pop_all_targets_at_and_above (enum strata stratum); 456 /* Return the target at STRATUM in this inferior's target stack. */ 457 target_ops *target_at (enum strata stratum) 458 { return m_target_stack.at (stratum); }
|
| target.c | 893 /* If the commit_resume_state of the to-be-killed-inferior's process stratum 1156 if (t->stratum () == process_stratum) 1182 strata stratum = t->stratum (); local 1184 /* If there's already a target at this stratum, remove it. */ 1186 if (m_stack[stratum].get () != nullptr) 1187 unpush (m_stack[stratum].get ()); 1190 m_stack[stratum] = std::move (ref); 1192 if (m_top < stratum) 1193 m_top = stratum; 1206 strata stratum = t->stratum (); local 3729 dummy_target::stratum () const function in class:dummy_target 3735 debug_target::stratum () const function in class:debug_target [all...] |
| /src/external/bsd/tcpdump/dist/ |
| print-ntp.c | 59 * |LI | VN |Mode | Stratum | Poll | Precision | 101 nd_uint8_t stratum; /* Stratum level */ member in struct:ntp_time_data 149 * Stratum Definitions 233 uint8_t stratum; local 238 stratum = GET_U_1(bp->stratum); 239 ND_PRINT(", Stratum %u (%s)", 240 stratum, 241 tok2str(ntp_stratum_values, (stratum >=2 && stratum<=15) ? "secondary reference" : "reserved", stratum)) [all...] |
| /src/external/bsd/ntp/dist/scripts/monitoring/ |
| ntptrap | 359 ($stratum) = ($data =~ /stratum=(\d+)/); 361 $msg .= "stratum=$stratum refid=$refid"; 423 ($stratum) = ($data =~ /stratum=(\d+)/); 424 $msg .= "new stratum $stratum";
|
| /src/external/bsd/ntp/dist/sntp/ |
| networking.c | 240 "%s: mode %d stratum %d", func_name, 241 PKT_MODE(rpkt->li_vn_mode), rpkt->stratum); 244 /* Stratum is unspecified (0) check what's going on */ 245 if (STRATUM_PKT_UNSPEC == rpkt->stratum) { 248 TRACE(1, ("%s: Stratum unspecified, going to check for KOD (stratum: %d)\n", 249 func_name, rpkt->stratum));
|
| /src/external/bsd/ntp/dist/ntpdate/ |
| ntpdate.h | 23 u_char stratum; /* stratum of remote server */ member in struct:server
|
| ntpdate.c | 104 #define NTP_INFIN 15 /* max stratum, infinity a la Bellman-Ford */ 698 xpkt.stratum = STRATUM_TO_PKT(STRATUM_UNSPEC); 786 || rpkt->stratum >= STRATUM_UNSPEC) { 788 printf("receive: mode %d stratum %d\n", 789 PKT_MODE(rpkt->li_vn_mode), rpkt->stratum); 844 STRATUM_PKT_UNSPEC == rpkt->stratum && 857 server->stratum = PKT_TO_STRATUM(rpkt->stratum); 1068 if (server->stratum == 0) { 1073 if (server->stratum > NTP_INFIN) [all...] |