HomeSort by: relevance | last modified time | path
    Searched refs:trtmp (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_wwvb.c 259 l_fp trtmp; /* arrival timestamp */ local
275 temp = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
299 prettydate(&trtmp)));
301 up->laststamp = trtmp;
303 prettydate(&trtmp)));
310 up->laststamp = trtmp;
314 prettydate(&trtmp), prettydate(&pp->lastrec)));
refclock_pst.c 196 l_fp trtmp; local
210 + BMAX - 2 - up->lastptr, &trtmp);
219 pp->lastrec = trtmp;
refclock_chronolog.c 179 l_fp trtmp; /* arrival timestamp */ local
192 temp = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
197 up->laststamp = trtmp;
204 up->laststamp = trtmp;
refclock_dumbclock.c 196 l_fp trtmp; /* arrival timestamp */ local
209 temp = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
214 up->laststamp = trtmp;
221 up->laststamp = trtmp;
refclock_ulink.c 196 l_fp trtmp; /* arrival timestamp */ local
211 temp = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
220 up->laststamp = trtmp;
227 up->laststamp = trtmp;
refclock_heath.c 279 l_fp trtmp; local
290 &trtmp);
refclock_arbiter.c 236 l_fp trtmp; local
247 temp = refclock_gtlin(rbufp, tbuf, sizeof(tbuf), &trtmp);
267 up->laststamp = trtmp;
refclock_as2201.c 236 l_fp trtmp; local
245 pp->lencode = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
266 pp->lastrec = trtmp;
refclock_hpgps.c 253 l_fp trtmp; local
275 pp->lencode = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
316 pp->lastrec = trtmp;
  /src/sys/uvm/
uvm_map.c 569 struct vm_map_entry *tmp, *trtmp; local
596 trtmp = NULL;
604 if (trtmp != NULL && trtmp->start >= tmp->start) {
606 trtmp->start, tmp->start);
610 trtmp = tmp;
615 trtmp = rb_tree_iterate(&map->rb_tree, tmp, RB_DIR_LEFT);
616 if (trtmp == NULL)
617 trtmp = &map->header;
618 if (tmp->prev != trtmp) {
    [all...]

Completed in 34 milliseconds