Searched refs:interrupted (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c112 static int interrupted = 0; /* last pkg op was quit (1,2,3,4,5) */ variable
835 * 3 - user selected quit (operation interrupted)
953 if (interrupted != 0) {
960 admnflag, doreboot, failflag, interrupted,
994 admnflag, doreboot, failflag, interrupted, intrflag,
1055 admnflag, doreboot, failflag, interrupted,
1072 /* reset interrupted flag before calling pkgremove */
1073 interrupted = 0; /* last action was NOT quit */
1102 interrupted = 0; /* last pkg op was quit (1,2,3,4,5) */
1128 interrupted
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c149 static int interrupted = 0; /* last pkg op was quit (1,2,3,4,5) */ variable
1456 * 3 - user selected quit (operation interrupted)
1765 * 3 - user selected quit (operation interrupted)
2092 * 3 - user selected quit (operation interrupted)
2426 interrupted = 0; /* last pkg op was quit (1,2,3,4,5) */
2456 interrupted++;
2464 interrupted++;
2468 case 3: /* user selected quit; operation interrupted */
2472 interrupted++;
2480 interrupted
[all...]
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dappcert.pl70 signals('on', \&interrupted);
836 sub interrupted subroutine
844 emsg("\n** " . gettext("interrupted") . " **\n");
H A Dsymreport.pl61 signals('on', \&interrupted);
84 # Called when interrupted by user.
86 sub interrupted subroutine
H A Dsymcheck.pl68 signals('on', \&interrupted);
102 # Called when interrupted by a signal.
104 sub interrupted subroutine
H A Dsymprof.pl63 signals('on', \&interrupted);
86 # Routine called when interrupted by user (e.g. SIGINT).
88 sub interrupted subroutine
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c794 int interrupted; local
918 * interrupted us. The caller likely won't
1175 interrupted = 0;
1219 * interrupted regardless what call_status is.
1221 interrupted = 1;
1279 if (interrupted) {
1285 RPCLOG(1, "signal interrupted at %ld", now);
1706 bool_t interrupted; local
1717 interrupted = FALSE;
1742 interrupted
2643 int interrupted, error; local
[all...]
H A Dclnt_clts.c479 bool_t interrupted; local
632 interrupted = FALSE;
657 interrupted = TRUE;
678 if (interrupted) {
680 * We got interrupted, bail out
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c86 boolean_t interrupted = B_FALSE; local
106 interrupted = (errno == EINTR);
115 } while (!done && !timedout && !interrupted);
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_hw.c176 t_ldgp->interrupted = B_FALSE;
190 t_ldgp->interrupted = B_TRUE;
213 if (t_ldgp->interrupted) {
H A Dhxge_impl.h255 boolean_t interrupted; member in struct:_hxge_ldg_t
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s379 ! We have interrupted an interrupt thread. Take a timestamp,
395 ! will account for the interrupted thread's time slice, but
420 ! We now know that a valid interval for the interrupted interrupt
495 ! Push interrupted thread onto list from new thread.
497 ! Set interrupted thread's T_SP because if it is the idle thread,
741 ! If there is still an interrupted thread underneath this one,
760 ! Switch back to the interrupted thread and return
800 ! an interrupt thread stack, but the interrupted process is no longer
988 ! We have interrupted another high-level interrupt. Find its PIL,
998 ! interrupted hig
[all...]
/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c904 gettext("%s interrupted, continue"), progname);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h332 int interrupted; /* 1 => exit EXSIGNAL on exit */ variable
H A Dmain.c324 if (interrupted)
H A Dutilities.c821 * so that reboot sequence may be interrupted.
828 interrupted = 1;
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s969 ! If we interrupted the mutex_owner_running() critical region we
986 ! If we interrupted the mutex_exit() critical region we must reset
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s805 ! If we interrupted the mutex_owner_running() critical region we
822 ! If we interrupted the mutex_exit() critical region we must reset
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.s438 mutex_exit_critical_start: ! If we are interrupted, restart here
457 mutex_owner_running_critical_start: ! If interrupted restart here
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c1677 goto interrupted;
1693 goto interrupted;
1699 interrupted:

Completed in 135 milliseconds