Home
last modified time | relevance | path

Searched refs:interrupted (Results 1 – 25 of 29) sorted by relevance

12

/titanic_53/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c112 static int interrupted = 0; /* last pkg op was quit (1,2,3,4,5) */ variable
953 if (interrupted != 0) { in doRemove()
960 admnflag, doreboot, failflag, interrupted, in doRemove()
994 admnflag, doreboot, failflag, interrupted, intrflag, in doRemove()
1055 admnflag, doreboot, failflag, interrupted, in doRemove()
1073 interrupted = 0; /* last action was NOT quit */ in doRemove()
1102 interrupted = 0; /* last pkg op was quit (1,2,3,4,5) */ in resetreturn()
1128 interrupted++; in ckreturn()
1135 interrupted++; in ckreturn()
1142 interrupted++; in ckreturn()
[all …]
/titanic_53/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c149 static int interrupted = 0; /* last pkg op was quit (1,2,3,4,5) */ variable
2426 interrupted = 0; /* last pkg op was quit (1,2,3,4,5) */ in resetreturn()
2456 interrupted++; in ckreturn()
2464 interrupted++; in ckreturn()
2472 interrupted++; in ckreturn()
2480 interrupted++; in ckreturn()
2487 interrupted++; in ckreturn()
2493 interrupted++; in ckreturn()
2995 if (!interrupted) { in continue_installation()
3335 failflag, interrupted, intrflag, ireboot, needconsult, in install_in_one_zone()
[all …]
/titanic_53/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c86 boolean_t interrupted = B_FALSE; in config_list_ext_poll() local
106 interrupted = (errno == EINTR); in config_list_ext_poll()
115 } while (!done && !timedout && !interrupted); in config_list_ext_poll()
/titanic_53/usr/src/uts/common/rpc/
H A Dclnt_cots.c794 int interrupted; in clnt_cots_kcallit() local
1175 interrupted = 0; in clnt_cots_kcallit()
1221 interrupted = 1; in clnt_cots_kcallit()
1279 if (interrupted) { in clnt_cots_kcallit()
1708 bool_t interrupted; in connmgr_cwait() local
1719 interrupted = FALSE; in connmgr_cwait()
1744 interrupted = TRUE; in connmgr_cwait()
1751 if (interrupted == TRUE) in connmgr_cwait()
2645 int interrupted, error; in connmgr_connect() local
2711 interrupted = 0; in connmgr_connect()
[all …]
H A Dclnt_clts.c479 bool_t interrupted; in clnt_clts_kcallit_addr() local
632 interrupted = FALSE; in clnt_clts_kcallit_addr()
657 interrupted = TRUE; in clnt_clts_kcallit_addr()
678 if (interrupted) { in clnt_clts_kcallit_addr()
/titanic_53/usr/src/lib/libsqlite/test/
H A Dinterrupt.test129 } {1 interrupted}
166 } {1 interrupted}
/titanic_53/usr/src/cmd/abi/appcert/scripts/
H A Dappcert.pl70 signals('on', \&interrupted);
836 sub interrupted subroutine
H A Dsymreport.pl61 signals('on', \&interrupted);
86 sub interrupted subroutine
H A Dsymprof.pl63 signals('on', \&interrupted);
88 sub interrupted subroutine
H A Dsymcheck.pl68 signals('on', \&interrupted);
104 sub interrupted subroutine
/titanic_53/usr/src/uts/common/io/hxge/
H A Dhxge_hw.c176 t_ldgp->interrupted = B_FALSE; in hxge_intr()
190 t_ldgp->interrupted = B_TRUE; in hxge_intr()
213 if (t_ldgp->interrupted) { in hxge_intr()
H A Dhxge_impl.h255 boolean_t interrupted; member
/titanic_53/usr/src/uts/sun4/ml/
H A Dinterrupt.s379 ! We have interrupted an interrupt thread. Take a timestamp,
495 ! Push interrupted thread onto list from new thread.
497 ! Set interrupted thread's T_SP because if it is the idle thread,
760 ! Switch back to the interrupted thread and return
1041 srl %o4, 3, %o1 ! Find interrupted PIL for panic
1306 ! interrupted high-level interrupt.
1343 ! If we haven't interrupted another high-level interrupt, we may have
1344 ! interrupted a low level interrupt thread. If so, store a starting
2033 ! put registers into the save area at the top of the interrupted
/titanic_53/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
/titanic_53/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
/titanic_53/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
/titanic_53/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c324 if (interrupted) in main()
H A Dfsck.h332 int interrupted; /* 1 => exit EXSIGNAL on exit */ variable
H A Dutilities.c828 interrupted = 1; in catchquit()
/titanic_53/usr/src/lib/libunistat/common/solaris/
H A Dsolaris.err26 INTR = interrupted system call
/titanic_53/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c1659 goto interrupted; in nfs4_async_stop_sig()
1675 goto interrupted; in nfs4_async_stop_sig()
1681 interrupted: in nfs4_async_stop_sig()
/titanic_53/usr/src/cmd/sgs/libld/common/
H A Dlibld.msg408 @ MSG_FIL_INTERRUPT "file %s: creation interrupted: %s"
/titanic_53/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-2576 interrupted by pressing <ESC>.
H A Dgrub.info-11175 unless interrupted with a keypress.
H A Dgrub.texi1305 interrupted with a keypress.
2063 interrupted by pressing @key{ESC}.

12