/src/sys/arch/hpc/stand/libsa/ |
panic.c | 34 abort(void) function in typeref:typename:void 44 abort();
|
/src/sys/arch/hpcmips/stand/libsa/ |
panic.c | 34 abort(void) function in typeref:typename:void 49 abort();
|
/src/lib/libc/stdlib/ |
abort.c | 1 /* $NetBSD: abort.c,v 1.15 2012/06/08 11:15:26 abs Exp $ */ 35 static char sccsid[] = "@(#)abort.c 8.1 (Berkeley) 6/4/93"; 37 __RCSID("$NetBSD: abort.c,v 1.15 2012/06/08 11:15:26 abs Exp $"); 50 abort(void) function in typeref:typename:void 57 * any errors -- X311J doesn't allow abort to return anyway. 63 * POSIX.1 requires that stdio buffers be flushed on abort. 65 * case the user calls abort() in a SIGABRT handler.
|
/src/sys/external/isc/libsodium/include/ |
stdlib.h | 8 #define abort() panic("libsodium internal error") macro
|
/src/regress/sys/fs/lfs/ckckp/ |
Makefile | 49 abort: target
|
/src/games/dab/ |
board.cc | 241 // Internal algorithm error; post and abort 242 void BOARD::abort(const char* s, ...) const function in class:BOARD 253 ::abort();
|
/src/sys/arch/evbarm/stand/gzboot/ |
gzboot.c | 159 void abort(void); 161 abort(void) function in typeref:typename:void
|
/src/sys/arch/mips/ingenic/ |
jziic.c | 299 uint32_t abort; local in function:jziic_i2c_exec_poll 329 abort = bus_space_read_4(sc->sc_memt, sc->sc_memh, JZ_SMBABTSRC); 330 DPRINTF("abort: %02x\n", abort); 331 if ((abort != 0)) { 361 DPRINTF("abort: %02x\n", 382 DPRINTF("abort: %02x\n", abort); 397 abort = bus_space_read_4(sc->sc_memt, sc->sc_memh, 399 DPRINTF("abort: %02x\n", abort) [all...] |
/src/sys/arch/shark/stand/ofwboot/ |
Locore.c | 52 void abort(void); 53 void abort(void) function in typeref:typename:void
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
nouveau_nvkm_engine_disp_dp.c | 195 bool cr_done = false, abort = false; local in function:nvkm_dp_train_cr 212 abort = true; 221 } while (!cr_done && !abort && ++tries < 5);
|
/src/sys/arch/atari/dev/ |
ncr5380.c | 705 * to a non-zero value. This is the case when 'select' is called by abort. 728 * we abort the selection. 853 * asserted. After that we wait a 'selection abort time' (200 1018 scsi_reset_verbose(sc, "Failure to abort command"); 1259 int abort = 0; local in function:reselect 1308 abort = 1; 1329 abort = 1; 1332 if (abort) { 1339 scsi_reset_verbose(sc, "Failure to abort reselection");
|
/src/sys/arch/mac68k/dev/ |
ncr5380.c | 686 * to a non-zero value. This is the case when 'select' is called by abort. 708 * we abort the selection. 833 * asserted. After that we wait a 'selection abort time' (200 994 scsi_reset_verbose(sc, "Failure to abort command"); 1236 int abort = 0; local in function:reselect 1284 abort = 1; 1303 abort = 1; 1306 if (abort) { 1313 scsi_reset_verbose(sc, "Failure to abort reselection");
|
/src/sys/compat/linux/common/ |
linux_fdio.h | 59 u_int abort; member in struct:linux_floppy_max_errors
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_atom.c | 69 bool abort; member in struct:__anonfe61eedb0108 631 ctx->abort = true; 755 ctx->abort = true; 1229 ectx.abort = false; 1243 if (ectx.abort) {
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_atom.c | 71 bool abort; member in struct:__anon32d93ab00108 645 ctx->abort = true; 748 ctx->abort = true; 1194 ectx.abort = false; 1208 if (ectx.abort) {
|
/src/sys/dev/isa/ |
seagate.c | 847 * a previous abort has failed, don't 848 * try abort again 851 /* abort timed out */ 857 /* abort the operation that has timed out */ 861 /* 2 secs for the abort */ 880 int abort = 0; local in function:sea_reselect 921 abort = 1; 944 * anything with, we must abort it. 946 abort = 1; 950 if (abort) { [all...] |
/src/sys/arch/xen/xen/ |
xennetback_xenbus.c | 697 goto abort; 715 goto abort; 748 goto abort; 779 abort: 1174 bool abort; local in function:xennetback_ifsoftstart_copy 1189 abort = false; 1206 abort = true; 1257 abort = true; 1291 if (__predict_false(abort ||
|
/src/sys/nfs/ |
nfs_serv.c | 1435 int rdev = 0, abort = 0; local in function:nfsrv_create 1464 abort = 1; 1542 abort = 0; 1566 abort = 0; 1576 abort = 0; 1626 abort = 0; 1643 if (abort) { 1675 int abort = 0; local in function:nfsrv_mknod 1704 abort = 1; 1709 goto abort; 2280 int error = 0, cache = 0, dirfor_ret = 1, diraft_ret = 1, abort = 0; local in function:nfsrv_symlink 2424 int abort = 0; local in function:nfsrv_mkdir [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_interceptors.cc | 1777 TSAN_INTERCEPTOR(void, abort, int fake) { 1778 SCOPED_TSAN_INTERCEPTOR(abort, fake); 1780 REAL(abort)(fake); local in function:TSAN_INTERCEPTOR 2754 TSAN_INTERCEPT(abort);
|
/src/sys/dev/nvmm/x86/ |
nvmm_x86_vmx.c | 633 uint32_t abort; member in struct:vmcs 2911 vmcs->abort = 0;
|