Searched refs:tcount (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/dev/sysmon/
H A Dt_swwdog.c48 static volatile sig_atomic_t tcount; variable
55 tcount++;
84 ATF_REQUIRE_EQ(tcount, max);
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Dtasn_fre.c65 if ((i >= 0) && (i < it->tcount)) {
101 tt = it->templates + it->tcount;
102 for (i = 0; i < it->tcount; i++) {
H A Dtasn_dec.c242 if ((i >= 0) && (i < it->tcount)) {
254 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
277 if (i == it->tcount) {
334 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
347 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
374 if (i == (it->tcount - 1))
414 for (; i < it->tcount; tt++, i++) {
H A Dtasn_enc.c128 if ((i >= 0) && (i < it->tcount)) {
171 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
190 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
H A Dtasn_prn.c200 if ((i < 0) || (i >= it->tcount)) {
234 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
H A Dtasn_new.c135 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_wwvb.c135 int tcount; /* timecode sample counter */ member in struct:wwvbunit
436 up->tcount++;
531 if (up->tcount == 0) {
536 up->pcount = up->tcount = 0;
H A Drefclock_irig.c254 int tcount; /* time constant counter */ member in struct:irigunit
646 up->tcount = 0;
766 up->tcount++;
767 if (up->tcount > 20 * up->tc) {
771 up->tcount = 0;
777 up->tcount = 0;
/freebsd-13-stable/sys/kern/
H A Dkern_tc.c1745 u_int tcount, *pcount; local
1809 tcount = pps->capcount - pps->capth->th_offset_count;
1810 tcount &= pps->capth->th_counter->tc_counter_mask;
1812 bintime_addx(&bt, pps->capth->th_scale * tcount);
1833 *ffcount = pps->capffth->tick_ffcount + tcount;
1835 ffclock_convert_delta(tcount, pps->capffth->cest.period, &bt);
1851 tcount = pps->capcount - pps->ppscount[2];
1853 tcount &= pps->capth->th_counter->tc_counter_mask;
1859 bintime_addx(&bt, scale * tcount);
/freebsd-13-stable/sys/netipsec/
H A Dipsec_output.c172 if (sp->tcount > ++(*pidx))
195 IPSEC_ASSERT(idx < sp->tcount, ("Wrong IPsec request index %d", idx));
497 if (sp->tcount > ++(*pidx))
520 IPSEC_ASSERT(idx < sp->tcount, ("Wrong IPsec request index %d", idx));
779 if (++idx < sp->tcount) {
H A Dipsec_pcb.c209 for (i = 0; i < src->tcount; i++) {
216 dst->tcount++;
H A Dipsec.h84 u_int tcount; /* IPsec transforms count */ member in struct:secpolicy
H A Dipsec.c883 IPSEC_ASSERT(idx < sp->tcount, ("Wrong IPsec request index %d", idx));
1053 for (i = 0; i < sp->tcount; i++) {
1117 for (i = 0; i < sp->tcount; i++) {
H A Dkey.c1196 while (sp->tcount > 0)
1197 ipsec_delisr(sp->req[--sp->tcount]);
1495 newsp->tcount = 0;
1534 if (newsp->tcount >= IPSEC_MAXREQ) {
1554 newsp->req[newsp->tcount++] = isr;
1719 if (newsp->tcount < 1) {
1813 for (i = 0; i < sp->tcount; i++) {
2708 for (i = 0; i < sp->tcount; i++) {
H A Dkey_debug.c731 for (idx = 0; idx < sp->tcount; idx++) {
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c686 int error, i, insert_before, tcount; local
693 tcount = 0;
710 if (tcount > 0) {
729 tcount++;
735 if (tcount > 0) {
2224 uint32_t tcount; /* number of tables */ member in struct:dump_args
2269 for (i = 0; i < IPFW_TABLES_MAX && da->tcount > 0; i++) {
2274 da->tcount--;
2286 MPASS(da->tcount > 0);
2292 ctlv->head.length = da->tcount * sizeo
[all...]
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-isakmp.c1906 ikev2_t_print(netdissect_options *ndo, int tcount, argument
1958 ND_PRINT((ndo," #%u type=%s id=%s ", tcount,
1962 ND_PRINT((ndo," #%u type=%s id=%u ", tcount,
1993 int tcount; local
2026 tcount = 0;
2028 tcount++;
2055 cp = ikev2_t_print(ndo, tcount, ext, item_len, ep);
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dasn1t.h586 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member in struct:ASN1_ITEM_st
/freebsd-13-stable/sys/net/
H A Dif_ipsec.c858 sp[i]->req[sp[i]->tcount++] = isr;
/freebsd-13-stable/contrib/bearssl/test/
H A Dtest_crypto.c384 int tcount; local
386 tcount = 0;
417 tcount ++;
443 return tcount;

Completed in 264 milliseconds