Home
last modified time | relevance | path

Searched refs:errexit (Results 1 – 25 of 44) sorted by relevance

12

/netbsd-src/usr.sbin/rtadvd/
H A Dconfig.c178 goto errexit; \ in getconfig()
195 goto errexit; \ in getconfig()
240 goto errexit; in getconfig()
249 goto errexit; in getconfig()
270 goto errexit; in getconfig()
280 goto errexit; in getconfig()
299 goto errexit; in getconfig()
316 goto errexit; in getconfig()
325 goto errexit; in getconfig()
341 goto errexit; in getconfig()
[all …]
/netbsd-src/games/backgammon/common_source/
H A Dsubs.c51 errexit(const char *s) in errexit() function
64 errexit("addbuf (write):"); in addbuf()
78 errexit("buflush (write):"); in buflush()
93 errexit("readc"); in readc()
420 errexit("fixtty"); in fixtty()
H A Dback.h151 void errexit(const char *) __dead;
/netbsd-src/sys/fs/v7fs/
H A Dv7fs_io_kern.c103 goto errexit; in v7fs_io_init()
105 goto errexit; in v7fs_io_init()
107 goto errexit; in v7fs_io_init()
113 errexit: in v7fs_io_init()
H A Dv7fs_inode.c110 goto errexit; in v7fs_inode_allocate()
116 goto errexit; in v7fs_inode_allocate()
128 goto errexit; in v7fs_inode_allocate()
132 errexit: in v7fs_inode_allocate()
/netbsd-src/sbin/fsck_ffs/
H A Dutilities.c140 errexit("cannot allocate buffer pool"); in bufinit()
146 errexit("cannot allocate buffer pool"); in bufinit()
165 errexit("cannot allocate buffer pool"); in bufinit()
192 errexit("deadlocked buffer pool"); in getdatablk()
306 errexit("Panic: lost %d buffers", bufhead.b_size - cnt); in ckfini()
564 errexit("UNKNOWN INODESC FIX MODE %d", idesc->id_fix); in dofix()
596 errexit("inoinfo: inumber %llu out of range", in inoinfo()
617 errexit("cannot allocate space for compat store"); in sb_oldfscompat_read()
727 errexit("cannot allocate quota entry"); in find_uquot()
H A Dinode.c329 errexit("bad inode number %llu to ginode", in ginode()
410 errexit("bad inode number %llu to nextinode", in getnextinode()
444 errexit("bad inode number %llu to setinodebuf", in setinodebuf()
467 errexit("Cannot allocate space for inode buffer"); in setinodebuf()
526 errexit("cannot increase directory list"); in cacheino()
546 errexit("cannot find inode %llu", (unsigned long long)inumber); in getinoinfo()
700 errexit("BAD STATE %d TO BLKERR", info->ino_state); in blkerror()
912 errexit("bad ofsset %" PRIu64 " to readblk", offset); in readblk()
992 errexit("bad filesize %" PRIu64 " to expandfile", filesize); in expandfile()
1036 errexit("INTERNAL ERROR: " in expandfile()
H A Dpass2.c89 errexit("CANNOT ALLOCATE ROOT INODE"); in pass2()
97 errexit("CANNOT ALLOCATE ROOT INODE"); in pass2()
113 errexit("CANNOT ALLOCATE ROOT INODE"); in pass2()
131 errexit("BAD STATE %d FOR ROOT INODE", rinfo->ino_state); in pass2()
626 errexit("BAD STATE %d FOR INODE I=%d",
H A Dpass5.c119 errexit( in pass5()
191 errexit("UNKNOWN ROTATIONAL TABLE FORMAT %d", in pass5()
346 errexit("BAD STATE %d FOR INODE I=%ju", in pass5()
H A Dpass4.c147 errexit("BAD STATE %d FOR INODE I=%llu", in pass4()
/netbsd-src/sbin/fsck_ext2fs/
H A Dutilities.c165 errexit("cannot allocate buffer pool"); in bufinit()
192 errexit("deadlocked buffer pool"); in getdatablk()
254 errexit("Program terminated"); in rwerror()
285 errexit("Panic: lost %d buffers", bufhead.b_size - cnt); in ckfini()
496 errexit("UNKNOWN INODESC FIX MODE %d", idesc->id_fix); in dofix()
H A Dpass2.c104 errexit("CANNOT ALLOCATE ROOT INODE"); in pass2()
112 errexit("CANNOT ALLOCATE ROOT INODE"); in pass2()
125 errexit("CANNOT ALLOCATE ROOT INODE"); in pass2()
139 errexit("BAD STATE %d FOR ROOT INODE", statemap[EXT2_ROOTINO]); in pass2()
452 errexit("BAD STATE %d FOR INODE I=%d", in pass2check()
H A Dinode.c397 errexit("bad inode number %llu to ginode", in ginode()
431 errexit("bad inode number %llu to nextinode", in getnextinode()
473 errexit("Cannot allocate space for inode buffer"); in resetinodebuf()
527 errexit("cannot increase directory list"); in cacheino()
545 errexit("cannot find inode %llu", (unsigned long long)inumber); in getinoinfo()
680 errexit("BAD STATE %d TO BLKERR", statemap[ino]); in blkerror()
H A Dmain.c160 errexit("bad mode to -m: %o", lfmode); in main()
224 errexit("-%c flag requires a %s", flag, req); in argtoi()
H A Dpass5.c103 errexit("out of memory"); in pass5()
166 errexit("BAD STATE %d FOR INODE I=%"PRIu32, in pass5()
H A Dpass4.c131 errexit("BAD STATE %d FOR INODE I=%llu", in pass4()
H A Dsetup.c151 errexit("cannot allocate space for superblock"); in setup()
232 errexit("out of memory"); in setup()
/netbsd-src/sbin/fsck/
H A Dfsutil.h30 void errexit(const char *, ...) __printflike(1, 2) __dead;
H A Dfsutil.c101 errexit(const char *fmt, ...) in errexit() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/crosstool/
H A Dcreate-snapshots.sh12 set -o errexit
/netbsd-src/games/backgammon/teachgammon/
H A Dteach.c65 errexit("teachgammon(gtty)"); in main()
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dprivsep.c435 goto errexit; in ps_startprocess()
465 goto errexit; in ps_startprocess()
474 goto errexit; in ps_startprocess()
478 goto errexit; in ps_startprocess()
486 errexit: in ps_startprocess()
/netbsd-src/bin/ksh/
H A Dmain.c100 int restricted, errexit; in main() local
347 errexit = Flag(FERREXIT); in main()
401 if (errexit) in main()
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Damfs_nfsx.c203 goto errexit; in amfs_nfsx_init()
261 errexit: in amfs_nfsx_init()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/crosstool/ARM/
H A Dbuild-install-linux.sh7 set -o errexit

12