Home
last modified time | relevance | path

Searched refs:htp (Results 1 – 16 of 16) sorted by relevance

/freebsd-12-stable/usr.sbin/timed/timed/
Dmaster.c70 struct hosttbl *htp; in master() local
191 htp = findhost(msg->tsp_name); in master()
192 if (htp == NULL) { in master()
198 if (htp->seq == msg->tsp_seq) in master()
200 htp->seq = msg->tsp_seq; in master()
201 if (!htp->good) { in master()
270 htp = addmach(answer->tsp_name,&from,ntp); in master()
272 msg = acksend(&to, &htp->addr, htp->name, in master()
273 TSP_ACK, 0, htp->noanswer); in master()
277 htp->name); in master()
[all …]
Dnetworkdelta.c69 struct hosttbl *htp; in networkdelta() local
85 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) { in networkdelta()
86 if (htp->good in networkdelta()
87 && htp->noanswer == 0 in networkdelta()
88 && htp->delta != HOSTDOWN) { in networkdelta()
89 med += htp->delta; in networkdelta()
91 *++xp = htp->delta; in networkdelta()
117 htp = &self; in networkdelta()
119 if (htp->noanswer == 0 in networkdelta()
120 && htp->delta >= lodelta in networkdelta()
[all …]
Dcorrect.c54 struct hosttbl *htp; in correct() local
62 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) { in correct()
63 if (htp->delta != HOSTDOWN) { in correct()
64 corr = avdelta - htp->delta; in correct()
70 if (htp->need_set in correct()
73 htp->need_set = 0; in correct()
88 answer = acksend(&to, &htp->addr, htp->name, in correct()
91 htp->delta = HOSTDOWN; in correct()
94 htp->name); in correct()
95 if (++htp->noanswer >= LOSTHOST) { in correct()
[all …]
Dslave.c79 struct hosttbl *htp; in slave() local
359 htp = findhost(msg->tsp_name); in slave()
360 if (htp == NULL) { in slave()
365 if (!htp->good) { in slave()
368 htp->name, newdate); in slave()
421 htp = addmach(msg->tsp_name, &from,fromnet); in slave()
424 if (!acksend(&to, &htp->addr, htp->name, in slave()
425 TSP_ACK, 0, htp->noanswer)) { in slave()
428 htp->name); in slave()
429 (void)remmach(htp); in slave()
[all …]
Dcandidate.c54 struct hosttbl *htp; in election() local
137 htp = addmach(resp->tsp_name,&from,fromnet); in election()
140 answer = acksend(&msg, &htp->addr, htp->name, in election()
141 TSP_ACK, 0, htp->noanswer); in election()
144 htp->name); in election()
Dtimed.c755 struct hosttbl *htp; in get_goodgroup() local
806 for (htp = self.l_fwd; htp != &self; htp = htp->l_fwd) { in get_goodgroup()
807 htp->good = good_host_name(&htp->name[0]); in get_goodgroup()
/freebsd-12-stable/contrib/binutils/gas/doc/
DMakefile.in357 rm -rf $(@:.html=.htp)
359 -o $(@:.html=.htp) `test -f 'as.texinfo' || echo '$(srcdir)/'`as.texinfo; \
362 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
363 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
365 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
366 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
/freebsd-12-stable/contrib/binutils/binutils/doc/
DMakefile.in344 rm -rf $(@:.html=.htp)
346 -o $(@:.html=.htp) `test -f 'binutils.texi' || echo '$(srcdir)/'`binutils.texi; \
349 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
350 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
352 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
353 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
/freebsd-12-stable/contrib/binutils/bfd/doc/
DMakefile.in416 rm -rf $(@:.html=.htp)
418 -o $(@:.html=.htp) `test -f 'bfd.texinfo' || echo '$(srcdir)/'`bfd.texinfo; \
421 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
422 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
424 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
425 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
/freebsd-12-stable/contrib/gcclibs/libgomp/
DMakefile.in486 rm -rf $(@:.html=.htp)
488 -o $(@:.html=.htp) `test -f 'libgomp.texi' || echo '$(srcdir)/'`libgomp.texi; \
491 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
492 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
494 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
495 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
/freebsd-12-stable/crypto/heimdal/doc/
DMakefile.in509 rm -rf $(@:.html=.htp)
511 -o $(@:.html=.htp) $<; \
514 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
515 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
517 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
518 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
/freebsd-12-stable/contrib/bmake/
Ddir.c276 cached_stats(Hash_Table *htp, const char *pathname, struct stat *st, int flags) in cached_stats() argument
285 entry = Hash_FindEntry(htp, pathname); in cached_stats()
310 entry = Hash_CreateEntry(htp, pathname, NULL); in cached_stats()
/freebsd-12-stable/sys/gnu/dts/arm/
Dkirkwood-nsa325.dts82 pmx_htp: pmx-htp {
Dkirkwood-nsa320.dts92 pmx_htp: pmx-htp {
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dfil.c9588 ipf_ht_node_make_key(host_track_t *htp, host_node_t *key, int family, argument
9597 bits = htp->ht_netmask;
9606 int bits = htp->ht_netmask;
9656 ipf_ht_node_add(ipf_main_softc_t *softc, host_track_t *htp, int family, argument
9662 ipf_ht_node_make_key(htp, &k, family, addr);
9664 h = RBI_SEARCH(ipf_rb, &htp->ht_root, &k);
9666 if (htp->ht_cur_nodes >= htp->ht_max_nodes)
9682 RBI_INSERT(ipf_rb, &htp->ht_root, h);
9683 htp->ht_cur_nodes++;
9685 if ((htp->ht_max_per_node != 0) &&
[all …]
/freebsd-12-stable/contrib/binutils/ld/
DMakefile.in869 rm -rf $(@:.html=.htp)
871 -o $(@:.html=.htp) `test -f 'ld.texinfo' || echo '$(srcdir)/'`ld.texinfo; \
874 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
875 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
877 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
878 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \