HomeSort by: relevance | last modified time | path
    Searched refs:bail (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_gvt.c 76 goto bail;
81 goto bail;
85 bail:
119 goto bail;
124 bail:
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeEmitter.h 58 bool bail(const Stmt *S) { return bail(S->getBeginLoc()); } function in class:clang::interp::ByteCodeEmitter
59 bool bail(const Decl *D) { return bail(D->getBeginLoc()); } function in class:clang::interp::ByteCodeEmitter
60 bool bail(const SourceLocation &Loc);
EvalEmitter.h 60 bool bail(const Stmt *S) { return bail(S->getBeginLoc()); } function in class:clang::interp::EvalEmitter
61 bool bail(const Decl *D) { return bail(D->getBeginLoc()); } function in class:clang::interp::EvalEmitter
62 bool bail(const SourceLocation &Loc);
ByteCodeStmtGen.cpp 99 return this->bail(MD);
128 return this->bail(S);
155 return this->bail(DD);
252 return this->bail(VD);
ByteCodeExprGen.cpp 123 return this->bail(CE);
137 return this->bail(LE);
166 return this->bail(BO);
201 return this->bail(BO);
205 return this->bail(BO);
225 return this->bail(E);
479 return this->bail(VD);
564 return this->bail(VD);
  /src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
Parser.py 73 bail('? dude. where is the filename string after "include"?')
76 bail('? need a semicolon to end the "include" (%d: %s)' % (ttype, val))
86 bail('? need opening brace for "key" defn (%d: %s)' % (ttype, val))
94 bail('? bogosity after "algorithm" (%d: %s)' % (ttype, val))
101 bail('? bogosity after "secret" (%d: %s)' % (ttype, val))
106 bail('? need to have a string after "key" (%d: %s)' % (ttype, val))
111 bail('? need a semicolon to end the "key" (%d: %s)' % (ttype, val))
120 bail('? need opening brace for "server" (%d: %s)' % (ttype, val))
130 bail('? bogosity after "keys" (%d: %s)' % (ttype, val))
133 bail('? need to have an IP address after "server" (%d: %s)' %
    [all...]
Utils.py 55 def bail(somestuff): function
  /src/lib/libc/arch/sparc/sys/
__clone.S 50 be 8f ! func == NULL, bail
52 be 8f ! stack == NULL, bail
  /src/sys/arch/mips/ingenic/
jziic.c 192 int bail = 100000; local
198 while ((bail > 0) && (reg == 0)) {
199 bail--;
202 DPRINTF("bail: %d\n", bail);
209 int bail = 100000; local
215 while ((bail > 0) && (reg != 0)) {
216 bail--;
219 DPRINTF("bail: %d\n", bail);
226 int bail = 10000; local
298 int i, bail = 10000, ret = 0; local
421 int i, ret = 0, bail; local
    [all...]
  /src/sys/arch/sparc64/dev/
tadpmu.c 99 int bail = 0; local
106 bail++;
107 if (bail > 100) {
114 bail = 0;
119 bail++;
120 if (bail > 100) {
132 int bail = 0; local
141 bail++;
142 if (bail > 100) {
154 int bail = 0 local
180 int bail = 0; local
    [all...]
  /src/sys/arch/evbmips/ingenic/
cpu.c 82 int bail = 10000; local
99 while ((!kcpuset_isset(cpus_hatched, cpu_index(startup_cpu_info))) && (bail > 0)) {
101 bail--;
intr.c 248 int bit, idx, bail; local
261 bail = 32;
283 bail--;
284 KASSERT(bail > 0);
  /src/common/dist/zlib/examples/
gzjoin.c 66 local int bail(char *why1, char *why2) function
139 /* get a byte from the file, bail if end of file */
142 bail("unexpected end of file on ", in->name))
184 bail("unexpected end of file on ", in->name);
196 bail("unexpected end of file on ", in->name);
210 bail(in->name, " is not a valid gzip file");
215 bail("unknown reserved bits set in ", in->name);
253 /* Load up zlib stream from buffered input, bail if end of file */
259 bail("unexpected end of file on ", in->name);
294 bail("could not open ", name)
    [all...]
  /src/external/gpl3/binutils/dist/zlib/examples/
gzjoin.c 66 local int bail(char *why1, char *why2) function
139 /* get a byte from the file, bail if end of file */
142 bail("unexpected end of file on ", in->name))
184 bail("unexpected end of file on ", in->name);
196 bail("unexpected end of file on ", in->name);
210 bail(in->name, " is not a valid gzip file");
215 bail("unknown reserved bits set in ", in->name);
253 /* Load up zlib stream from buffered input, bail if end of file */
259 bail("unexpected end of file on ", in->name);
294 bail("could not open ", name)
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gzjoin.c 66 local int bail(char *why1, char *why2) function
139 /* get a byte from the file, bail if end of file */
142 bail("unexpected end of file on ", in->name))
184 bail("unexpected end of file on ", in->name);
196 bail("unexpected end of file on ", in->name);
210 bail(in->name, " is not a valid gzip file");
215 bail("unknown reserved bits set in ", in->name);
253 /* Load up zlib stream from buffered input, bail if end of file */
259 bail("unexpected end of file on ", in->name);
294 bail("could not open ", name)
    [all...]
  /src/external/gpl3/gdb/dist/zlib/examples/
gzjoin.c 66 local int bail(char *why1, char *why2) function
139 /* get a byte from the file, bail if end of file */
142 bail("unexpected end of file on ", in->name))
184 bail("unexpected end of file on ", in->name);
196 bail("unexpected end of file on ", in->name);
210 bail(in->name, " is not a valid gzip file");
215 bail("unknown reserved bits set in ", in->name);
253 /* Load up zlib stream from buffered input, bail if end of file */
259 bail("unexpected end of file on ", in->name);
294 bail("could not open ", name)
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/examples/
gzjoin.c 66 local int bail(char *why1, char *why2) function
139 /* get a byte from the file, bail if end of file */
142 bail("unexpected end of file on ", in->name))
184 bail("unexpected end of file on ", in->name);
196 bail("unexpected end of file on ", in->name);
210 bail(in->name, " is not a valid gzip file");
215 bail("unknown reserved bits set in ", in->name);
253 /* Load up zlib stream from buffered input, bail if end of file */
259 bail("unexpected end of file on ", in->name);
294 bail("could not open ", name)
    [all...]
  /src/lib/libc/arch/sparc64/sys/
__clone.S 49 brz,pn %i0,8f ! func == NULL, bail
51 bz,pn %xcc, 8f ! stack == NULL, bail
  /src/lib/libc/yp/
yp_order.c 83 goto bail;
91 bail:
  /src/sys/dev/i2c/
i2c_bitbang.c 69 int bail = 0; local
71 while (((READ & SCL) == 0) && (bail < SCL_BAIL_COUNT)) {
73 bail++;
75 if (bail == SCL_BAIL_COUNT) {
  /src/sys/arch/mips/mips/
cache_r5k_subr.S 48 beq t2, zero, 3f # if no sdcache, we can bail now
  /src/sys/opencrypto/
cryptodev.c 508 goto bail;
532 goto bail;
544 goto bail;
619 goto bail;
623 goto bail;
627 goto bail;
645 goto bail;
664 goto bail;
670 goto bail;
678 goto bail;
    [all...]
  /src/sys/dev/sun/
kbdsun.c 337 int error = 0, bail = 0; local
339 while ((k->k_txflags & K_TXBUSY) && (!error) && (bail<1000)) {
342 bail++;
344 if (bail == 1000)
  /src/external/zlib/pigz/dist/
pigz.c 527 local int bail(char *why, char *what) function
681 bail("not enough memory", "");
689 bail("not enough memory", "");
814 bail("read error on ", g.inf);
833 bail("write error on ", g.outf);
1191 bail("not enough memory", "");
1195 bail("not enough memory", "");
1232 bail("not enough memory", "");
1237 bail("not enough memory", "");
1436 bail("not enough memory", "")
    [all...]
  /src/external/bsd/nsd/dist/contrib/bind2nsd/scripts/
bind2nsd 72 bail('? er, cannot find the named root directory "%s"' % (named_root))

Completed in 38 milliseconds

1 2 3