/openbmc/phosphor-fan-presence/presence/test/ |
H A D | fallbacktest.cpp | 41 ++stopped; in stop() 58 size_t stopped = 0; member in phosphor::fan::presence::TestSensor 82 ASSERT_EQ(ts.stopped, 0); in TEST() 88 ASSERT_EQ(ts.stopped, 0); in TEST() 94 ASSERT_EQ(ts.stopped, 0); in TEST() 115 ASSERT_EQ(ts1.stopped, 0); in TEST() 118 ASSERT_EQ(ts2.stopped, 0); in TEST() 126 ASSERT_EQ(ts1.stopped, 0); in TEST() 129 ASSERT_EQ(ts2.stopped, 0); in TEST() 137 ASSERT_EQ(ts1.stopped, 0); in TEST() [all …]
|
/openbmc/qemu/hw/s390x/ |
H A D | tod-kvm.c | 35 if (td->stopped) { in kvm_s390_tod_get() 75 td->stopped = false; in kvm_s390_tod_set() 77 td->stopped = true; in kvm_s390_tod_set() 96 if (running && td->stopped) { in kvm_s390_tod_vm_state_change() 103 td->stopped = false; in kvm_s390_tod_vm_state_change() 104 } else if (!running && !td->stopped) { in kvm_s390_tod_vm_state_change() 111 td->stopped = true; in kvm_s390_tod_vm_state_change() 129 * We need to know when the VM gets started/stopped to start/stop the TOD. in kvm_s390_tod_realize() 153 * run although the (never started) VM is stopped. For migration, we in kvm_s390_tod_init() 156 td->stopped = false; in kvm_s390_tod_init()
|
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/ |
H A D | parm_def | 1 …ne whether the test program should be stopped. If the command returns non-zero, the test program … 9 # Indicates that the test should be stopped when the Verify_hardware plug-in fails its analysis.
|
/openbmc/qemu/include/hw/s390x/ |
H A D | tod.h | 34 * while the TOD is stopped. 37 /* Used by KVM to remember if the TOD is stopped and base is valid. */ 38 bool stopped; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/ |
H A D | initscript | 43 # 0 if daemon has been stopped 44 # 1 if daemon was already stopped 45 # 2 if daemon could not be stopped 109 echo "stopped"
|
/openbmc/phosphor-state-manager/target_files/ |
H A D | obmc-power-stop-pre@.target | 4 Wants=obmc-host-stopped@%i.target 5 After=obmc-host-stopped@%i.target
|
H A D | obmc-host-stopping@.target | 6 Wants=obmc-host-stopped@%i.target 7 Before=obmc-host-stopped@%i.target
|
/openbmc/qemu/qapi/ |
H A D | vfio.json | 16 # @stop: The device is stopped. 20 # @stop-copy: The device is stopped and its internal state is 23 # @resuming: The device is stopped and its internal state is available
|
/openbmc/openpower-proc-control/service_files/ |
H A D | proc-pre-poweroff@.service.in | 7 Wants=obmc-host-stopped@%i.target 8 After=obmc-host-stopped@%i.target
|
/openbmc/phosphor-state-manager/service_files/ |
H A D | phosphor-reboot-host@.service | 5 Wants=obmc-host-stopped@%i.target 6 After=obmc-host-stopped@%i.target
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/ |
H A D | collectd.init | 117 # 0 if the daemon has been stopped 118 # 1 if the daemon was already stopped 119 # 2 if daemon could not be stopped 151 # 3 if the daemon is stopped
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/ |
H A D | ACPIPowerState.interface.yaml | 28 clocks stopped. 31 Typically equates to stopped clocks with proc/cache context
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/ |
H A D | custom_toaster_append.sh_sample | 35 echo "Add custom actions here after Toaster web service is stopped" 43 echo "Add custom actions here after Toaster (no web) service is stopped"
|
/openbmc/openbmc/meta-phosphor/recipes-support/nss-pam-ldapd/files/ |
H A D | nslcd.init | 57 echo "$DESC stopped" 60 echo "$DESC stopped"
|
/openbmc/u-boot/drivers/watchdog/ |
H A D | Kconfig | 84 The watchdog timer is stopped when initialized. It performs reset, either 94 The watchdog timer is stopped when initialized. 117 The watchdog timer is stopped when initialized.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/etc/init.d/ |
H A D | krb5-kdc | 55 # 0 if daemon has been stopped 56 # 1 if daemon was already stopped 57 # 2 if daemon could not be stopped
|
H A D | krb5-admin-server | 62 # 0 if daemon has been stopped 63 # 1 if daemon was already stopped 64 # 2 if daemon could not be stopped
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/ |
H A D | influxdb | 164 # Enter loop to ensure process is stopped 167 # Process stopped, break from loop 168 log_success_msg "$NAME process was stopped" 187 log_success_msg "$NAME process already stopped"
|
/openbmc/u-boot/cmd/ |
H A D | bedbug.c | 184 * mini main loop until the stopped flag is cleared from the breakpoint 205 bug_ctx.stopped = 1; in bedbug_main_loop() 211 while (bug_ctx.stopped) { in bedbug_main_loop() 242 * stopped flag in the context so that the breakpoint routine will 249 if (!bug_ctx.stopped) { in do_bedbug_continue() 254 bug_ctx.stopped = 0; in do_bedbug_continue() 274 if (!bug_ctx.stopped) { in do_bedbug_step() 285 bug_ctx.stopped = 0; in do_bedbug_step() 305 if (!bug_ctx.stopped) { in do_bedbug_next() 316 bug_ctx.stopped = 0; in do_bedbug_next() [all …]
|
/openbmc/qemu/include/migration/ |
H A D | register.h | 87 * after source VM is stopped. 188 * to postcopy (before VM stopped). 209 * or in stopped state, i.e. that must be migrated 212 * or in stopped state, i.e. after target start. 230 * or in stopped state, i.e. that must be migrated 233 * or in stopped state, i.e. after target start.
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | dwc2_udc_otg.c | 196 ep->stopped = 0; in udc_reinit() 306 unsigned int stopped = ep->stopped; in done() local 308 debug("%s: %s %p, req = %p, stopped = %d\n", in done() 309 __func__, ep->ep.name, ep, &req->req, stopped); in done() 325 ep->stopped = 1; in done() 349 ep->stopped = stopped; in done() 381 ep->stopped = 1; in stop_activity() 585 ep->stopped = 0; in dwc2_ep_enable() 598 debug("%s: enabled %s, stopped = %d, maxpacket = %d\n", in dwc2_ep_enable() 599 __func__, _ep->name, ep->stopped, ep->ep.maxpacket); in dwc2_ep_enable() [all …]
|
/openbmc/qemu/target/s390x/ |
H A D | sigp.c | 146 /* already stopped, just store the status */ in sigp_stop_and_store_status() 160 /* cpu has to be stopped */ in sigp_store_status_at_address() 190 /* cpu has to be stopped */ in sigp_store_adtl_status() 287 /* cpu has to be stopped */ in sigp_set_prefix() 313 /* this looks racy, but these values are only used when STOPPED */ in sigp_cond_emergency() 347 /* If halted (which includes also STOPPED), it is not running */ in sigp_sense_running() 497 * STOPPED to the system. in do_stop_interrupt()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/audit/audit/ |
H A D | auditd | 61 # 0 if daemon has been stopped 62 # 1 if daemon was already stopped 63 # 2 if daemon could not be stopped
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/files/ |
H A D | init | 115 # 0 if daemon has been stopped 116 # 1 if daemon was already stopped 117 # 2 if daemon could not be stopped
|
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
H A D | samhain-server.init | 47 echo "Service $NAME: Stopped and /var/run pid file exists"; 50 echo "Service $NAME: Stopped";
|