Searched defs:panic (Results 1 - 25 of 39) sorted by last modified time

12

/freebsd-11-stable/contrib/sendmail/src/
H A Dsavemail.c60 bool panic = false; local
H A Derr.c130 bool panic, exiting, keep; local
138 panic = exiting = keep = false; local
H A Denvelope.c177 bool panic = false; local
/freebsd-11-stable/usr.sbin/etcupdate/
H A Detcupdate.sh87 panic() function
[all...]
/freebsd-11-stable/stand/liblua/
H A Dluaconf.h509 #define panic lua_panic macro
/freebsd-11-stable/sys/kern/
H A Dkern_shutdown.c710 panic(const char *fmt, ...) function
[all...]
H A Dsubr_blist.c1319 panic(const char *ctl, ...) function
/freebsd-11-stable/contrib/lua/src/
H A Dlstate.h165 lua_CFunction panic; /* to be called in unprotected errors */ member in struct:global_State
H A Dlauxlib.c1019 static int panic (lua_State *L) { function
/freebsd-11-stable/contrib/bzip2/
H A Dbzip2.c746 void panic ( const Char* s ) function
[all...]
/freebsd-11-stable/stand/libsa/
H A Dbzipfs.c47 #define panic(x, y) abort() macro
H A Dpanic.c56 panic(const char *fmt,...) function
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h1806 int panic; member in struct:bxe_softc
/freebsd-11-stable/sys/netipsec/
H A Dkey_debug.c81 #define panic(fmt, ...) { printf(fmt, ## __VA_ARGS__); exit(-1); } macro
[all...]
/freebsd-11-stable/usr.sbin/makefs/
H A Dffs.c1164 panic(const char *fmt, ...) function
/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dffs_bswap.c49 #define panic(x) printf("%s\n", (x)), abort() macro
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c745 panic(const char *fmt, ...) function
/freebsd-11-stable/stand/sparc64/boot1/
H A Dboot1.c532 panic(const char *fmt, ...) function
/freebsd-11-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c557 panic(const char *fmt, ...) function
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_cmd.c1490 int mthca_CLOSE_HCA(struct mthca_dev *dev, int panic) argument
/freebsd-11-stable/usr.bin/at/
H A Dpanic.c51 panic(const char *a) function
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw.c2360 int mlx4_CLOSE_HCA(struct mlx4_dev *dev, int panic) argument
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dzfssubr.c39 #define panic(...) do { \ macro
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h42 #define panic(...) do { printf("USB PANIC: " __VA_ARGS__); while (1) ; } while (0) macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.h142 lua_CFunction panic; /* to be called in unprotected errors */ member in struct:global_State

Completed in 253 milliseconds

12