| /src/sbin/fsck/ | 
| fsutil.h | 30 void errexit(const char *, ...) __printflike(1, 2) __dead; 
 | 
| fsutil.c | 101 errexit(const char *fmt, ...)  function in typeref:typename:void 
 | 
| /src/usr.sbin/rtadvd/ | 
| config.c | 178 		goto errexit;						\ 195 			goto errexit;					\
 240 			goto errexit;
 249 			goto errexit;
 270 		goto errexit;
 280 		goto errexit;
 299 				goto errexit;
 316 		goto errexit;
 325 		goto errexit;
 341 		goto errexit;
 [all...]
 | 
| /src/games/backgammon/common_source/ | 
| subs.c | 51 errexit(const char *s)  function in typeref:typename:void 64 			errexit("addbuf (write):");
 78 		errexit("buflush (write):");
 93 		errexit("readc");
 420 		errexit("fixtty");
 
 | 
| back.h | 151 void	errexit(const char *) __dead; 
 | 
| /src/sys/fs/v7fs/ | 
| v7fs_io_kern.c | 103 		goto errexit; 105 		goto errexit;
 107 		goto errexit;
 113 errexit:
 
 | 
| v7fs_inode.c | 110 		goto errexit; 116 		goto errexit;
 128 		goto errexit;
 132 errexit:
 
 | 
| /src/games/backgammon/teachgammon/ | 
| teach.c | 65 		errexit("teachgammon(gtty)"); 
 | 
| /src/sbin/fsck_ext2fs/ | 
| pass4.c | 131 			errexit("BAD STATE %d FOR INODE I=%llu", 
 | 
| pass2.c | 104 			errexit("CANNOT ALLOCATE ROOT INODE"); 112 				errexit("CANNOT ALLOCATE ROOT INODE");
 125 				errexit("CANNOT ALLOCATE ROOT INODE");
 139 		errexit("BAD STATE %d FOR ROOT INODE", statemap[EXT2_ROOTINO]);
 452 			errexit("BAD STATE %d FOR INODE I=%d",
 
 | 
| utilities.c | 165 			errexit("cannot allocate buffer pool"); 192 		errexit("deadlocked buffer pool");
 254 		errexit("Program terminated");
 285 		errexit("Panic: lost %d buffers", bufhead.b_size - cnt);
 496 		errexit("UNKNOWN INODESC FIX MODE %d", idesc->id_fix);
 
 | 
| inode.c | 397 		errexit("bad inode number %llu to ginode", 431 		errexit("bad inode number %llu to nextinode",
 473 		errexit("Cannot allocate space for inode buffer");
 527 			errexit("cannot increase directory list");
 545 	errexit("cannot find inode %llu", (unsigned long long)inumber);
 680 		errexit("BAD STATE %d TO BLKERR", statemap[ino]);
 
 | 
| main.c | 160 				errexit("bad mode to -m: %o", lfmode); 224 		errexit("-%c flag requires a %s", flag, req);
 
 | 
| pass5.c | 103 		errexit("out of memory"); 166 				errexit("BAD STATE %d FOR INODE I=%"PRIu32,
 
 | 
| setup.c | 151 		errexit("cannot allocate space for superblock"); 232 		errexit("out of memory");
 
 | 
| /src/sbin/fsck_ffs/ | 
| utilities.c | 140 		errexit("cannot allocate buffer pool"); 146 		errexit("cannot allocate buffer pool");
 165 			errexit("cannot allocate buffer pool");
 192 		errexit("deadlocked buffer pool");
 306 		errexit("Panic: lost %d buffers", bufhead.b_size - cnt);
 564 		errexit("UNKNOWN INODESC FIX MODE %d", idesc->id_fix);
 596 		errexit("inoinfo: inumber %llu out of range",
 617 			errexit("cannot allocate space for compat store");
 727 		errexit("cannot allocate quota entry");
 
 | 
| pass2.c | 89 			errexit("CANNOT ALLOCATE ROOT INODE"); 97 				errexit("CANNOT ALLOCATE ROOT INODE");
 113 				errexit("CANNOT ALLOCATE ROOT INODE");
 131 		errexit("BAD STATE %d FOR ROOT INODE", rinfo->ino_state);
 626 			errexit("BAD STATE %d FOR INODE I=%d",
 
 | 
| inode.c | 329 		errexit("bad inode number %llu to ginode", 410 		errexit("bad inode number %llu to nextinode",
 444 		errexit("bad inode number %llu to setinodebuf",
 467 		errexit("Cannot allocate space for inode buffer");
 526 			errexit("cannot increase directory list");
 546 	errexit("cannot find inode %llu", (unsigned long long)inumber);
 700 		errexit("BAD STATE %d TO BLKERR", info->ino_state);
 912 		errexit("bad offset %" PRIu64 " to readblk", offset);
 992 		errexit("bad filesize %" PRIu64 " to expandfile", filesize);
 1036 		errexit("INTERNAL ERROR:
 [all...]
 | 
| pass5.c | 119 						errexit( 191 			errexit("UNKNOWN ROTATIONAL TABLE FORMAT %d",
 346 				errexit("BAD STATE %d FOR INODE I=%ju",
 
 | 
| pass4.c | 147 				errexit("BAD STATE %d FOR INODE I=%llu", 
 | 
| /src/bin/sh/ | 
| option.list | 38 eflag	errexit		e		# exit on command error ($? != 0) 
 | 
| /src/bin/ksh/ | 
| main.c | 100 	int restricted, errexit;  local in function:main 347 	errexit = Flag(FERREXIT);
 401 	if (errexit)
 
 | 
| /src/sys/arch/x68k/stand/libdos/ | 
| dos.h | 109 	void		*errexit;  member in struct:dos_psp 
 | 
| /src/games/backgammon/backgammon/ | 
| main.c | 105 		errexit("backgammon(gtty)"); 
 | 
| /src/sbin/fsck_lfs/ | 
| setup.c | 215 		errexit("BAD SUPER BLOCK OR IFILE INODE NOT FOUND"); 
 |