Searched refs:fail (Results 176 - 200 of 452) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c551 goto fail;
567 goto fail;
580 goto fail;
590 goto fail;
600 goto fail;
604 goto fail; /* trouble allocating memory */
617 goto fail;
622 goto fail;
647 goto fail;
656 goto fail;
[all...]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_asconf.c56 * want to fail allocating memory when we get then ASCONF-ACK in order to
449 * chunk. We don't want to fail allocating buffers after processing
1486 goto fail;
1501 goto fail;
1515 goto fail;
1519 goto fail;
1523 fail:
1602 goto fail;
1613 goto fail;
1622 goto fail;
[all...]
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.c162 goto fail;
165 goto fail;
189 goto fail;
219 goto fail;
235 goto fail;
251 fail:
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_node.c81 goto fail;
83 goto fail;
105 fail:
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c1071 goto fail;
1098 goto fail;
1103 goto fail;
1225 goto fail;
1233 goto fail;
1237 goto fail;
1255 goto fail;
1260 goto fail;
1273 goto fail;
1315 goto fail;
[all...]
/illumos-gate/usr/src/cmd/pools/poold/libjkstat/
H A Djkstat.c283 goto fail;
287 goto fail;
293 fail:
/illumos-gate/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c486 goto fail;
496 goto fail;
504 goto fail;
516 goto fail;
526 goto fail;
533 goto fail;
542 goto fail;
552 goto fail;
579 goto fail;
584 goto fail;
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c436 * Did a previous write attempt fail? If so, don't even try to
1045 goto fail;
1049 goto fail;
1053 goto fail;
1057 goto fail;
1061 goto fail;
1065 goto fail;
1069 goto fail;
1079 goto fail;
1084 goto fail;
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c1513 goto fail;
1520 goto fail;
1534 goto fail;
1541 goto fail;
1559 goto fail;
1589 goto fail;
1599 goto fail;
1606 goto fail;
1615 goto fail;
1622 goto fail;
[all...]
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ngz.c390 goto fail;
419 goto fail;
427 goto fail;
432 fail:
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndd.c259 goto fail;
277 goto fail;
303 goto fail;
334 fail:
/illumos-gate/usr/src/cmd/fgrep/
H A Dfgrep.c120 struct words *fail; member in struct:words
378 c = c->fail;
678 state = s->fail;
684 q->fail = state->nst;
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c149 static void fail(int, char *, ...);
183 fail(1, "kstat_open(): can't open /dev/kstat");
644 fail(int do_perror, char *message, ...) function
664 fail(1, "malloc failed");
674 fail(1, "kstat_read(%x, '%s') failed", kctl, ksp->ks_name);
685 fail(0, "kstat_lookup('%s', %d, '%s') failed",
698 fail(0, "kstat_data_lookup('%s', '%s') failed",
753 fail(0, "couldn't find per-CPU VM statistics");
758 fail(0, "couldn't find per-CPU statistics");
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_bh.c271 const char *fail; local
360 fail = "write";
365 fail = "write";
421 * to fail. That should be unlikely, and fixing it would be difficult.
434 __memp_fn(dbmfp), fail, (u_long)bhp->pgno);
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c106 uint_t symndx, uint_t pltndx, caddr_t to, uint_t sb_flags, int *fail)
144 *fail = 1;
159 *fail = 1;
295 int fail = 0; local
302 &fail);
303 if (fail)
841 int fail = 0; local
849 sb_flags, &fail);
850 if (fail)
105 elf_plt_trace_write(uint_t roffset, Rt_map *rlmp, Rt_map *dlmp, Sym *sym, uint_t symndx, uint_t pltndx, caddr_t to, uint_t sb_flags, int *fail) argument
/illumos-gate/usr/src/cmd/sgs/test/ld/x64/tls/ie/
H A DMakefile85 fail: style2-with-badness FRC
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c306 goto fail;
313 goto fail;
320 goto fail;
326 fail:
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c1967 goto fail;
1983 goto fail;
1994 goto fail;
2003 goto fail;
2010 goto fail;
2023 goto fail;
2031 fail:
2151 goto fail;
2158 goto fail;
2162 goto fail;
[all...]
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c531 goto fail;
542 goto fail;
555 goto fail;
563 goto fail;
570 goto fail;
585 fail:
759 goto fail;
766 goto fail;
786 goto fail;
800 goto fail;
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c1020 if (len >= 0x40) { errormsg = "Service instance name too long"; goto fail; }
1038 if (src[1] != '_') { errormsg = "Application protocol name must begin with underscore"; goto fail; }
1065 goto fail;
1070 if (!ValidTransportProtocol(src)) { errormsg = "Transport protocol name must be _udp or _tcp"; goto fail; }
1073 if (*src) { errormsg = "Service type must have only two labels"; goto fail; }
1076 if (!domain->c[0]) { errormsg = "Service domain must be non-empty"; goto fail; }
1078 { errormsg = "Illegal domain \"local.arpa.\" Use \"local.\" (or empty string)"; goto fail; }
1080 if (!dst) { errormsg = "Service domain too long"; goto fail; }
1083 fail:
2181 // If the name is one byte longer, then we fail th
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c441 goto fail;
450 goto fail;
461 goto fail;
478 "usbvc_attach: parse ctrl interface fail, error code:%d",
481 goto fail;
485 "usbvc_attach: parse stream interfaces fail, error code:%d",
488 goto fail;
499 goto fail;
507 fail:
760 "usbvc_read: non-blocking read, return fail
[all...]
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun228 fail('%s' % e)
242 fail('\nRun terminated at user request.')
561 fail("Coulnd't read config file %s" % options.runfile)
616 fail('Could not open \'%s\' for writing.' % options.template)
670 fail('%s' % e)
694 fail('Could not change to directory %s' % self.outputdir)
776 def fail(retstr, ret=1):
786 fail('-c and -w are mutually exclusive.')
789 fail('%s may only be specified once.' % opt_str)
842 fail('Extraneou
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c451 goto fail;
459 goto fail;
466 goto fail;
473 goto fail;
479 goto fail;
483 goto fail;
488 goto fail;
492 goto fail;
501 goto fail;
505 goto fail;
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c75 struct Node *fail; member in struct:Node
274 static void fail(Node *root);
1399 if (l->node->fail) {
1401 l->node->id, l->node->fail->id);
1410 fail(Node *root) function
1420 l->node->fail = root;
1429 state = r->fail;
1446 state = state->fail;
1448 s->fail = state;
1459 if (n->fail
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c400 goto fail;
407 goto fail;
415 goto fail;
424 goto fail;
431 goto fail;
448 goto fail;
465 goto fail;
469 goto fail;
480 goto fail;
495 goto fail;
[all...]

Completed in 126 milliseconds

1234567891011>>