Home
last modified time | relevance | path

Searched refs:started (Results 1 – 25 of 690) sorted by relevance

12345678910>>...28

/openbmc/phosphor-fan-presence/presence/test/
H A Dfallbacktest.cpp35 ++started; in start()
55 size_t started = 0; member in phosphor::fan::presence::TestSensor
81 ASSERT_EQ(ts.started, 1); in TEST()
87 ASSERT_EQ(ts.started, 1); in TEST()
93 ASSERT_EQ(ts.started, 1); in TEST()
114 ASSERT_EQ(ts1.started, 1); in TEST()
117 ASSERT_EQ(ts2.started, 0); in TEST()
125 ASSERT_EQ(ts1.started, 1); in TEST()
128 ASSERT_EQ(ts2.started, 0); in TEST()
136 ASSERT_EQ(ts1.started, 1); in TEST()
[all …]
/openbmc/linux/Documentation/watchdog/
H A Dwatchdog-parameters.rst33 Watchdog cannot be stopped once started
46 Watchdog cannot be stopped once started
55 Watchdog cannot be stopped once started
67 Watchdog cannot be stopped once started
94 Watchdog cannot be stopped once started
103 Watchdog cannot be stopped once started
112 Watchdog cannot be stopped once started
147 Watchdog cannot be stopped once started
162 Watchdog cannot be stopped once started
168 Watchdog cannot be stopped once started
[all …]
/openbmc/linux/tools/virtio/
H A Dvirtio_test.c173 long started = 0, completed = 0, next_reset = reset_n; in run_test() local
189 started_before = started; in run_test()
195 while (started < bufs && in run_test()
196 (started - completed) < batch) { in run_test()
199 dev->buf + started, in run_test()
203 started > started_before) in run_test()
210 ++started; in run_test()
218 if (started >= bufs) in run_test()
251 started = completed; in run_test()
259 assert(started <= bufs); in run_test()
[all …]
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dp2p.c180 u8 started = p2p->discovery_started; in wil_p2p_stop_discovery() local
193 return started; in wil_p2p_stop_discovery()
200 u8 started; in wil_p2p_cancel_listen() local
211 started = wil_p2p_stop_discovery(vif); in wil_p2p_cancel_listen()
215 if (!started) { in wil_p2p_cancel_listen()
238 u8 started; in wil_p2p_listen_expired() local
243 started = wil_p2p_stop_discovery(vif); in wil_p2p_listen_expired()
246 if (!started) in wil_p2p_listen_expired()
266 u8 started; in wil_p2p_search_expired() local
271 started = wil_p2p_stop_discovery(vif); in wil_p2p_search_expired()
[all …]
/openbmc/openpower-proc-control/service_files/
H A Dxyz.openbmc_project.Control.Host.NMI.service.in3 Wants=obmc-host-started@0.target
4 After=obmc-host-started@0.target
16 #WantedBy=obmc-host-started@0.target
H A Dop-clock-data-logger@.service.in3 Wants=obmc-host-started@%i.target
4 After=obmc-host-started@%i.target
H A Dphal-export-devtree@.service.in3 Wants=obmc-host-started@%i.target
4 After=obmc-host-started@%i.target
/openbmc/linux/arch/riscv/kvm/
H A Dvcpu_pmu.c272 if (fevent->started) in kvm_riscv_vcpu_pmu_incr_fw()
368 if (kvpmu->fw_event[fevent_code].started) { in kvm_riscv_vcpu_pmu_ctr_start()
373 kvpmu->fw_event[fevent_code].started = true; in kvm_riscv_vcpu_pmu_ctr_start()
376 if (unlikely(pmc->started)) { in kvm_riscv_vcpu_pmu_ctr_start()
382 pmc->started = true; in kvm_riscv_vcpu_pmu_ctr_start()
422 if (!kvpmu->fw_event[fevent_code].started) in kvm_riscv_vcpu_pmu_ctr_stop()
425 kvpmu->fw_event[fevent_code].started = false; in kvm_riscv_vcpu_pmu_ctr_stop()
427 if (pmc->started) { in kvm_riscv_vcpu_pmu_ctr_stop()
430 pmc->started = false; in kvm_riscv_vcpu_pmu_ctr_stop()
517 kvpmu->fw_event[event_code].started = true; in kvm_riscv_vcpu_pmu_ctr_cfg_match()
/openbmc/linux/tools/virtio/ringtest/
H A Dmain.c110 int started = 0; in run_guest() local
123 if (started < bufs && in run_guest()
124 started - completed < max_outstanding) { in run_guest()
127 ++started; in run_guest()
149 assert(started <= bufs); in run_guest()
/openbmc/qemu/backends/
H A Dvhost-user.c55 if (b->started) { in vhost_user_backend_start()
91 b->started = true; in vhost_user_backend_start()
107 if (!b->started) { in vhost_user_backend_stop()
123 b->started = false; in vhost_user_backend_stop()
/openbmc/qemu/tests/qemu-iotests/
H A D277.out1 NBD server: started
4 NBD server: started
/openbmc/phosphor-ipmi-flash/
H A Dmeson.options39 …osphor-ipmi-flash-bmc-prepare.target', description : 'The systemd target started when the host sta…
40 …hosphor-ipmi-flash-bmc-verify.target', description : 'The systemd target started for verification')
41 …hosphor-ipmi-flash-bmc-update.target', description : 'The systemd target started for updating the …
43 …sphor-ipmi-flash-bios-prepare.target', description : 'The systemd target started when the host sta…
44 …osphor-ipmi-flash-bios-verify.target', description : 'The systemd target started for verifying the…
45 …osphor-ipmi-flash-bios-update.target', description : 'The systemd target started for updating the …
/openbmc/linux/net/mac80211/
H A Doffchannel.c205 if (!roc->started) in ieee80211_end_finished_rocs()
244 roc->started = true; in ieee80211_handle_roc_started()
270 if (!roc->started) in ieee80211_hw_roc_start()
338 tmp->started = true; in _ieee80211_start_next_roc()
349 tmp->started = true; in _ieee80211_start_next_roc()
430 if (!roc->started) { in __ieee80211_roc_work()
601 roc->started = true; in ieee80211_start_roc_work()
618 if (!tmp->started) { in ieee80211_start_roc_work()
716 if (!found->started) { in ieee80211_cancel_roc()
734 if (!roc->started) in ieee80211_cancel_roc()
[all …]
/openbmc/webui-vue/docs/guide/guidelines/
H A Dcolors.md12 - [Learn more about Bootstrap colors](https://getbootstrap.com/docs/4.4/getting-started/theming/#th…
40 [Learn more about the Bootstrap color maps](https://getbootstrap.com/docs/4.0/getting-started/themi…
49 …e Bootstrap theme-colors maps](https://getbootstrap.com/docs/4.0/getting-started/theming/#theme-co…
/openbmc/openbmc/meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog/
H A Dobmc-enable-host-watchdog@.service3 Wants=obmc-host-started@%i.target
4 After=obmc-host-started@%i.target
/openbmc/openbmc/poky/meta/lib/oeqa/manual/
H A Dabat.patch35 #test whether X has started
39 echo "[WARNING] Xorg has started!"
40 XORG_STATUS="started"
/openbmc/qemu/contrib/vhost-user-input/
H A Dmain.c172 vi_queue_set_started(VuDev *dev, int qidx, bool started) in vi_queue_set_started() argument
177 g_debug("queue started %d:%d", qidx, started); in vi_queue_set_started()
180 vu_set_queue_handler(dev, vq, started ? vi_handle_sts : NULL); in vi_queue_set_started()
183 started = vu_queue_started(dev, vu_get_queue(dev, 0)) && in vi_queue_set_started()
186 if (started && !vi->evsrc) { in vi_queue_set_started()
191 if (!started && vi->evsrc) { in vi_queue_set_started()
/openbmc/qemu/hw/virtio/
H A Dvdpa-dev.c108 v->started = false; in vhost_vdpa_device_realize()
268 s->started = true; in vhost_vdpa_device_start()
295 if (!s->started) { in vhost_vdpa_device_stop()
298 s->started = false; in vhost_vdpa_device_stop()
326 if (s->started == should_start) { in vhost_vdpa_device_set_status()
/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-get-frame-count.rst48 started.
58 frames since the decoder was started.
/openbmc/linux/arch/riscv/include/asm/
H A Dkvm_vcpu_pmu.h27 bool started; member
37 bool started; member
/openbmc/linux/drivers/input/serio/
H A Dhyperv-keyboard.c97 bool started; member
151 if (kbd_dev->started) { in hv_kbd_on_receive()
298 kbd_dev->started = true; in hv_kbd_start()
310 kbd_dev->started = false; in hv_kbd_stop()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Service/
H A DREADME.md41 indicates the service will be started on the next boot and `false` indicates
42 that service will not be started on the next boot. This property can be used
45 if the service is disabled, on the next boot it can be started if there are
58 and to stop the service set to `false`. The service cannot be started if the
/openbmc/qemu/include/hw/virtio/
H A Dvirtio.h149 bool started; member
481 return vdev->started; in virtio_device_started()
505 static inline void virtio_set_started(VirtIODevice *vdev, bool started) in virtio_set_started() argument
507 if (started) { in virtio_set_started()
512 vdev->started = started; in virtio_set_started()
/openbmc/linux/tools/testing/kunit/
H A Dkunit_parser.py222 started = False
226 if not started and KTAP_START.search(line):
231 started = True
233 elif not started and TAP_START.search(line):
237 started = True
239 elif started and KTAP_END.search(line):
242 elif started:
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DBMC.interface.yaml5 started that are required to be.
54 Ready implies all services started and are running successfully
57 Not ready implies not all services have started or are not

12345678910>>...28