Searched refs:mismatch (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_getconf.sh46 integer mismatch # counts mismatches between builtin and external command
81 print -u2 "getconf/normal built mismatch: |\$t|:|\$a| != |\$b|"
82 (( mismatch++ ))
100 print -u2 "getconf/path built mismatch: |\$t|:|\$a| != |\$b|"
101 (( mismatch++ ))
127 err_exit 'getconf -a output mismatch.'
140 (( mismatch > 0 )) && err_exit "getconf/normal test found ${mismatch} differences (PATH=${PATH})."
146 ${SHELL} -c "integer mismatch ; \
151 (( mismatch >
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass5.c155 * declare a spurious mismatch.
446 * If a mismatch is found, if the bit is set in map1, it's considered
465 int mismatch; local
467 mismatch = 0;
497 mismatch = 1;
532 mismatch = 1;
535 return (mismatch);
551 mismatch = 1;
556 return (mismatch);
573 mismatch
[all...]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dencode.c247 printf(" ERROR decode mismatch\n");
H A Dvdbe.c1266 goto mismatch;
1274 goto mismatch;
1280 goto mismatch;
1285 goto mismatch;
1291 mismatch:
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetvalues.c259 int mismatch = 0; local
279 mismatch = 1;
283 if ( mismatch ) {
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_line.c1727 int mismatch = memcmp(dwarf_standard_opcode_operand_count, local
1730 if(mismatch) {
1735 mismatch = memcmp(dwarf_arm_standard_opcode_operand_count,
1738 if(!mismatch && err_count_out) {
1743 if (!mismatch) {
1760 int mismatch = local
1764 if(mismatch) {
1769 mismatch = memcmp(dwarf_arm_standard_opcode_operand_count,
1772 if(!mismatch && err_count_out) {
1778 if (!mismatch) {
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.c55 int i, compat, mismatch, arglimit, iskey; local
63 mismatch = argc < isp->dis_varargs;
66 mismatch = (argc < isp->dis_optargs || argc > isp->dis_argc);
69 mismatch = argc != isp->dis_argc;
73 if (mismatch) {
74 xyerror(D_PROTO_LEN, "%s%s%s prototype mismatch: %d %s%s"
325 xyerror(D_PROTO_LEN, "%s[ ] prototype mismatch: %d arg%s"
438 xyerror(D_PROTO_LEN, "%s[ ] prototype mismatch: %d arg%s"
H A Ddt_cc.c335 "%s( ) prototype mismatch: %d args passed, 1 expected\n",
378 "%s( ) prototype mismatch: %d args passed, %d expected\n",
440 "%s( ) prototype mismatch: %d args passed, %s expected\n",
524 "%s( ) prototype mismatch: %d args passed, %d expected\n",
763 "mismatch: expected at most 3 args\n");
802 "mismatch: too many arguments\n");
867 "mismatch: too many arguments\n");
1335 * mismatch.
1395 int mismatch; /* error on bad match */ member in struct:__anon89
1493 * mismatch
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4/
H A Dfire.esc211 event fault.io.fire.sw-fw-mismatch@hostbridge/pciexrc, retire=0, response=0,
217 event fault.io.fire.sw-fw-mismatch@hostbridge, retire=0, response=0,
234 fault.io.fire.sw-fw-mismatch@hostbridge/pciexrc->(A)
239 fault.io.fire.sw-fw-mismatch@hostbridge->(A)
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c459 int mismatch = 0; local
496 mismatch++;
607 if (mismatch)
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c1563 int mismatch = 0; local
1604 mismatch++;
1737 if (mismatch != 0) {
1738 if (mismatch == common) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ire.c3181 * Otherwise we propagate the mismatch by setting all ire_dep_parent_generation
3182 * above the mismatch to IRE_GENERATION_VERIFY and also returning
3201 goto mismatch;
3206 mismatch:
3208 /* Fill from top down to the mismatch with _VERIFY */
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c8985 int mismatch; local
8992 mismatch = 0;
9014 * mismatch.
9029 mismatch = 1;
9032 if (mismatch == 1)
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex519 % Evironment mismatch, #1 expected:

Completed in 144 milliseconds