Home
last modified time | relevance | path

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

12

/netbsd/src/usr.sbin/rtadvd/
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/
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()
Dback.h151 void errexit(const char *) __dead;
/netbsd/src/sys/fs/v7fs/
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()
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/
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()
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 offset %" PRIu64 " to readblk", offset); in readblk()
992 errexit("bad filesize %" PRIu64 " to expandfile", filesize); in expandfile()
1036 errexit("INTERNAL ERROR: " in expandfile()
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",
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()
Dpass4.c147 errexit("BAD STATE %d FOR INODE I=%llu", in pass4()
/netbsd/src/sbin/fsck_ext2fs/
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()
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()
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()
Dmain.c160 errexit("bad mode to -m: %o", lfmode); in main()
224 errexit("-%c flag requires a %s", flag, req); in argtoi()
Dpass5.c103 errexit("out of memory"); in pass5()
166 errexit("BAD STATE %d FOR INODE I=%"PRIu32, in pass5()
Dpass4.c131 errexit("BAD STATE %d FOR INODE I=%llu", in pass4()
Dsetup.c151 errexit("cannot allocate space for superblock"); in setup()
232 errexit("out of memory"); in setup()
/netbsd/src/sbin/fsck/
Dfsutil.h30 void errexit(const char *, ...) __printflike(1, 2) __dead;
Dfsutil.c101 errexit(const char *fmt, ...) in errexit() function
/netbsd/src/games/backgammon/teachgammon/
Dteach.c65 errexit("teachgammon(gtty)"); in main()
/netbsd/src/bin/ksh/
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/
Damfs_nfsx.c203 goto errexit; in amfs_nfsx_init()
261 errexit: in amfs_nfsx_init()
/netbsd/src/sys/arch/x68k/stand/libdos/
Ddos.h109 void *errexit; member
/netbsd/src/games/backgammon/backgammon/
Dmain.c105 errexit("backgammon(gtty)"); in main()
/netbsd/src/bin/sh/
Doption.list36 eflag errexit e # exit on command error ($? != 0)

12