HomeSort by: relevance | last modified time | path
    Searched refs:interrupted (Results 1 - 20 of 20) sorted by relevancy

  /src/usr.bin/make/unit-tests/
deptgt-interrupt.mk 4 # collects commands to be run when make is interrupted while building another
depsrc-precious.mk 4 # is only relevant if the commands for the target fail or are interrupted.
deptgt-delete_on_error.mk 5 # is interrupted.
cmd-interrupt.mk 5 # If a command is interrupted (usually by the user, here by itself), the
62 # When the make process (and not the process group) is interrupted in compat
  /src/usr.sbin/rpc.pcnfsd/
extern.h 3 extern int interrupted;
pcnfsd_misc.c 347 int interrupted = 0; variable in typeref:typename:int
353 interrupted = 1;
382 interrupted = 0;
pcnfsd_print.c 364 return ((failed | interrupted) ? PS_RES_FAIL : PS_RES_OK);
  /src/games/rogue/
play.c 58 boolean interrupted = 0; variable in typeref:typename:boolean
69 interrupted = 0;
move.c 200 interrupted) {
204 if ( (!interrupted) && passgo && (m == MOVE_FAILED) &&
217 while ((!interrupted) && (one_move_rogue((dirch + 32), 1) == MOVED))
220 if ( (!interrupted) && passgo &&
504 interrupted = 0;
507 if (interrupted) {
hit.c 86 interrupted = 1;
373 interrupted || (!(dungeon[row][col] & MONSTER))) {
trap.c 273 if (((shown == found) && (found > 0)) || interrupted) {
message.c 82 interrupted = 1;
rogue.h 649 extern boolean interrupted;
  /src/etc/
rc 100 trap '_msg="Boot interrupted at $(date)";
101 print_rc_metadata "interrupted:${_msg}";
372 interrupted)
  /src/sbin/restore/
interactive.c 784 if (reply("restore interrupted, continue") == FAIL)
  /src/usr.bin/dc/
bcode.c 50 volatile sig_atomic_t interrupted; member in struct:bmachine
228 bmachine.interrupted = true;
1737 if (bmachine.interrupted) {
1743 bmachine.interrupted = false;
  /src/sys/arch/sh3/sh3/
exception_vector.S 510 !! Check for interrupted kernel RAS when returning to kernel
  /src/sys/kern/
uipc_syscalls.c 364 int interrupted = 0; local in function:do_sys_connect
387 interrupted = 1;
392 interrupted = 1;
401 if (!interrupted)
  /src/sys/arch/mips/mips/
locore_mips1.S 194 * Build trapframe on stack to hold interrupted kernel context, then
380 j k1 # return to interrupted point
389 * Build kernframe on stack to hold interrupted kernel context, then
504 * individually and we won't get interrupted here, turn the
783 * individually and we won't get interrupted here, turn the
803 * Since we interrupted user mode, the new interrupt depth must be 1.
mipsX_subr.S 699 * Build trapframe on stack to hold interrupted kernel context, then
914 eret # return to interrupted point
923 * Build trapframe on stack to hold interrupted kernel context, then
1062 * Build kernframe on stack to hold interrupted kernel context, then
1557 * Since we interrupted user mode, the new interrupt depth must be 1.

Completed in 27 milliseconds