/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/ |
H A D | main.c | 116 static int interrupted = 0; /* last pkg op was quit (1,2,3,4,5) */ variable 956 if (interrupted != 0) { in doRemove() 963 admnflag, doreboot, failflag, interrupted, in doRemove() 997 admnflag, doreboot, failflag, interrupted, intrflag, in doRemove() 1058 admnflag, doreboot, failflag, interrupted, in doRemove() 1076 interrupted = 0; /* last action was NOT quit */ in doRemove() 1105 interrupted = 0; /* last pkg op was quit (1,2,3,4,5) */ in resetreturn() 1131 interrupted++; in ckreturn() 1138 interrupted++; in ckreturn() 1145 interrupted++; in ckreturn() [all …]
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/ |
H A D | main.c | 150 static int interrupted = 0; /* last pkg op was quit (1,2,3,4,5) */ variable 2191 interrupted = 0; /* last pkg op was quit (1,2,3,4,5) */ in resetreturn() 2221 interrupted++; in ckreturn() 2229 interrupted++; in ckreturn() 2237 interrupted++; in ckreturn() 2245 interrupted++; in ckreturn() 2252 interrupted++; in ckreturn() 2258 interrupted++; in ckreturn() 2737 if (!interrupted) { in continue_installation() 2996 failflag, interrupted, intrflag, ireboot, needconsult, in install_in_one_zone() [all …]
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | hotplug_mgr.c | 86 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()
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt_cots.c | 797 int interrupted; in clnt_cots_kcallit() local 1178 interrupted = 0; in clnt_cots_kcallit() 1224 interrupted = 1; in clnt_cots_kcallit() 1282 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() 2643 int interrupted, error; in connmgr_connect() local 2709 interrupted = 0; in connmgr_connect() [all …]
|
H A D | clnt_clts.c | 479 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()
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | interrupt.test | 127 } {1 interrupted} 164 } {1 interrupted}
|
/illumos-gate/usr/src/cmd/abi/appcert/scripts/ |
H A D | appcert.pl | 70 signals('on', \&interrupted); 836 sub interrupted subroutine
|
H A D | symreport.pl | 61 signals('on', \&interrupted); 86 sub interrupted subroutine
|
H A D | symcheck.pl | 68 signals('on', \&interrupted); 104 sub interrupted subroutine
|
H A D | symprof.pl | 63 signals('on', \&interrupted); 88 sub interrupted subroutine
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | main.c | 190 int interrupted; variable 359 if (interrupted) in main()
|
H A D | fsck.h | 327 extern int interrupted; /* 1 => exit EXSIGNAL on exit */
|
H A D | utilities.c | 835 interrupted = 1; in catchquit()
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_hw.c | 176 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 D | hxge_impl.h | 255 boolean_t interrupted; member
|
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | interrupt.S | 351 ! We have interrupted an interrupt thread. Take a timestamp, 467 ! Push interrupted thread onto list from new thread. 469 ! Set interrupted thread's T_SP because if it is the idle thread, 732 ! Switch back to the interrupted thread and return 1003 srl %o4, 3, %o1 ! Find interrupted PIL for panic 1268 ! interrupted high-level interrupt. 1305 ! If we haven't interrupted another high-level interrupt, we may have 1306 ! interrupted a low level interrupt thread. If so, store a starting 1855 ! put registers into the save area at the top of the interrupted
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | mach_locore.S | 935 ! If we interrupted the mutex_owner_running() critical region we 952 ! If we interrupted the mutex_exit() critical region we must reset
|
/illumos-gate/usr/src/uts/sparc/v9/ml/ |
H A D | lock_prim.S | 285 mutex_exit_critical_start: ! If we are interrupted, restart here 304 mutex_owner_running_critical_start: ! If interrupted restart here
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | mach_locore.S | 770 ! If we interrupted the mutex_owner_running() critical region we 787 ! If we interrupted the mutex_exit() critical region we must reset
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_client.c | 1660 goto interrupted; in nfs4_async_stop_sig() 1676 goto interrupted; in nfs4_async_stop_sig() 1682 interrupted: in nfs4_async_stop_sig()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | libld.msg | 409 @ MSG_FIL_INTERRUPT "file %s: creation interrupted: %s"
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-2 | 576 interrupted by pressing <ESC>.
|
H A D | grub.info-1 | 1175 unless interrupted with a keypress.
|
H A D | grub.texi | 1305 interrupted with a keypress. 2063 interrupted by pressing @key{ESC}.
|
/illumos-gate/usr/src/test/zfs-tests/include/ |
H A D | libtest.shlib | 286 # Create a temporary clone result of an interrupted resumable 'zfs receive'
|