/src/sys/arch/hpc/stand/libsa/ |
panic.c | 34 abort(void) function in typeref:typename:void 44 abort();
|
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();
|
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.
|
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
|
stdlib.h | 8 #define abort() panic("libsodium internal error") macro
|
/src/regress/sys/fs/lfs/ckckp/ |
Makefile | 49 abort: target
|
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();
|
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
|
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...] |
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
|
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);
|
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");
|
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");
|
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
|