| /openbmc/phosphor-fan-presence/presence/test/ |
| H A D | fallbacktest.cpp | 35 ++started; in start() 57 size_t started = 0; member in phosphor::fan::presence::TestSensor 83 ASSERT_EQ(ts.started, 1); in TEST() 89 ASSERT_EQ(ts.started, 1); in TEST() 95 ASSERT_EQ(ts.started, 1); in TEST() 116 ASSERT_EQ(ts1.started, 1); in TEST() 119 ASSERT_EQ(ts2.started, 0); in TEST() 127 ASSERT_EQ(ts1.started, 1); in TEST() 130 ASSERT_EQ(ts2.started, 0); in TEST() 138 ASSERT_EQ(ts1.started, 1); in TEST() [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
|
| H A D | phal-export-devtree@.service.in | 3 Wants=obmc-host-started@%i.target 4 After=obmc-host-started@%i.target
|
| H A D | op-clock-data-logger@.service.in | 3 Wants=obmc-host-started@%i.target 4 After=obmc-host-started@%i.target
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 277.out | 1 NBD server: started 4 NBD server: started
|
| /openbmc/qemu/backends/ |
| H A D | vhost-user.c | 55 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() 120 b->started = false; in vhost_user_backend_stop()
|
| /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/openbmc/meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog/ |
| H A D | obmc-enable-host-watchdog@.service | 3 Wants=obmc-host-started@%i.target 4 After=obmc-host-started@%i.target
|
| /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/openbmc/poky/meta/lib/oeqa/manual/ |
| H A D | abat.patch | 35 #test whether X has started 39 echo "[WARNING] Xorg has started!" 40 XORG_STATUS="started"
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0045-efi-corstone1000-fwu-update-RPC-ABI.patch | 53 - * setting the kernel started event arguments: 54 + * setting the kernel started event arguments in register w3:: 56 * the kernel started event ID(15:0)
|
| /openbmc/qemu/contrib/vhost-user-input/ |
| H A D | main.c | 172 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 D | vdpa-dev.c | 108 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/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/qemu/include/hw/virtio/ |
| H A D | virtio.h | 149 bool started; member 490 return vdev->started; in virtio_device_started() 514 static inline void virtio_set_started(VirtIODevice *vdev, bool started) in virtio_set_started() argument 516 if (started) { in virtio_set_started() 521 vdev->started = started; in virtio_set_started()
|
| H A D | vdpa-dev.h | 39 bool started; member
|
| /openbmc/openbmc/poky/meta/recipes-graphics/wayland/ |
| H A D | required-distro-features.inc | 5 # requires pam enabled if started via systemd
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | dmtf_tools_utils.robot | 51 # Service could not be started: RetriesExhaustedError() 53 ... Service could not be started: RetriesExhaustedError()
|
| /openbmc/qemu/include/system/ |
| H A D | vhost-user-backend.h | 39 bool started; member
|
| /openbmc/openpower-occ-control/ |
| H A D | README.md | 10 The service is started automatically when the BMC is started.
|
| /openbmc/phosphor-state-manager/target_files/ |
| H A D | obmc-host-startmin@.target | 7 Wants=obmc-host-started@%i.target
|
| /openbmc/qemu/docs/system/arm/ |
| H A D | imx8mp-evk.rst | 36 Probably the easiest way to get started with a whole Linux system on the machine 53 Now that everything is prepared the machine can be started as follows:
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
| H A D | php-fpm.conf | 114 ; Multiple pools of child processes may be started with different listening 249 ; start time - the date and time FPM has started; 250 ; start since - number of seconds since FPM has started; 255 ; of pending connections since FPM has started; 261 ; has started; 299 ; start time - the date and time the process has started; 300 ; start since - the number of seconds since the process has started;
|
| /openbmc/openbmc/poky/meta/recipes-graphics/packagegroups/ |
| H A D | packagegroup-core-weston.bb | 6 # weston-init requires pam enabled if started via systemd
|
| /openbmc/phosphor-power/phosphor-regulators/docs/ |
| H A D | monitoring.md | 23 is started. This runs the `regsctl` utility. This utility invokes the D-Bus 37 is started. This runs the `regsctl` utility. This utility invokes the D-Bus
|