| /openbmc/openpower-proc-control/service_files/ |
| H A D | phal-create-boottime-guard-indicator.service.in | 2 Description=PHAL, Create boottime guard indicator 9 # PHAL will take some guard actions based on the below indicator
|
| /openbmc/qemu/hw/s390x/ |
| H A D | css.c | 395 IndAddr *indicator; in get_indicator() local 397 QTAILQ_FOREACH(indicator, &channel_subsys.indicator_addresses, sibling) { in get_indicator() 398 if (indicator->addr == ind_addr) { in get_indicator() 399 indicator->refcnt++; in get_indicator() 400 return indicator; in get_indicator() 403 indicator = g_new0(IndAddr, 1); in get_indicator() 404 indicator->addr = ind_addr; in get_indicator() 405 indicator->len = len; in get_indicator() 406 indicator->refcnt = 1; in get_indicator() 408 indicator, sibling); in get_indicator() [all …]
|
| H A D | s390-pci-inst.c | 947 pbdev->indicator = get_indicator(ldq_be_p(&fib.aibv), len); in reg_irqs() 954 ret = map_indicator(&pbdev->routes.adapter, pbdev->indicator); in reg_irqs() 971 release_indicator(&pbdev->routes.adapter, pbdev->indicator); in reg_irqs() 973 pbdev->indicator = NULL; in reg_irqs() 980 release_indicator(&pbdev->routes.adapter, pbdev->indicator); in pci_dereg_irqs() 983 pbdev->indicator = NULL; in pci_dereg_irqs()
|
| H A D | trace-events | 16 virtio_ccw_set_ind(uint64_t ind_loc, uint8_t ind_old, uint8_t ind_new) "VIRTIO-CCW: indicator at %"…
|
| /openbmc/openbmc-test-automation/redfish/systems/ |
| H A D | test_led_indicator_asserted.robot | 2 Documentation Check the indicator LEDs on the system can set the assert 96 [Documentation] Verify the indicator LED for the group lamp test is asserted. 125 [Documentation] Verify the indicator LED for the power supply units are asserted. 176 [Documentation] Verify the indicator LED for the fans are asserted. 250 # set_value Location indicator active value (True, False). 266 # value Location indicator active value (True, False).
|
| /openbmc/phosphor-webui/app/server-control/styles/ |
| H A D | power-operations.scss | 10 // Power state indicator on/off 16 // Power bar indicator
|
| /openbmc/docs/designs/ |
| H A D | ocp-led-policy-support.md | 113 - Ability to prioritize the different LED Groups and thus possible indicator 118 consistent state. The indicator state must be consistent even when conflicting 199 indicator 215 - Allow configuring an "indicator" that's comprised of multiple LEDs and then 216 just define states for that indicator. 219 - Handle the case of member LEDs of that indicator also being members of other
|
| H A D | sol-sysrq.md | 89 is use `MSG_OOB` as the indicator of sysrq. The `MSG_OOB` was already introduced 90 to [netipmid][4] as the indicator of sysrq. In this solution, bmcweb shall be
|
| /openbmc/u-boot/include/ |
| H A D | pci_rom.h | 31 uint8_t indicator; member
|
| /openbmc/openbmc/meta-openpower/recipes-phosphor/host/ |
| H A D | op-proc-control-systemd-links.bb | 93 …systemd_system_unitdir/obmc-host-start@0.target.wants/phal-create-boottime-guard-indicator.service" 94 TARGET="../phal-create-boottime-guard-indicator.service" 96 …stemd_system_unitdir/obmc-host-quiesce@0.target.wants/phal-create-boottime-guard-indicator.service" 170 …systemd_system_unitdir/obmc-host-start@0.target.wants/phal-create-boottime-guard-indicator.service" 172 …stemd_system_unitdir/obmc-host-quiesce@0.target.wants/phal-create-boottime-guard-indicator.service"
|
| H A D | op-proc-control_git.bb | 55 …${@bb.utils.contains('MACHINE_FEATURES', 'phal', 'phal-create-boottime-guard-indicator.service', '…
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/interfaces/ |
| H A D | bmcweb_%.bbappend | 5 -Dredfish-use-hardcoded-system-location-indicator=disabled \
|
| /openbmc/qemu/docs/specs/ |
| H A D | ppc-spapr-hotplug.rst | 154 ``rtas-set-indicator`` 157 Set the state of an indicator or sensor. 159 ``arg[0]``: integer identifying sensor/indicator type. 168 For the purpose of this document we focus on the indicator/sensor types 178 * ``9002``: ``dr-indicator``, controls "visual" indicator associated with 211 Used to read an indicator or sensor value. 213 ``arg[0]``: integer identifying sensor/indicator type. 222 ``rtas-set-indicator``. The semantics/encodings of the sensor values are
|
| /openbmc/u-boot/doc/device-tree-bindings/video/ |
| H A D | exynos_mipi_dsi.txt | 44 - RxValid specifies Rx data valid indicator. 45 - RxLpdt specifies an indicator that D-PHY is under RxLpdt mode
|
| /openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
| H A D | 0003-Fix-version-parsing-update-AUX-revision-info.patch | 18 all be 1 as an indicator of non-release branch. For unofficial 22 In any case the bit 0 of byte 4 is a dirtyness indicator. 159 + // Non-release indicator is byte 3 (bits 7..1 of AUX F/W Revision Info) 164 + // Release patch level occupies the same bits as the non-release indicator
|
| /openbmc/qemu/include/hw/s390x/ |
| H A D | css.h | 193 void release_indicator(AdapterInfo *adapter, IndAddr *indicator); 194 int map_indicator(AdapterInfo *adapter, IndAddr *indicator);
|
| H A D | s390-pci-bus.h | 359 IndAddr *indicator; member
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/ |
| H A D | toggle-font.diff | 23 + gint override_size; /* This is the size set from the indicator-size property */
|
| /openbmc/bmcweb/config/ |
| H A D | meson.build | 39 'redfish-use-hardcoded-system-location-indicator',
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pci_rom.c | 170 } while ((rom_data->type != 0) && (rom_data->indicator == 0)); in pci_rom_load()
|
| /openbmc/phosphor-debug-collector/ |
| H A D | dump_types.hpp.mako | 22 // Dump collection indicator
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen_pt_graphics.c | 162 uint8_t indicator; member
|
| /openbmc/webui-vue/src/views/HardwareStatus/Inventory/ |
| H A D | Inventory.vue | 6 <service-indicator />
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | meson-gxl-s905x-libretech-cc.dts | 60 panic-indicator;
|
| /openbmc/openpower-proc-control/ |
| H A D | meson.build | 149 'service_files/phal-create-boottime-guard-indicator.service',
|