Home
last modified time | relevance | path

Searched full:stopped (Results 1 – 25 of 1153) sorted by relevance

12345678910>>...47

/freebsd/contrib/bmake/unit-tests/
H A Ddeptgt-end-fail.exp16 make: stopped making "all" in unit-tests
28 make: stopped making "all" in unit-tests
39 make: stopped making "all" in unit-tests
49 make: stopped making "all" in unit-tests
59 make: stopped making "all" in unit-tests
69 make: stopped making "all" in unit-tests
79 make: stopped making "all" in unit-tests
89 make: stopped making "all" in unit-tests
99 make: stopped making "all" in unit-tests
109 make: stopped making "all" in unit-tests
[all …]
H A Dopt-debug-errors-jobs.exp10 make: stopped making "all" in unit-tests
20 make: stopped making "all" in unit-tests
34 make: stopped making "all" in unit-tests
44 make: stopped making "all" in unit-tests
54 make: stopped making "all" in unit-tests
63 make: stopped making "all" in unit-tests
H A Ddeptgt-delete_on_error.exp18 make: stopped making "deptgt-delete_on_error-regular deptgt-delete_on_error-regular-delete deptgt-d…
26 make: stopped making "deptgt-delete_on_error-regular deptgt-delete_on_error-regular-delete deptgt-d…
31 make: stopped making "deptgt-delete_on_error-regular deptgt-delete_on_error-regular-delete deptgt-d…
35 make: stopped making "deptgt-delete_on_error-regular deptgt-delete_on_error-regular-delete deptgt-d…
39 make: stopped making "deptgt-delete_on_error-regular deptgt-delete_on_error-regular-delete deptgt-d…
43 make: stopped making "deptgt-delete_on_error-regular deptgt-delete_on_error-regular-delete deptgt-d…
47 make: stopped making "deptgt-delete_on_error-regular deptgt-delete_on_error-regular-delete deptgt-d…
H A Djobs-error-nested.exp5 make: stopped making "nested" in unit-tests
8 make: stopped making "nested" in unit-tests
11 make: stopped making "all" in unit-tests
14 make: stopped making "all" in unit-tests
H A Dopt-keep-going-indirect.exp6 make: stopped making "direct" in unit-tests
13 make: stopped making "direct" in unit-tests
22 make: stopped making "indirect" in unit-tests
29 make: stopped making "indirect" in unit-tests
H A Dcmd-errors-jobs.exp37 make: stopped making "begin-direct" in unit-tests
46 make: stopped making "begin-indirect" in unit-tests
55 make: stopped making "end-direct" in unit-tests
64 make: stopped making "end-indirect" in unit-tests
H A Djobs-error-nested-make.exp5 make: stopped making "nested" in unit-tests
8 make: stopped making "nested" in unit-tests
10 make: stopped making "all" in unit-tests
H A Dcmd-errors-jobs.mk67 # expect: make: stopped making "begin-direct" in unit-tests
80 # expect: make: stopped making "begin-indirect" in unit-tests
92 # expect: make: stopped making "end-direct" in unit-tests
104 # expect: make: stopped making "end-indirect" in unit-tests
H A Djobs-error-indirect.exp4 make: stopped making "all" in unit-tests
7 make: stopped making "all" in unit-tests
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/stop/
H A Dtst.stop1.d44 stopped = 0;
48 /pid == $1 && stopped == 1/
55 /pid == $1 && stopped == 0/
58 trace("stopped");
59 stopped = 1;
67 /timestamp > timeout && stopped == 1/
69 trace("looks like it really stopped");
H A Dtst.stop2.d44 stopped = 0;
48 /pid == $1 && stopped == 1/
55 /pid == $1 && stopped == 0/
58 trace("stopped");
59 stopped = 1;
67 /timestamp > timeout && stopped == 1/
69 trace("looks like it really stopped");
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DState.h43 /// is stopped. Stopped can mean stopped when the process is still
44 /// around, or stopped when the process has exited or doesn't exist
57 /// where the process or thread is stopped. If \a must_exist is
60 /// process no longer exists are considered to be stopped.
/freebsd/contrib/tcsh/nls/C/
H A Dset229 27 Child stopped or exited
49 47 Stopped (signal)
51 49 Stopped
54 52 Stopped (tty input)
56 54 Stopped (tty output)
/freebsd/sys/dev/isci/scil/
H A Dscif_sas_domain_states.c77 * @brief This method will attempt to transition to the stopped state.
79 * met (i.e. all IOs are complete and all devices are stopped).
97 // If IOs are quiesced, and all remote devices are stopped, in scif_sas_domain_transition_to_stopped_state()
98 // then transition directly to the STOPPED state. in scif_sas_domain_transition_to_stopped_state()
105 "Domain:0x%x immediate transition to STOPPED\n", in scif_sas_domain_transition_to_stopped_state()
245 // (causing a transition to STOPPING), then before reaching STOPPED in scif_sas_domain_starting_state_enter()
421 // Attempt to transition to the stopped state. in scif_sas_domain_stopping_state_enter()
427 * STOPPED state.
457 // mostly likely the controller is in STOPPING or STOPPED state, in scif_sas_domain_stopped_state_enter()
470 * all devices should be in the STOPPED state already and, as
[all …]
H A Dscif_sas_remote_device_states.c82 * into the STOPPED state.
103 // Initial state is a transitional state to the stopped state in scif_sas_remote_device_initial_state_enter()
112 * STOPPED state. This method updates the domains count of started
114 * the STOPPED state was due to a scif_remote_device_destruct()
137 // stopped state. in scif_sas_remote_device_stopped_state_enter()
140 // If we are entering the stopped state as a result of a destruct in scif_sas_remote_device_stopped_state_enter()
309 // If there was a failure, then transition directly to the stopped state. in scif_sas_remote_device_stopping_state_enter()
341 // Let the domain know that the device has stopped in scif_sas_remote_device_stopping_state_exit()
/freebsd/share/man/man9/
H A Dcallout.9277 If the callout is pending and successfully stopped, then
283 If the callout is currently being serviced and cannot be stopped,
285 If the callout is currently being serviced and cannot be stopped, and at the
306 fully stopped before
638 /* successfully stopped */
698 This indicates that the callout has been stopped.
713 /* callout was stopped */
731 /* The callout is effectively stopped now. */
755 callout is being stopped for the last time.
757 detect that the callout was stopped, since it may need to access
[all …]
/freebsd/contrib/tcsh/nls/russian/
H A Dset249 47 Stopped (signal)
51 49 Stopped
54 52 Stopped (tty input)
56 54 Stopped (tty output)
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp39 // We need to check if we are stopped in Thumb mode in a IT instruction and in OverrideStopInfo()
42 // the stop reason to no thread plans think we are stopped for a reason and in OverrideStopInfo()
102 // We ARE stopped on an ARM instruction whose condition doesn't in OverrideStopInfo()
104 // it stopped, we need to clear the stop info in OverrideStopInfo()
115 // We ARE stopped in a Thumb IT instruction on an instruction whose in OverrideStopInfo()
117 // Regardless of why it stopped, we need to clear the stop info in OverrideStopInfo()
/freebsd/share/doc/usd/04.csh/
H A Dcsh.2699 or the background. The shell notices when a job becomes stopped and
705 Stopped
710 program stopped.
719 [1] + Stopped (signal) sort usage
733 Stopped
757 When only one job is stopped or running in the background (the usual case)
759 If a job is stopped while running in the foreground it becomes the
775 commands and status (`Stopped' or `Running') of each background or
785 Stopped
790 [3] \(pl Stopped mail bill
[all …]
/freebsd/crypto/openssl/ssl/
H A Dssl_init.c20 static int stopped; variable
73 if (stopped) in ssl_library_stop()
75 stopped = 1; in ssl_library_stop()
95 if (stopped) { in OPENSSL_init_ssl()
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dmac.c11 bool stopped = false; in mt76x2_mac_stop() local
32 stopped = true; in mt76x2_mac_stop()
36 if (force && !stopped) { in mt76x2_mac_stop()
/freebsd/contrib/tcsh/
H A Dmi.wait.h3 * terminated by an exit() call, was killed by a signal, or was stopped
12 * stopped (job control) | signal | 0177 |
33 #define WIFSTOPPED(s) (__LOW(s) == 0177) /* stopped */
/freebsd/lib/libsys/
H A Dwait.2280 Report the status of selected processes which are stopped due to a
465 True if the process has not terminated, but has stopped and can be restarted.
551 returns due to a stopped, continued,
565 returns due to a stopped, continued,
576 no stopped, continued or exited children,
596 no stopped, continued or exited children,
H A Dptrace.254 signal, examine the state of the stopped process, and cause it to
117 Traced processes are un-stopped if needed, and then continue the execution
613 Thread stopped due to the pending signal
620 The thread stopped due to system call entry, right after the kernel is entered.
625 The thread is stopped immediately before syscall is returning to the usermode.
677 has stopped sharing its address space with the traced process.
780 For the thread which is stopped in either
801 This request is only valid for threads stopped in a syscall
943 This request creates a coredump for the stopped program.
1019 The process must be stopped before dumping or initiating a remote system call.
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadExtensions.i50 return_value = property(GetStopReturnValue, None, doc='''A read only property that returns an lldb object that represents the return value from the last stop (lldb.SBValue) if we just stopped due to stepping out of a function.''')
58 stop_reason = property(GetStopReason, None, doc='''A read only property that returns an lldb enumeration value (see enumerations that start with "lldb.eStopReason") that represents the reason this thread stopped.''')
60 is_stopped = property(IsStopped, None, doc='''A read only property that returns a boolean value that indicates if this thread is stopped but not exited.''')

12345678910>>...47