Home
last modified time | relevance | path

Searched refs:panic (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/original-bsd/sbin/restore/
H A Dsymtab.c79 panic("addino: out of range %d\n", inum);
101 panic("deleteino: out of range %d\n", inum);
111 panic("deleteino: %d not found\n", inum);
160 panic("%s is not a directory\n", name);
182 panic("%s: pathname too long\n", cp);
216 panic("bad name to addentry %s\n", name);
231 panic("link to non-existant name\n");
237 panic("duplicate entry\n");
375 panic("bad name\n");
384 panic("no space for string table\n");
[all …]
/original-bsd/sys/kern/
H A Dkern_subr.c33 panic("uiomove: mode");
35 panic("uiomove proc");
87 panic("ureadc: non-positive resid");
90 panic("ureadc: non-positive iovcnt");
135 panic("uwritec: non-positive iovcnt");
180 panic("hashinit: bad cnt");
H A Dkern_lock.c162 panic("lockmgr: using decommissioned lock");
165 panic("lockmgr: non-release on draining lock: %d\n",
206 panic("lockmgr: not holding exclusive lock");
239 panic("lockmgr: upgrade exclusive lock");
265 panic("lockmgr: non-zero exclusive count");
285 panic("lockmgr: locking against myself");
318 panic("lockmgr: non-zero exclusive count");
326 panic("lockmgr: pid %d, not %s %d unlocking",
351 panic("lockmgr: draining against myself");
384 panic("lockmgr: unknown locktype request %d",
[all …]
H A Dvfs_lookup.c66 panic ("namei: bad cred/proc");
68 panic ("namei: nameiop contaminated with flags");
313 panic("lookup: SAVESTART");
355 panic("leaf should be empty");
522 panic("relookup: bad hash");
524 panic ("relookup: bad len");
526 panic("relookup: not last component");
548 panic("lookup: SAVESTART");
553 panic ("relookup: lookup on dot-dot");
561 panic("leaf should be empty");
[all …]
/original-bsd/sys/sparc/sparc/
H A Dvm_machdep.c46 panic("pagemove 1");
50 panic("pagemove 2");
81 panic("vmapbuf");
92 panic("vmapbuf: null page frame");
111 panic("vunmapbuf");
134 panic("dvma_malloc");
199 panic("cpu_fork 1");
208 panic("cpu_fork 2");
H A Dautoconf.c255 panic("need CPU as root"); in configure()
279 panic("PROM sync command"); in sync_crash()
323 panic("no PROM root device"); in findroot()
460 panic(sp);
464 panic(sp);
554 panic("makememarr");
591 panic("makememarr");
640 panic("getprop");
753 panic("PROM exit failed"); in romhalt()
762 panic("PROM boot failed");
[all …]
H A Dintr.c51 panic("crazy interrupts");
164 panic("intr_establish: level %d interrupt tied to fast vector",
175 panic("intr_establish(%d, %x)\n%x %x %x != %x %x %x",
213 panic("intr_fasttrap: already handling level %d interrupts",
221 panic("intr_fasttrap(%d, %x)\n%x %x %x != %x %x %x",
/original-bsd/sys/vm/
H A Dvm_pager.c116 panic("no default pager"); in vm_pager_init()
145 panic("vm_pager_deallocate: null pager");
180 panic("vm_pager_put_pages: null pager");
210 panic("vm_pager_has_page: null pager");
236 panic("vm_pager_cluster: null pager");
247 panic("vm_pager_nullcluster called");
284 panic("vm_pager_map_pages: page not busy");
286 panic("vm_pager_map_pages: page already in pager");
334 panic("vm_pager_atop");
H A Dvm_kern.c67 panic("kmem_alloc_pageable: not called with kernel_map");
218 panic("kmem_suballoc");
224 panic("kmem_suballoc: cannot create submap");
226 panic("kmem_suballoc: unable to change range to submap");
259 panic("kern_malloc_alloc: map != {kmem,mb}_map");
273 panic("kmem_malloc: %s too small",
333 panic("kmem_malloc: entry not found or misaligned");
H A Dvm_swap.c75 panic("swapvp"); in swapinit()
81 panic("binit: mis-ordered swap devices"); in swapinit()
91 panic("swapinit"); in swapinit()
102 panic("swapinit"); in swapinit()
108 panic("swapvp"); in swapinit()
114 panic("swapinit swfree 0"); in swapinit()
211 panic("swstrategy");
375 panic("swfree");
378 panic("swfree");
H A Ddevice_pager.c98 panic("dev_pager_alloc called");
183 panic("dev_pager_setup: bad object");
245 panic("dev_pager_getpage: cannot handle multiple pages");
255 panic("dev_pager_getpage: no map function");
260 panic("dev_pager_getpage: map function returns error");
296 panic("dev_pager_putpage called");
339 panic("dev_pager_putfake: bad page");
/original-bsd/usr.bin/pascal/src/
H A Dstring.c130 panic("soffset");
141 panic("sreloc INL");
144 panic("sreloc nl[i]");
148 panic("sreloc");
H A Dyymain.c119 perror("copyfile: lseek"), panic("copyfile"); in copyfile()
166 panic ( "magic2" ); in magic2()
176 perror("magic2: lseek1"), panic("magic2"); in magic2()
179 perror("magic2: lseek2"), panic("magic2"); in magic2()
H A Dclas.c86 panic("clas2");
95 panic("clas");
188 panic( "isa" );
262 panic( "whereis" );
H A Dvar.c211 panic("wclass");
218 panic("width");
293 panic( "align" );
333 panic( "align: scal" );
399 panic("ary");
425 panic("aryran");
448 panic("setran");
/original-bsd/sys/hp300/hp300/
H A Dvm_machdep.c137 panic("pagemove");
143 panic("pagemove 2");
145 panic("pagemove 3");
218 panic("kvtop: zero page frame");
244 panic("vmapbuf");
255 panic("vmapbuf: null page frame");
274 panic("vunmapbuf");
312 panic("mappedcopyin");
354 panic("mappedcopyout");
/original-bsd/sys/luna68k/stand/
H A Dtrap.c56 panic(trap_type[type]);
57 panic("trap");
/original-bsd/games/hack/
H A Dalloc.c31 panic("Cannot get %d bytes", lth);
43 panic("Cannot reallocate %d bytes", lth);
/original-bsd/sys/pmax/pmax/
H A Dvm_machdep.c85 panic("cpu_fork: curproc");
179 panic("pagemove");
224 panic("vmapbuf");
236 panic("vmapbuf: null page frame");
256 panic("vunmapbuf");
/original-bsd/old/dbx/
H A Ddefs.h42 panic("assertion failed at line %d in file %s", __LINE__, __FILE__); \
47 panic("unexpected value %d at line %d in file %s", v, __LINE__, __FILE__); \
52 panic("reference through nil pointer at line %d in file %s", \
/original-bsd/sys/ufs/lfs/
H A Dlfs_inode.c44 panic("lfs_ifind: dinode %u not found", ino);
89 panic("lfs_truncate: negative bytes in segment %d\n", \
144 panic("lfs_truncate: partial truncate of symlink");
226 panic("lfs_truncate: ufs_bmaparray returned depth 1");
240 panic("lfs_truncate: bread bno %d",
288 panic("lfs_truncate: frag count < 0\n");
324 panic("lfs_inode: Warning. More frags released\n");
334 panic("lfs_inode");
/original-bsd/sys/luna68k/luna68k/
H A Dvm_machdep.c131 panic("pagemove");
209 panic("kvtop: zero page frame");
235 panic("vmapbuf");
246 panic("vmapbuf: null page frame");
265 panic("vunmapbuf");
303 panic("mappedcopyin");
345 panic("mappedcopyout");
/original-bsd/sys/tahoe/tahoe/
H A Dtrap.c86 panic(trap_type[type]);
88 panic("trap");
128 panic("ptable fault");
157 panic("ksp not valid");
161 panic("ksp not valid - 2");
230 panic("syscall");
/original-bsd/sys/sparc/fpu/
H A Dfpu.c81 panic("fpu_cleanup 1"); /* ??? */
87 panic("fpu ieee trap, but no exception");
94 panic("fpu_cleanup 2");
98 panic("fpu sequence error");
110 panic("fpu error");
120 panic("bogus fpu queue");
137 panic("fpu_cleanup 3");
/original-bsd/sys/ufs/ffs/
H A Dffs_alloc.c78 panic("ffs_alloc: bad size");
81 panic("ffs_alloc: missing credential\n");
146 panic("ffs_realloccg: bad size");
156 panic("ffs_realloccg: bad bprev");
177 panic("bad blockno");
231 panic("ffs_realloccg: bad optim");
527 panic("ffs_valloc: dup alloc");
1205 panic("blkfree: bad size");
1308 panic("checkblk: bad size");
1311 panic("checkblk: bad block %d", bno);
[all …]

12345678910>>...19