/freebsd/sys/dev/isci/scil/ |
H A D | scif_sas_remote_device_state_handlers.c | 168 * @brief This method provides STOPPING state specific handling for 205 // Something is seriously wrong. Stopping the core remote device in scif_sas_remote_device_stopping_stop_complete_handler() 213 * @brief This method provides STOPPING state handling for high priority 222 * is in the stopping state. 284 "RemoteDevice:0x%x stopping failed device\n", in scif_sas_remote_device_failed_stop_handler() 789 //if the destination state of this device change to STOPPING, no matter in scif_sas_remote_device_updating_port_width_state_complete_io_handler() 791 //go to the STOPPING state, the device will be removed anyway. in scif_sas_remote_device_updating_port_width_state_complete_io_handler() 836 //if the destination state of this device change to STOPPING, no matter in scif_sas_remote_device_updating_port_width_state_start_complete_handler() 838 //go to the STOPPING state. in scif_sas_remote_device_updating_port_width_state_start_complete_handler() 892 //if the destination state of this device change to STOPPING, no matter in scif_sas_remote_device_updating_port_width_state_stop_complete_handler() [all …]
|
H A D | scif_sas_domain_states.c | 245 // (causing a transition to STOPPING), then before reaching STOPPED in scif_sas_domain_starting_state_enter() 366 * STOPPING state. 407 // Search the domain's list of devices and put them all in the STOPPING in scif_sas_domain_stopping_state_enter() 457 // mostly likely the controller is in STOPPING or STOPPED state, in scif_sas_domain_stopped_state_enter() 458 // meaning the controller is in the process of stopping, we should in scif_sas_domain_stopped_state_enter() 459 // not call back to user in the middle of controller stopping. in scif_sas_domain_stopped_state_enter() 468 * state we entered. If we entered from stopping that some sort
|
H A D | sci_base_domain.h | 98 * This state is entered from the STOPPING state. 104 * This state indicates that the domain is in the process of stopping. 116 * This state is entered from the STOPPING state.
|
H A D | scif_sas_remote_device_states.c | 282 * STOPPING state. This includes: stopping the core remote device 326 * STOPPING state. 450 * STOPPING state.
|
H A D | sci_base_controller.h | 141 * This state indicates that the controller is in the process of stopping. 151 * This state is entered from the STOPPING state. 160 * This state is entered from the STOPPING state.
|
H A D | sci_base_port.h | 84 * This state is entered from the STOPPING state. 89 * This state indicates that the port is in the process of stopping.
|
H A D | sci_base_remote_device.h | 91 * This state is entered from the STOPPING state. 112 * stopping. In this state no new IO operations are permitted, but
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | UnwindLLDB.cpp | 145 "gone astray, stopping.", in GetOneMoreFrame() 164 LLDB_LOGF(log, "%*sFrame %d did not get a RegisterContext, stopping.", in GetOneMoreFrame() 185 "stopping stack walk", in GetOneMoreFrame() 204 "%*sFrame %d did not get CFA for this frame, stopping stack walk", in GetOneMoreFrame() 233 "stopping stack walk", in GetOneMoreFrame() 260 "%*sFrame %d did not get PC for this frame, stopping stack walk", in GetOneMoreFrame() 283 LLDB_LOGF(log, "%*sFrame %d did not get a valid PC, stopping stack walk", in GetOneMoreFrame() 292 "CFAs for both frames are identical -- stopping unwind", in GetOneMoreFrame()
|
H A D | ThreadPlanStepInstruction.cpp | 136 "ThreadPlanStepInstruction couldn't get the 0th frame, stopping."); in ShouldStop() 177 "we were stepping from, stopping."); in ShouldStop() 209 "We are probably just confused about where we are, stopping."); in ShouldStop() 215 LLDB_LOGF(log, "Could not find previous frame, stopping."); in ShouldStop()
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_init_thread_deregister.pod | 23 Thread aware code may be informed about when a thread is stopping, typically to 32 stopping the stop handler is called (while on that thread) and the code can
|
/freebsd/tools/test/stress2/misc/ |
H A D | namecache2.sh | 101 int stopping = false; 113 if (stopping) 177 stopping = true;
|
H A D | ptrace9.sh | 102 printf("stopping signal is %d\n", WSTOPSIG(status)); 126 stopping signal is 17
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound.init_fedora | 3 # unbound This shell script takes care of starting and stopping 56 echo -n $"Stopping unbound: "
|
H A D | unbound.init_yocto | 3 # unbound This shell script takes care of starting and stopping 72 echo -n $"Stopping $prog: "
|
H A D | unbound.init | 3 # unbound This shell script takes care of starting and stopping 72 echo -n $"Stopping $prog: "
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadPlanShouldStopHere.h | 23 // instead of stopping. 25 // The classic example of the use of this is ThreadPlanStepInRange not stopping
|
/freebsd/share/man/man9/ |
H A D | ieee80211_vap.9 | 119 it involves blocking interrupts and stopping transmit and receive 148 that beacon are stopped before stopping the hardware timers).
|
/freebsd/lib/libc/tests/locale/ |
H A D | wcsnrtombs_test.c | 66 /* Simple null terminated string, stopping early. */ in ATF_TC_BODY() 98 /* Null terminated string, internal dest. buffer, stopping early. */ in ATF_TC_BODY() 175 /* Stopping early. */ in ATF_TC_BODY()
|
/freebsd/contrib/arm-optimized-routines/pl/math/ |
H A D | erfinvl.c | 83 the version in the SpecialFunctions.jl Julia package, with relaxed stopping 108 /* Stopping criterion is different to Julia implementation, but is enough in erfinvl()
|
/freebsd/sys/vm/ |
H A D | redzone.c | 164 panic("Stopping here."); in redzone_check() 183 panic("Stopping here."); in redzone_check()
|
/freebsd/sys/dev/sound/pci/ |
H A D | solo.c | 85 int dir, hwch, stopping; member 328 if (sc->pch.stopping) { in ess_intr() 330 sc->pch.stopping = 0; in ess_intr() 342 if (sc->rch.stopping) { in ess_intr() 344 sc->rch.stopping = 0; in ess_intr() 491 ch->stopping = 0; in ess_start() 511 ch->stopping = 1; in ess_stop()
|
/freebsd/share/mk/ |
H A D | bsd.arch.inc.mk | 3 # to least specific, stopping after we get a hit.
|
/freebsd/contrib/ntp/html/hints/ |
H A D | solaris.xtra.S99ntpd | 17 echo "Stopping Network Time Protocol daemon "
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTProperties.td | 21 "packet must have been decoded before stopping the decoding of the "
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | 1.3.t | 98 request, or output request respectively is the reason for stopping the process. 102 a child process changes state, either by stopping or by terminating.
|