/openbmc/phosphor-fan-presence/presence/test/ |
H A D | fallbacktest.cpp | 35 ++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 D | watchdog-parameters.rst | 33 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/drivers/net/wireless/ath/wil6210/ |
H A D | p2p.c | 180 u8 started = p2p->discovery_started; in wil_p2p_stop_discovery() local 184 /* discovery not really started, only pending */ in wil_p2p_stop_discovery() 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() 216 wil_err(wil, "listen not started\n"); 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() [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/ |
H A D | virtual-memory.json | 12 … number of core cycles for all the page walks. The cycles for page walks started in speculative pa… 20 … of core cycles for all the D-side page walks. The cycles for page walks started in speculative pa… 27 …": "Counts the total D-side page walks that are completed or started. The page walks started in th… 35 … of core cycles for all the I-side page walks. The cycles for page walks started in speculative pa…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/ |
H A D | proftpd-basic.init | 132 echo "ProFTPD is started from inetd/xinetd." 142 echo "Warning: ProFTPD is started from inetd/xinetd (trying to start anyway)." 153 echo "ProFTPD is started from inetd/xinetd." 163 echo "Warning: ProFTPD is started from inetd/xinetd (trying to kill anyway)." 180 echo "ProFTPD is started from inetd/xinetd." 190 echo "ProFTPD is started from inetd/xinetd." 200 echo "ProFTPD is started in standalone mode, currently running." 203 echo "ProFTPD is started in standalone mode, currently not running."
|
/openbmc/linux/tools/virtio/ |
H A D | virtio_test.c | 173 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() 256 if (completed == completed_before && started == started_before) in run_test() [all …]
|
/openbmc/linux/net/mac80211/ |
H A D | offchannel.c | 205 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() 306 if (WARN_ON(roc->started)) in _ieee80211_start_next_roc() 338 tmp->started = true; in _ieee80211_start_next_roc() 349 tmp->started = true; in _ieee80211_start_next_roc() 354 * treat it as though the ROC operation started properly, so in _ieee80211_start_next_roc() 396 /* defer roc if driver is not started (i.e. during reconfig) */ in ieee80211_start_next_roc() 403 if (WARN_ON_ONCE(roc->started)) in ieee80211_start_next_roc() 430 if (!roc->started) { in __ieee80211_roc_work() [all …]
|
/openbmc/phosphor-ipmi-flash/ |
H A D | meson.options | 131 description: 'The systemd target started when the host starts to send an update', 137 description: 'The systemd target started for verification', 143 description: 'The systemd target started for updating the BMC', 155 description: 'The systemd target started when the host starts to send an update', 161 description: 'The systemd target started for verifying the BIOS image', 167 description: 'The systemd target started for updating the BIOS',
|
/openbmc/linux/Documentation/driver-api/rapidio/ |
H A D | rapidio.rst | 128 (a) Statically linked enumeration and discovery process can be started 134 that all discovering endpoints are started before the enumerating endpoint 143 (b) Statically linked enumeration and discovery process can be started by 147 started first by issuing a user-space command, after an enumeration is 148 completed a discovery process can be started on all remaining endpoints. 150 (c) Modular enumeration and discovery process can be started by a command from 152 process can be started by issuing a user-space command. 153 Similar to the option (b) above, an enumerator has to be started first. 155 (d) Modular enumeration and discovery process can be started by a module 159 When a network scan process is started it calls an enumeration or discovery [all …]
|
/openbmc/openpower-proc-control/service_files/ |
H A D | xyz.openbmc_project.Control.Host.NMI.service.in | 3 Wants=obmc-host-started@0.target 4 After=obmc-host-started@0.target 16 #WantedBy=obmc-host-started@0.target
|
/openbmc/linux/tools/perf/tests/shell/lib/ |
H A D | waiting.sh | 6 # Wait for PID $1 to have $2 number of threads started 27 # It depends on capturing perf record debug message "perf record has started" 32 echo "Waiting for \"perf record has started\" message" 35 if grep -q "perf record has started" "$2" ; then
|
/openbmc/phosphor-gpio-monitor/ |
H A D | gpioMon.hpp | 35 * @param[in] target - systemd unit to be started on GPIO 37 * @param[in] targets - systemd units to be started on GPIO 63 /** @brief Systemd unit to be started when the condition is met */ 66 /** @brief Multi systemd units to be started when the condition is met */
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_control.h | 84 /* @brief Test whether the ISP has started. 86 * @return Boolean flag true if the ISP has started or false otherwise. 88 * Temporary function to poll whether the ISP has been started. Once it has, 89 * the sensor can also be started. */ 116 * All threads will be started and blocked by semaphore. This function should
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_toastertable_ui.py | 75 # started first, finished last 81 # started second, finished first 113 if link.get_attribute('innerHTML').strip() == 'Started on': 122 self.assertEqual(active_heading, 'Started on', 123 'table should be sorted by "Started on"')
|
/openbmc/linux/drivers/scsi/isci/ |
H A D | request.h | 103 * - TMF requests are completed in the thread that started them; 166 * @SCI_REQ_STARTED: This state indicates that the request has been started. 202 * the started raw task management request is waiting for the transmission of 205 * @SCI_REQ_TASK_WAIT_TC_RESP: This sub-state indicates that the started task 209 * @SCI_REQ_SMP_WAIT_RESP: This sub-state indicates that the started task 214 * the started SMP request is waiting for the transmission of the initial frame 218 * This state is entered from the STARTED state. This state is entered from the 223 * state. This state is entered from the STARTED state.
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | vcpu_pmu.c | 272 if (fevent->started) in kvm_riscv_vcpu_pmu_incr_fw() 367 /* Check if the counter was already started for some reason */ in kvm_riscv_vcpu_pmu_ctr_start() 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() [all …]
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio.h | 142 * @use_started: true if the @started flag should be used to check the 149 bool started; member 472 * virtio_device_started() - check if device started 476 * Check if the device is started. For most modern machines this is 477 * tracked via the @vdev->started field (to support migration), 484 return vdev->started; in virtio_device_started() 495 * This is similar to virtio_device_started() but ignores vdev->started 508 static inline void virtio_set_started(VirtIODevice *vdev, bool started) in virtio_set_started() argument 510 if (started) { in virtio_set_started() 515 vdev->started = started; in virtio_set_started()
|
/openbmc/linux/drivers/net/ipa/ |
H A D | ipa_power.c | 67 spinlock_t spinlock; /* used with STOPPED/STARTED power flags */ 247 * power flag is set. And if the queue is started, the STARTED flag is set. 248 * The queue is only started on resume if the STOPPED flag is set. And the 249 * queue is only started in ipa_start_xmit() if the STARTED flag is *not* 255 * the STARTED flag is *not* set. That flag is cleared if it was set. 276 * was restarted, the STARTED flag is set; this allows ipa_start_xmit() 294 /* This function clears the STARTED flag once the TX queue is operating */
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-kthread-touch.c | 90 /* Calculate the number of jiffies since we started streaming */ in vivid_thread_touch_cap() 100 * jiffies have passed since we started streaming reset the in vivid_thread_touch_cap() 117 * since we started, including the current buffer. in vivid_thread_touch_cap() 121 /* And the number of jiffies since we started */ in vivid_thread_touch_cap() 128 * in jiffies since we started streaming. in vivid_thread_touch_cap()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Service/ |
H A D | README.md | 41 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/openbmc/poky/bitbake/lib/toaster/orm/fixtures/ |
H A D | custom_toaster_append.sh_sample | 27 echo "Add custom actions here when Toaster script is started" 31 echo "Add custom actions here after Toaster web service is started" 39 echo "Add custom actions here after Toaster (no web) service is started"
|
/openbmc/webui-vue/docs/guide/guidelines/ |
H A D | colors.md | 12 - [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/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __manual_lifetime.hpp | 74 //! Precondition: The lifetime has started. 80 //! Precondition: The lifetime has started. 87 //! Precondition: The lifetime has started. 94 //! Precondition: The lifetime has started.
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | ipmi_capture.js | 10 var g_capture_state = 'not started'; 121 case 'not started': 133 g_capture_state = 'not started'; 247 if (g_capture_state == 'not started') { 287 case 'not started': // Do nothing 289 case 'started': 343 capture_info.textContent = 'Started dbus-monitor for live capture'; 353 'Started dbus-monitor for staged IPMI capture'; 358 'Started busctl for staged IPMI + DBus capture'; 414 g_capture_state = 'not started';
|
/openbmc/ipmitool/contrib/ |
H A D | log_bmc.sh | 19 # b | 05/07/2014 | 12:07:32 | OS Boot | Installation started 32 GRACEFUL_SHUTDOWN="0x03" # OS Stop/Shutdown: Installation started 33 BOOT_COMPLETED="0x01" # OS Boot: Installation started 34 INSTALL_STARTED="0x07" # OS Boot: Installation started
|