Home
last modified time | relevance | path

Searched refs:i2 (Results 1 – 25 of 153) sorted by path

1234567

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c76 #define suboverflow() if ((i1^i2) < 0 && (iresult^i2) >= 0) goto overflow
78 #define muloverflow() if (((short)i1 != i1 || (short)i2 != i2) && \
79 ((i2 != 0 && iresult/i2 != i1) || \
1244 register INT i1, i2; in arithmetic() local
1284 r2 = i2; in arithmetic()
1307 r2 = i2; in arithmetic()
1317 if (i2 == 0) in arithmetic()
1385 if (i1 < i2) in comparison()
1387 else if (i1 > i2) in comparison()
1416 if (i1 < i2) in comparison()
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Dct.c122 assert (s1, s2, i1, s3, i2) in assert() argument
124 int i1, i2;
H A Dcu.c1717 char *s3 __unused, int i2 __unused) in assert()
H A Ddial.c138 assert(s1,s2,i1,s3,i2) in assert() argument
140 int i1, i2;
H A Duuglist.c176 assert (s1, s2, i1, s3, i2) in assert() argument
178 int i1, i2;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1479 MDIFF(d, i2, i1, ipReasmOKs); in mib_item_diff()
1483 MDIFF(d, i2, i1, ipFragOKs); in mib_item_diff()
1487 MDIFF(d, i2, i1, tcpInErrs); in mib_item_diff()
1494 MDIFF(d, i2, i1, ipInIPv6); in mib_item_diff()
1495 MDIFF(d, i2, i1, ipOutIPv6); in mib_item_diff()
1501 mib2_ipv6IfStatsEntry_t *i2; in mib_item_diff() local
1516 i2->ipv6DefaultHopLimit; in mib_item_diff()
1545 MDIFF(d, i2, i1, ipv6InIPv4); in mib_item_diff()
1590 struct igmpstat *i2; in mib_item_diff() local
1616 mib2_icmp_t *i2; in mib_item_diff() local
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c1068 int i2 = 0; in decpdu() local
1074 (i2 < ASNDESC->son[ai].sondef->nbson && in decpdu()
1075 ASNDESC->son[ai].sondef->son[i2].sondef && \ in decpdu()
1077 i2++; in decpdu()
1081 (i2 == ASNDESC->son[ai].sondef->nbson) { in decpdu()
1092 ai = i2; in decpdu()
1146 int i2 = 0; in decpdu() local
1148 (i2 < ASNDESC->son[ai].sondef->nbson && in decpdu()
1150 i2++; in decpdu()
1153 if (i2 == \ in decpdu()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/inline/
H A Dtst.InlineKinds.d37 inline int i2 = pid != 0; /* expression involving a variable */ variable
55 printf("i2 = %d\n", i2);
H A Dtst.InlineKinds.d.out3 i2 = 1
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/usdt/
H A Dtst.tailcall.ksh52 mov 2006, %i2
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c243 long long i1, i2; in arith() local
251 i2 = strtoll(r2, (char **)NULL, 10); in arith()
269 i1 = i1 + i2; in arith()
272 i1 = i1 - i2; in arith()
275 i1 = i1 * i2; in arith()
278 if (i2 == 0) in arith()
280 i1 = i1 / i2; in arith()
283 if (i2 == 0) in arith()
285 i1 = i1 % i2; in arith()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.c133 ea_object_t hdr, toc, i0, i1, i2, i3, i4, i5, i6; in fmd_log_write_hdr() local
153 err |= ea_set_item(&i2, CAT_FMA_OSREL, osrel, 0); in fmd_log_write_hdr()
161 (void) ea_attach_to_group(&hdr, &i2); in fmd_log_write_hdr()
196 (void) ea_free_item(&i2, EUP_ALLOC); in fmd_log_write_hdr()
515 ea_object_t grp0, grp1, i0, i1, i2, *items; in fmd_log_append() local
537 err |= ea_set_item(&i2, CAT_FMA_NVLIST, nvbuf, nvsize); in fmd_log_append()
547 (void) ea_attach_to_group(&grp0, &i2); in fmd_log_append()
686 (void) ea_free_item(&i2, EUP_ALLOC); in fmd_log_append()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfcomp.c242 const mc_t *i1 = (const mc_t *)c1, *i2 = (const mc_t *)c2; local
244 if (i1->n == i2->n) {
245 return i1->c - i2->c;
247 return i2->n - i1->n;
/illumos-gate/usr/src/cmd/ldap/common/
H A Ddtest.c39 long i, i2, num; in main() local
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh4803 i2=`${ECHO} "$dcstmp2" | cut -f1 -d','`
4804 dk=`${ECHO} $i2 | awk -F= '{print $1}'`
4805 dc=`${ECHO} $i2 | awk -F= '{print $2}'`
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dgen-defs59 | nl -bp"^E_" -v0 -i2 -s: \
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fmt.c727 uint16_t i2; in mdb_fmt_print() member
757 buf = &u.i2; in mdb_fmt_print()
791 mdb_iob_printf(mdb.m_out, fp->f_ptr, u.i2); in mdb_fmt_print()
792 rvalue = u.i2; in mdb_fmt_print()
H A Dmdb_print.c1012 uint16_t i2; in print_int_val() member
1072 mdb_printf(fsp[1], u.i2); in print_int_val()
1793 uint16_t i2; in pipe_print() member
1857 mdb_printf(fsp[1], u.i2); in pipe_print()
2606 int16_t i2; in printf_signed() member
2722 mdb_printf(fmt, (uint64_t)(sign ? u.i2 : u.ui2)); in printf_signed()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstrrevcmp.c36 register int i1, i2; local
39 i2 = strlen(s2) - 1;
45 --i2;
49 if (i2 < 0)
56 if (i2 < 0)
78 register int i1, i2; local
81 i2 = strlen(s2) - 1;
82 while (i1 >= 0 && i2 >= 0 && s1[i1] == s2[i2])
85 --i2;
89 if (i2 < 0)
[all …]
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg331 @ MSG_REG_SPARC_I2 "[ r26/i2 ]"
H A Ddwarf.msg113 @ MSG_REG_I2 "i2"
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dorder.c436 Is_desc *i1, *i2; in comp() local
450 i2 = s2->is_file->ifl_isdesc[ndx2]; in comp()
452 if (i1->is_keyident > i2->is_keyident) in comp()
454 if (i1->is_keyident < i2->is_keyident) in comp()
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_elf.S263 st %i2, [%o4 + 0x8]
371 mov %i2, %o2
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.S652 stx %i2, [%o4 + 0x10]
768 mov %i2, %o2
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c3219 const char *s2, *i2, *pg2; in fmri_equal() local
3231 if (scf_parse_svc_fmri(imp_fe2, NULL, &s2, &i2, &pg2, NULL) != 0) in fmri_equal()
3241 if (i1 == NULL && i2 == NULL) in fmri_equal()
3244 if (i1 == NULL || i2 == NULL) in fmri_equal()
3247 return (strcmp(i1, i2) == 0); in fmri_equal()

1234567