Searched defs:t1 (Results 101 - 120 of 120) sorted by relevance

12345

/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c692 int t1, t2; local
703 if (kmfber_scanf(asn1, "{tata}", &t1, &t1str, &t2, &t2str) == -1) {
707 validity->notBefore.timeType = t1;
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c909 BIG_CHUNK_TYPE t1, t2, ai, cy; local
917 t1 = (ai & BIG_CHUNK_LOWHALFBITS) * b + cy;
919 (t1 >> (BIG_CHUNK_SIZE / 2));
920 r[i] = (t1 & BIG_CHUNK_LOWHALFBITS) |
939 BIG_CHUNK_TYPE t1, t2, ai, cy, ri; local
948 t1 = (ai & BIG_CHUNK_LOWHALFBITS) * b + cy;
950 (t1 >> (BIG_CHUNK_SIZE / 2));
951 r[i] = (t1 << (BIG_CHUNK_SIZE / 2)) + ri;
2518 BIGNUM t1, t2, t3, prod; local
2529 if ((err = big_init1(&t1,
2610 BIGNUM t1, t2, t3; local
3018 BIGNUM t1, t2, t3, t4, t5, t6, t7, t8, tmp; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c1637 struct timeval t1, t2; local
1652 (void) gettimeofday(&t1, NULL);
1656 &t1, pr->packlen);
1659 &t1, pr->packlen);
1676 &t1)) != 0) {
1704 rtt = deltaT(&t1, &t2);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c86 hrtime_t t1, char *local, char *remote);
1722 hrtime_t t1, char *local, char *remote)
1727 td = t1 - t0;
1721 ptransfer(char *direction, off_t bytes, hrtime_t t0, hrtime_t t1, char *local, char *remote) argument
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c2112 krb5_int32 t1, t2, t3, t4, t5, t6, t7, t8, t9; local
2132 nread = fscanf(filep, "%d\t%d\t%d\t%d\t%d\t", &t1, &t2, &t3, &t4, &t5);
2162 dbentry.len = t1;
2213 nread = fscanf(filep, "%d\t%d\t", &t1, &t2);
2215 tl->tl_data_type = (krb5_int16) t1;
2228 if (t1 == KRB5_TL_KADM_DATA) {
2276 nread = fscanf(filep, "%d\t%d\t", &t1, &t2);
2278 kdatap->key_data_ver = (krb5_int16) t1;
2281 for (j=0; j<t1; j++) {
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.c387 static int isnst_tgt_avl_compare(const void *t1, const void *t2);
410 isnst_copy_portal_list(avl_tree_t *t1, avl_tree_t *t2);
423 isnst_portal_avl_compare(const void *t1, const void *t2);
3421 isnst_tgt_avl_compare(const void *t1, const void *t2) argument
3423 const isns_target_t *tgt1 = t1;
3592 isnst_copy_portal_list(avl_tree_t *t1, avl_tree_t *t2) argument
3596 iportal = (isns_portal_t *)avl_first(t1);
3600 iportal = AVL_NEXT(t1, iportal);
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c447 * skip to t1 or t2 or t3, whichever first, in s
462 skip(register char* s, register int t1, register int t2, register int t3, register int n, register int b, int past, int version) argument
492 message((-22, "optget: skip t1=%c t2=%c t3=%c n=%d b=%d `%s'", t1 ? t1 : '@', t2 ? t2 : '@', t3 ? t3 : '@', n, b, show(s - 1)));
528 if (n == on && (c == t1 || c == t2 || c == t3))
534 else if (n == on && (c == t1 || c == t2 || c == t3))
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c1965 time_t t0, t1; local
2032 t1 = time(NULL);
2033 if (t1 > (t0 + 15)) {
2035 (int)(t1 - t0));
2059 time_t t0, t1; local
2102 t1 = time(NULL);
2103 if (t1 > (t0 + 30)) {
2105 (int)(t1 - t0));
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c383 cmp_priority(char *s1, char *s2, uint64_t t1, uint64_t t2, uint8_t p1, argument
393 if (t1 > t2)
395 else if (t1 < t2)
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c2060 hentry_t *t1 = (hentry_t *)p1; local
2063 char *p = t1->lib;
2067 i = t1->count;
2074 p = t1->key;
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c2296 mp_int t0, t1, val, tmp, two2k; local
2311 MP_DIGITS(&t1) = 0;
2318 MP_CHECKOK( mp_init_copy(&t1, &t0) );
2323 MP_CHECKOK( mp_mul(&val, &t1, &tmp) );
2325 MP_CHECKOK( mp_mul(&t1, &tmp, &t1) );
2326 s_mp_mod_2d(&t1, k);
2327 while (MP_SIGN(&t1) != MP_ZPOS) {
2328 MP_CHECKOK( mp_add(&t1, &two2k, &t1) );
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c1691 u_longlong_t t1; local
1717 t1 = lat_stats->latencies[i][j];
1720 if (t1 == 0 || t2 == 0 || t1 == t2)
1730 if (t1 > t2) {
1732 probe_stats->probe_errors[i][j] += t1 - t2;
1733 if (t1 - t2 > t2 >> lgrp_plat_probe_lt_shift) {
1737 } else if (t2 > t1) {
1738 t = t1;
1739 probe_stats->probe_errors[j][i] += t2 - t1;
1936 u_longlong_t t1; local
[all...]
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c1507 #define tm_cmp(t1, t2) (\
1508 (t1)->tm_year == (t2)->tm_year && \
1509 (t1)->tm_mon == (t2)->tm_mon && \
1510 (t1)->tm_mday == (t2)->tm_mday && \
1511 (t1)->tm_hour == (t2)->tm_hour && \
1512 (t1)->tm_min == (t2)->tm_min)
1553 time_t t, ref_t, t1, t2, zone_start; local
1574 t1 = xmktime(&tmp);
1581 (t1 - t) == (timezone - altzone) &&
1613 if ((t1
1937 time_t t, t1; local
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_iocb.h643 } t1; member in union:emlxs_iocb::__anon7383
666 #define ULPCONTEXT un1.t1.ulpContext
667 #define ULPIOTAG un1.t1.ulpIoTag
706 } t1; member in union:emlxs_iocb::__anon7386
742 #define ULPRSVDBYTE un2.t1.ulpRsvdByte
743 #define ULPXS un2.t1.ulpXS
744 #define ULPFCP2RCVY un2.t1.ulpFCP2Rcvy
745 #define ULPPU un2.t1.ulpPU
746 #define ULPIR un2.t1.ulpIr
747 #define ULPCLASS un2.t1
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c316 static int avl_compare(const void *t1, const void *t2);
5001 avl_compare(const void *t1, const void *t2) argument
5003 if (((cache_avl_struct_t *)t1)->len == ((cache_avl_struct_t *)t2)->len)
5006 if (((cache_avl_struct_t *)t1)->len < ((cache_avl_struct_t *)t2)->len)
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h904 operator==(const timestruc_t &t1, const timestruc_t &t2) { argument
905 return ((t1.tv_sec == t2.tv_sec) && (t1.tv_nsec == t2.tv_nsec));
909 operator!=(const timestruc_t &t1, const timestruc_t &t2) { argument
910 return ((t1.tv_sec != t2.tv_sec) || (t1.tv_nsec != t2.tv_nsec));
914 operator>(const timestruc_t &t1, const timestruc_t &t2) { argument
915 if (t1.tv_sec == t2.tv_sec) {
916 return (t1.tv_nsec > t2.tv_nsec);
918 return (t1
922 operator >=(const timestruc_t &t1, const timestruc_t &t2) argument
930 operator <(const timestruc_t &t1, const timestruc_t &t2) argument
938 operator <=(const timestruc_t &t1, const timestruc_t &t2) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c4489 timeval_delta(struct timeval t1, struct timeval t2) argument
4492 t.tv_sec = t1.tv_sec - t2.tv_sec;
4493 t.tv_usec = t1.tv_usec - t2.tv_usec;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1312 mib2_tcp_t *t1; local
1316 t1 = (mib2_tcp_t *)tempp1->valp;
1327 MDIFF(d, t2, t1, tcpActiveOpens);
1328 MDIFF(d, t2, t1, tcpPassiveOpens);
1329 MDIFF(d, t2, t1, tcpAttemptFails);
1330 MDIFF(d, t2, t1, tcpEstabResets);
1332 MDIFF(d, t2, t1, tcpHCOutSegs);
1333 MDIFF(d, t2, t1, tcpOutDataSegs);
1334 MDIFF(d, t2, t1, tcpOutDataBytes);
1335 MDIFF(d, t2, t1, tcpRetransSeg
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c17665 la_wwn_t t1, t2; local
17676 t1.i_wwn[0] = BE_32(first->i_wwn[0]);
17677 t1.i_wwn[1] = BE_32(first->i_wwn[1]);
17682 if (t1.i_wwn[0] == t2.i_wwn[0]) {
17683 if (t1.i_wwn[1] == t2.i_wwn[1]) {
17685 } else if (t1.i_wwn[1] > t2.i_wwn[1]) {
17691 if (t1.i_wwn[0] > t2.i_wwn[0]) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c859 ipsec_policy_t *t1, *t2; local
861 t1 = active->iph_root[dir].ipr_nonhash[af];
864 inactive->iph_root[dir].ipr_nonhash[af] = t1;
865 if (t1 != NULL) {
866 t1->ipsp_hash.hash_pp =

Completed in 188 milliseconds

12345