Searched refs:panic (Results 1 - 25 of 967) sorted by relevance

1234567891011>>

/openbsd-current/games/hack/
H A Dalloc.c74 panic("Cannot get %d bytes", lth);
/openbsd-current/sys/lib/libsa/
H A Dexit.c37 panic(const char *fmt, ...) function
59 panic("exit");
H A Din_cksum.c64 panic("in_cksum: packet too big");
/openbsd-current/usr.bin/aucat/
H A Dutils.h27 void panic(void);
H A Dutils.c135 panic(void) function
157 panic();
171 panic();
/openbsd-current/usr.bin/sndiod/
H A Dutils.h27 void panic(void);
H A Dutils.c135 panic(void) function
157 panic();
171 panic();
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dextend.t34 # test with N in range -1 .. 3; only the -1 should panic
37 like $@, qr/panic: .*negative count/, "test_EXTEND($offset, -1, $use_ss)";
51 like $@, qr/panic: .*negative count/,
55 # but the wrap-detection code converts it to -1 to force a panic
57 like $@, qr/panic: .*negative count/,
62 like $@, qr/panic: .*negative count/,
/openbsd-current/sys/arch/sh/dev/
H A Dpciide_machdep.c56 panic("pciide_machdep_compat_intr_establish called");
63 panic("pciide_machdep_compat_intr_disestablish called");
/openbsd-current/sys/crypto/
H A Dcriov.c42 panic("cuio_copydata: off %d < 0", off);
44 panic("cuio_copydata: len %d < 0", len);
47 panic("iov_copydata: empty in skip");
56 panic("cuio_copydata: empty");
76 panic("cuio_copyback: off %d < 0", off);
78 panic("cuio_copyback: len %d < 0", len);
81 panic("cuio_copyback: empty in skip");
90 panic("uio_copyback: empty");
134 panic("cuio_apply: len %d < 0", len);
136 panic("cuio_appl
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dint_util.c22 NORETURN extern void panic(const char *, ...);
27 panic("%s:%d: abort in %s", file, line, function);
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dcapability.h22 panic("unhandled capability");
/openbsd-current/usr.bin/mg/
H A Dttyio.c49 panic("standard input and output must be a terminal");
52 panic("aborting due to terminal initialize failure");
100 panic(""); /* ttcooked() already printf'd */
150 panic("ttflush write failed");
176 panic("lost stdin");
195 * panic - just exit, as quickly as we can.
198 panic(char *s) function
207 (void) fputs("panic: ", stderr);
/openbsd-current/sys/arch/i386/isa/
H A Disapnp_machdep.c95 panic("isapnp_map: bogus bus space tag");
128 panic("isapnp_map_readport: bogus bus space tag");
/openbsd-current/sys/arch/hppa/include/
H A Dmutex.h68 panic("mutex %p not held in %s", (mtx), __func__); \
73 panic("mutex %p held in %s", (mtx), __func__); \
/openbsd-current/sys/arch/m88k/include/
H A Dmutex.h59 panic("mutex %p not held in %s", (mtx), __func__); \
64 panic("mutex %p held in %s", (mtx), __func__); \
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dhsys.h86 * Function: panic
97 extern void panic(const char *format, ...);
/openbsd-current/sbin/fsck/
H A Dfsutil.h35 void panic(const char *, ...)
/openbsd-current/sys/dev/pci/
H A Dcy82c693.c58 panic("cy82c693_init");
81 panic("cy82c693_read");
93 panic("cy82c693_write");
/openbsd-current/sys/arch/luna88k/luna88k/
H A Disr.c75 panic("isrlink_autovec: bad ipl %d", ipl);
81 panic("isrlink_autovec: can't allocate space for isr");
151 panic("isrdispatch_autovec: bad ipl %d", ipl);
158 panic("too many unexpected interrupts");
181 panic("isr_dispatch_autovec: too many stray interrupts");
/openbsd-current/sys/arch/octeon/dev/
H A Dcn30xxfpa.c139 panic("%s failed", "bus_dmamap_create");
144 panic("%s failed", "bus_dmamem_alloc");
149 panic("%s failed", "bus_dmamem_map");
155 panic("%s failed", "bus_dmamap_load");
178 panic("%s: already initialized", __func__);
192 panic("%s: could not map FPA registers", __func__);
/openbsd-current/sys/uvm/
H A Duvm_init.c82 panic("uvm_init: page size not set");
165 panic("uvm_init: cannot reserve dead beef @0x%x", DEADBEEF0);
172 panic("uvm_init: cannot reserve dead beef @0x%x", DEADBEEF1);
/openbsd-current/sys/netinet/
H A Dip_ecn.c90 panic("NULL pointer passed to ip_ecn_ingress");
123 panic("NULL pointer passed to ip_ecn_egress");
/openbsd-current/sys/arch/i386/eisa/
H A Deisa_machdep.c141 panic("eisa_intr_string: bogus handle 0x%x", ih);
153 panic("eisa_intr_establish: bogus handle 0x%x", ih);
/openbsd-current/sbin/restore/
H A Dsymtab.c97 panic("addino: out of range %llu\n",
119 panic("deleteino: out of range %llu\n",
130 panic("deleteino: %llu not found\n", (unsigned long long)inum);
180 panic("%s is not a directory\n", name);
201 panic("%s: pathname too long\n", cp);
226 panic("no memory to extend symbol table\n");
232 panic("bad name to addentry %s\n", name);
247 panic("link to non-existent name\n");
253 panic("duplicate entry\n");
386 panic("ba
[all...]

Completed in 332 milliseconds

1234567891011>>