Searched refs:fail (Results 51 - 75 of 452) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_zcp.c55 goto fail;
68 goto fail;
71 goto fail;
75 goto fail;
101 goto fail;
106 fail:
409 goto fail;
436 goto fail;
448 goto fail;
451 goto fail;
[all...]
H A Dnxge_txc.c54 goto fail;
59 goto fail;
65 goto fail;
74 fail:
98 goto fail;
103 goto fail;
108 goto fail;
114 fail:
190 goto fail;
197 goto fail;
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dmsgs.c82 fail ("Unexpected streams error in mlisten (%s).\n" , PERROR);
135 fail ("Unexpected streams error (%s).\n" , PERROR);
230 fail ("Can't create public message device (%s).\n", PERROR);
237 fail ("Unexpected streams error (%s).\n" , PERROR);
H A Dlpfsck.c239 fail ("\"%s\" is a truncated name!\n", path);
247 fail ("%s is missing!\n", path);
249 fail ("\"%s\" is a truncated name!\n", symbolic);
258 fail ("%s is not a directory!\n", path);
271 fail ("%s is not a file!\n", path);
288 fail ("%s is not a file or pipe!\n", path);
366 fail (
385 fail (
H A Dlpsched.c150 fail ("%s: illegal option -- %c\n", argv[0], optopt);
185 fail ("Can't find the user \"lp\" on this system!\n");
194 fail ("You must be \"root\" to run this program.\n");
213 fail ("Print services already active.\n");
215 fail ("Can't open file \"%s\" (%s).\n", NB(Lp_Schedlock), PERROR);
224 fail ("Failed to lock the file \"%s\" (%s).\n", NB(Lp_Schedlock), PERROR);
364 fail ("Failed to fork child process (%s).\n", PERROR);
407 fail ("Received unexpected signal %d; terminating.\n", n);
/illumos-gate/usr/src/lib/libadutils/common/
H A Dldap_ping.c146 goto fail;
152 goto fail;
163 goto fail;
169 goto fail;
177 goto fail;
182 goto fail;
188 goto fail;
193 goto fail;
200 fail:
402 goto fail;
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrftime.c461 goto fail;
466 goto fail;
471 goto fail;
476 goto fail;
480 goto fail;
483 goto fail;
486 goto fail;
489 goto fail;
492 goto fail;
495 goto fail;
[all...]
H A Dsetlocale.c405 goto fail;
408 goto fail;
411 goto fail;
416 fail:
455 goto fail;
458 goto fail;
461 goto fail;
464 goto fail;
467 goto fail;
470 goto fail;
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_arp_link.c145 goto fail;
152 goto fail;
160 goto fail;
185 goto fail;
192 goto fail;
200 goto fail;
225 goto fail;
233 goto fail;
243 goto fail;
261 goto fail;
[all...]
/illumos-gate/usr/src/lib/libkvm/common/
H A Dkvm.c71 fail(kvm_t *kd, const char *err, const char *message, ...) function
97 return (fail(NULL, err, "cannot allocate space for kvm_t"));
103 return (fail(kd, err, "illegal flag 0x%x to kvm_open()", flag));
109 return (fail(kd, err, "cannot stat %s", corefile));
113 return (fail(kd, err, "cannot stat /dev/mem"));
116 return (fail(kd, err, "cannot stat /dev/kmem"));
119 return (fail(kd, err, "cannot stat /dev/allkmem"));
127 return (fail(kd, err, "cannot open %s", kmem));
129 return (fail(kd, err, "cannot open /dev/mem"));
133 return (fail(k
[all...]
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_context.c90 fail("failed to change context to %p", (void *)c);
92 fail("unexpectedly returned from context %p", (void *)c);
/illumos-gate/usr/src/cmd/script/
H A Dscript.c43 void fail();
102 fail();
114 fail();
120 fail();
216 fail();
234 fail() function
272 fail();
287 fail();
/illumos-gate/usr/src/cmd/stat/common/
H A Dcommon.c39 fail(int do_perror, char *message, ...) function
113 fail(1, "nanosleep failed");
/illumos-gate/usr/src/cmd/tnf/tnfdump/
H A Dtable.c57 fail(1, gettext("malloc:"));
63 fail(1, gettext("realloc:"));
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinq_cred.c131 goto fail;
138 goto fail;
153 goto fail;
173 goto fail;
211 fail:
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/
H A Dkmdb_kdi_isadep.c97 fail("can't get dcache size for node %x\n", node);
106 fail("can't get dcache line size for node %x\n", node);
119 fail("can't get icache size for node %x\n", node);
128 fail("can't get icache size for node %x\n", node);
136 fail("can't get cpu frequency for node %x\n", node);
/illumos-gate/usr/src/cmd/sa/
H A Dsadc.c93 static void fail(int, char *, ...);
173 fail(1, "nanosleep failed");
211 fail(1, "kstat_open(): can't open /dev/kstat");
215 fail(1, "signal failed");
235 fail(1, "can't open data file");
244 fail(1, "can't lock data file");
251 fail(1, "can't get data file information");
257 fail(1, "can't truncate data file");
275 ftruncate(fp, flength), fail(1, "write failed");
280 ftruncate(fp, flength), fail(
515 fail(int do_perror, char *message, ...) function
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dxref.sh51 fail() function
100 [ -f $XREFMK ] || fail "cannot locate xref.mk"
191 [ -z "$xrefs" ] && fail "no known cross-reference formats specified"
207 cd $dir || fail "cannot change to directory $dir"
258 fail "$reldir: cannot build $xref cross-reference"
/illumos-gate/usr/src/cmd/mandoc/
H A Dtag.c81 goto fail;
90 goto fail;
92 goto fail;
94 goto fail;
105 fail:
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ndpd.c88 * fail.
175 goto fail;
186 goto fail;
192 goto fail;
195 goto fail;
198 goto fail;
201 fail:
275 goto fail;
291 goto fail;
293 goto fail;
[all...]
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dddi_i86.c160 goto fail;
164 goto fail;
170 goto fail;
176 fail:
1231 int fail = 0; local
1242 fail = 1;
1246 fail = 1;
1248 if (fail == 1)
1258 int fail = 0; local
1269 fail
1285 int fail = 0; local
1312 int fail = 0; local
1338 int fail = 0; local
1364 int fail = 0; local
1390 int fail = 0; local
1417 int fail = 0; local
1443 int fail = 0; local
1469 int fail = 0; local
1496 int fail = 0; local
1522 int fail = 0; local
[all...]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t52 my ($home, $fail);
56 $fail = 0;
64 $fail++;
67 ok($fail, 0, 'All Constants defined' );
99 # Try to free it again, it should fail.
101 ok($fin, undef, 'lgrp_fini second time should fail');
133 $fail = 0;
147 (print STDERR "# lgrp_parents: $!\n"), $fail++, last;
150 $fail++ if $parent != $root;
151 $fail
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl119 sub fail subroutine
466 fail("died from signal $wtermsig");
476 fail("returned $wexitstat instead of $status");
482 fail("stdout mismatch", "$pid.out");
488 fail("stderr mismatch: see $pid.err");
498 fail("errtag mismatch: see $pid.err");
517 fail("droptag mismatch: see $pid.err");
620 $ENV{'UMEM_LOGGING'} = 'fail,contents';
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_regset.c79 boolean_t fail = B_FALSE; local
83 fail = B_TRUE;
90 if (fail && getenv("DTRACE_DEBUG_REGSET") != NULL)
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_context.c114 fail("failed to unmap stack %p", c->ctx_stack);
123 fail("failed to change context to %p", (void *)c);
125 fail("unexpectedly returned from context %p", (void *)c);

Completed in 103 milliseconds

1234567891011>>