Home
last modified time | relevance | path

Searched refs:bail (Results 1 – 25 of 165) sorted by relevance

1234567

/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DParser.py73 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 …]
/netbsd-src/sys/arch/mips/ingenic/
H A Djziic.c196 int bail = 100000; in jziic_enable() local
202 while ((bail > 0) && (reg == 0)) { in jziic_enable()
203 bail--; in jziic_enable()
206 DPRINTF("bail: %d\n", bail); in jziic_enable()
213 int bail = 100000; in jziic_disable() local
219 while ((bail > 0) && (reg != 0)) { in jziic_disable()
220 bail--; in jziic_disable()
223 DPRINTF("bail: %d\n", bail); in jziic_disable()
230 int bail = 10000; in jziic_wait() local
232 while ((reg & JZ_MSTACT) && (bail > 0)) { in jziic_wait()
[all …]
/netbsd-src/sys/arch/sparc64/dev/
H A Dtadpmu.c99 int bail = 0; in tadpmu_flush() local
106 bail++; in tadpmu_flush()
107 if (bail > 100) { in tadpmu_flush()
114 bail = 0; in tadpmu_flush()
119 bail++; in tadpmu_flush()
120 if (bail > 100) { in tadpmu_flush()
132 int bail = 0; in tadpmu_send_cmd() local
141 bail++; in tadpmu_send_cmd()
142 if (bail > 100) { in tadpmu_send_cmd()
154 int bail = 0; in tadpmu_recv() local
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_gvt.c76 goto bail; in intel_gvt_sanitize_options()
81 goto bail; in intel_gvt_sanitize_options()
85 bail: in intel_gvt_sanitize_options()
119 goto bail; in intel_gvt_init()
124 bail: in intel_gvt_init()
/netbsd-src/external/gpl3/binutils/dist/zlib/examples/
H A Dgzjoin.c66 local int bail(char *why1, char *why2) in bail() function
142 bail("unexpected end of file on ", in->name))
184 bail("unexpected end of file on ", in->name); in bskip()
196 bail("unexpected end of file on ", in->name); in bskip()
210 bail(in->name, " is not a valid gzip file"); in gzhead()
215 bail("unknown reserved bits set in ", in->name); in gzhead()
259 bail("unexpected end of file on ", in->name); in zpull()
294 bail("could not open ", name); in gzcopy()
307 bail("out of memory", ""); in gzcopy()
332 bail("out of memory", ""); in gzcopy()
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/examples/
H A Dgzjoin.c66 local int bail(char *why1, char *why2) in bail() function
142 bail("unexpected end of file on ", in->name))
184 bail("unexpected end of file on ", in->name); in bskip()
196 bail("unexpected end of file on ", in->name); in bskip()
210 bail(in->name, " is not a valid gzip file"); in gzhead()
215 bail("unknown reserved bits set in ", in->name); in gzhead()
259 bail("unexpected end of file on ", in->name); in zpull()
294 bail("could not open ", name); in gzcopy()
307 bail("out of memory", ""); in gzcopy()
332 bail("out of memory", ""); in gzcopy()
[all …]
/netbsd-src/common/dist/zlib/examples/
H A Dgzjoin.c66 local int bail(char *why1, char *why2) in bail() function
142 bail("unexpected end of file on ", in->name))
184 bail("unexpected end of file on ", in->name); in bskip()
196 bail("unexpected end of file on ", in->name); in bskip()
210 bail(in->name, " is not a valid gzip file"); in gzhead()
215 bail("unknown reserved bits set in ", in->name); in gzhead()
259 bail("unexpected end of file on ", in->name); in zpull()
294 bail("could not open ", name); in gzcopy()
307 bail("out of memory", ""); in gzcopy()
332 bail("out of memory", ""); in gzcopy()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgzjoin.c66 local int bail(char *why1, char *why2) in bail() function
142 bail("unexpected end of file on ", in->name))
184 bail("unexpected end of file on ", in->name); in bskip()
196 bail("unexpected end of file on ", in->name); in bskip()
210 bail(in->name, " is not a valid gzip file"); in gzhead()
215 bail("unknown reserved bits set in ", in->name); in gzhead()
259 bail("unexpected end of file on ", in->name); in zpull()
294 bail("could not open ", name); in gzcopy()
307 bail("out of memory", ""); in gzcopy()
332 bail("out of memory", ""); in gzcopy()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/zlib/examples/
H A Dgzjoin.c66 local int bail(char *why1, char *why2) in bail() function
142 bail("unexpected end of file on ", in->name))
184 bail("unexpected end of file on ", in->name); in bskip()
196 bail("unexpected end of file on ", in->name); in bskip()
210 bail(in->name, " is not a valid gzip file"); in gzhead()
215 bail("unknown reserved bits set in ", in->name); in gzhead()
259 bail("unexpected end of file on ", in->name); in zpull()
294 bail("could not open ", name); in gzcopy()
307 bail("out of memory", ""); in gzcopy()
332 bail("out of memory", ""); in gzcopy()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeEmitter.h58 bool bail(const Stmt *S) { return bail(S->getBeginLoc()); } in bail() function
59 bool bail(const Decl *D) { return bail(D->getBeginLoc()); } in bail() function
60 bool bail(const SourceLocation &Loc);
H A DEvalEmitter.h60 bool bail(const Stmt *S) { return bail(S->getBeginLoc()); } in bail() function
61 bool bail(const Decl *D) { return bail(D->getBeginLoc()); } in bail() function
62 bool bail(const SourceLocation &Loc);
H A DByteCodeExprGen.cpp123 return this->bail(CE); in VisitCastExpr()
137 return this->bail(LE); in VisitIntegerLiteral()
166 return this->bail(BO); in VisitBinaryOperator()
201 return this->bail(BO); in VisitBinaryOperator()
205 return this->bail(BO); in VisitBinaryOperator()
225 return this->bail(E); in visitBool()
479 return this->bail(VD); in getPtrVarDecl()
564 return this->bail(VD); in visitDecl()
H A DByteCodeStmtGen.cpp99 return this->bail(MD); in visitFunc()
128 return this->bail(S); in visitStmt()
155 return this->bail(DD); in visitDeclStmt()
252 return this->bail(VD); in visitVarDecl()
/netbsd-src/external/zlib/pigz/dist/
H A Dpigz.c527 local int bail(char *why, char *what) in bail() function
681 bail("not enough memory", ""); in log_add()
689 bail("not enough memory", ""); in log_add()
814 bail("read error on ", g.inf); in readn()
833 bail("write error on ", g.outf); in writen()
1191 bail("not enough memory", ""); in get_space()
1195 bail("not enough memory", ""); in get_space()
1232 bail("not enough memory", ""); in grow_space()
1237 bail("not enough memory", ""); in grow_space()
1436 bail("not enough memory", ""); in compress_thread()
[all …]
/netbsd-src/sys/opencrypto/
H A Dcryptodev.c508 goto bail; in cryptodev_op()
532 goto bail; in cryptodev_op()
544 goto bail; in cryptodev_op()
619 goto bail; in cryptodev_op()
623 goto bail; in cryptodev_op()
627 goto bail; in cryptodev_op()
645 goto bail; in cryptodev_op()
664 goto bail; in cryptodev_op()
670 goto bail; in cryptodev_op()
678 goto bail; in cryptodev_op()
[all …]
/netbsd-src/sys/arch/evbmips/ingenic/
H A Dcpu.c82 int bail = 10000; in cpu_attach() local
99 while ((!kcpuset_isset(cpus_hatched, cpu_index(startup_cpu_info))) && (bail > 0)) { in cpu_attach()
101 bail--; in cpu_attach()
H A Dintr.c248 int bit, idx, bail; in ingenic_irq() local
261 bail = 32; in ingenic_irq()
283 bail--; in ingenic_irq()
284 KASSERT(bail > 0); in ingenic_irq()
/netbsd-src/sys/dev/i2c/
H A Di2c_bitbang.c69 int bail = 0; in i2c_wait_for_scl() local
71 while (((READ & SCL) == 0) && (bail < SCL_BAIL_COUNT)) { in i2c_wait_for_scl()
73 bail++; in i2c_wait_for_scl()
75 if (bail == SCL_BAIL_COUNT) { in i2c_wait_for_scl()
/netbsd-src/sys/dev/
H A Dcgd.c782 goto bail; in cgdstrategy()
788 bail: in cgdstrategy()
1257 goto bail; in cgd_ioctl_set()
1262 goto bail; in cgd_ioctl_set()
1266 goto bail; in cgd_ioctl_set()
1272 goto bail; in cgd_ioctl_set()
1280 goto bail; in cgd_ioctl_set()
1286 goto bail; in cgd_ioctl_set()
1292 goto bail; in cgd_ioctl_set()
1333 goto bail; in cgd_ioctl_set()
[all …]
/netbsd-src/sys/dev/sun/
H A Dkbdsun.c337 int error = 0, bail = 0; in kbd_sun_drain_tx() local
339 while ((k->k_txflags & K_TXBUSY) && (!error) && (bail<1000)) { in kbd_sun_drain_tx()
342 bail++; in kbd_sun_drain_tx()
344 if (bail == 1000) in kbd_sun_drain_tx()
/netbsd-src/lib/libc/arch/sparc/sys/
H A D__clone.S50 be 8f ! func == NULL, bail
52 be 8f ! stack == NULL, bail
/netbsd-src/lib/libc/arch/sparc64/sys/
H A D__clone.S49 brz,pn %i0,8f ! func == NULL, bail
51 bz,pn %xcc, 8f ! stack == NULL, bail
/netbsd-src/lib/libc/yp/
H A Dyp_order.c83 goto bail; in __weak_alias()
91 bail: in __weak_alias()
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/scripts/
H A Ds64-sync87 bail('? cannot find "%s"...' % (tmpdir))
129 bail('? cannot find "%s"...' % (tmpdir))
161 bail('? cannot login to Secure64 system at %s' % \
203 bail('? cannot find the named root directory "%s"' % (named_root))
H A Dnsd-sync87 bail('? cannot find "%s"...' % (tmpdir))
126 bail('? cannot find "%s"...' % (tmpdir))
159 bail('? cannot login to NSD system at %s' % \
195 bail('? cannot find the named root directory "%s"' % (named_root))

1234567