Home
last modified time | relevance | path

Searched refs:stopped (Results 1 – 25 of 99) sorted by relevance

1234

/openbmc/phosphor-fan-presence/presence/test/
H A Dfallbacktest.cpp41 ++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 Dtod-kvm.c35 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()
156 td->stopped = false; in kvm_s390_tod_init()
/openbmc/u-boot/cmd/
H A Dbedbug.c205 bug_ctx.stopped = 1; in bedbug_main_loop()
211 while (bug_ctx.stopped) { in bedbug_main_loop()
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()
338 if (!bug_ctx.stopped) { in do_bedbug_stack()
377 if (!bug_ctx.stopped) { in do_bedbug_rdump()
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/
H A Dparm_def1 …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/phosphor-state-manager/target_files/
H A Dobmc-power-stop-pre@.target4 Wants=obmc-host-stopped@%i.target
5 After=obmc-host-stopped@%i.target
H A Dobmc-host-stopping@.target6 Wants=obmc-host-stopped@%i.target
7 Before=obmc-host-stopped@%i.target
H A Dobmc-host-graceful-quiesce@.target6 Wants=obmc-host-stopped@%i.target
H A Dobmc-host-stop@.target8 Wants=obmc-host-stopped@%i.target
/openbmc/qemu/qapi/
H A Dvfio.json16 # @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 Dproc-pre-poweroff@.service.in7 Wants=obmc-host-stopped@%i.target
8 After=obmc-host-stopped@%i.target
/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c196 ep->stopped = 0; in udc_reinit()
306 unsigned int stopped = ep->stopped; in done() local
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()
599 __func__, _ep->name, ep->stopped, ep->ep.maxpacket); in dwc2_ep_enable()
626 ep->stopped = 1; in dwc2_ep_disable()
H A Dat91_udc.c72 unsigned stopped = ep->stopped; in done() local
83 ep->stopped = 1; in done()
87 ep->stopped = stopped; in done()
269 ep->stopped = 1; in nuke()
340 ep->stopped = 0; in at91_ep_enable()
451 if (list_empty(&ep->queue) && !ep->stopped) { in at91_ep_queue()
646 ep->stopped = 0; in udc_reinit()
668 ep->stopped = 1; in reset_gadget()
692 ep->stopped = 1; in stop_activity()
879 ep->stopped = 0; in handle_setup()
H A Daspeed_udc.h22 unsigned stopped:1; member
H A Ddwc2_udc_otg_priv.h62 u8 stopped; member
H A Dpxa25x_udc.h60 unsigned stopped:1; member
H A Dfotg210.c35 uint stopped; member
473 if (ep->stopped || (ep->desc->bEndpointAddress & USB_DIR_IN)) { in fotg210_recv()
517 ep->stopped = 0; in fotg210_ep_enable()
553 ep->stopped = 1; in fotg210_ep_disable()
929 ep->stopped = 0; in usb_gadget_register_driver()
931 ep->stopped = 1; in usb_gadget_register_driver()
/openbmc/phosphor-state-manager/service_files/
H A Dphosphor-reboot-host@.service5 Wants=obmc-host-stopped@%i.target
6 After=obmc-host-stopped@%i.target
H A Dobmc-powered-off@.service15 # are stopped at the appropriate time.
/openbmc/qemu/system/
H A Dcpus.c79 return cpu->stopped || !runstate_is_running(); in cpu_is_stopped()
352 cpu->stopped = true; in cpu_handle_guest_debug()
440 cpu->stopped = true; in qemu_cpu_stop()
608 cpu->stopped = false; in cpu_resume()
617 if (!cpu->stopped) { in all_vcpus_paused()
696 cpu->stopped = true; in qemu_init_vcpu()
/openbmc/u-boot/include/bedbug/
H A Dtype.h14 int stopped; member
/openbmc/qemu/include/hw/s390x/
H A Dtod.h38 bool stopped; member
/openbmc/qemu/hw/misc/
H A Dnpcm7xx_mft.c161 int stopped; in npcm7xx_mft_compute_cnt() local
186 stopped = npcm7xx_mft_compare(count, tgt, cpcfg); in npcm7xx_mft_compute_cnt()
187 if (stopped == -1) { in npcm7xx_mft_compute_cnt()
195 count = stopped; in npcm7xx_mft_compute_cnt()
/openbmc/pldm/requester/test/
H A Dhandler_test.cpp220 bool stopped = false; in TEST_F() local
233 }) | stdexec::upon_stopped([&] { stopped = true; }), in TEST_F()
238 EXPECT_TRUE(stopped); in TEST_F()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/
H A D0002-arm64-add-pac-mask-to-better-support-gdb-stack-unwin.patch15 Backtrace stopped: previous frame identical to this frame (corrupt stack?)
39 printf_filtered (_("Backtrace stopped: %s\n"),
/openbmc/u-boot/drivers/watchdog/
H A DKconfig84 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.

1234