/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6ulz.dtsi | 9 /delete-property/ ethernet0; 10 /delete-property/ ethernet1; 11 /delete-property/ i2c2; 12 /delete-property/ i2c3; 13 /delete-property/ serial4; 14 /delete-property/ serial5; 15 /delete-property/ serial6; 16 /delete-property/ serial7; 17 /delete-property/ spi2; 18 /delete-property/ spi3; [all …]
|
H A D | imx6q-apalis-ixora-v1.1.dts | 18 /delete-node/ &eeprom; 19 /delete-node/ ®_3v3_vmmc; 20 /delete-node/ ®_can1_supply; 21 /delete-node/ ®_can2_supply; 24 /delete-property/ xceiver-supply; 28 /delete-property/ xceiver-supply; 33 /delete-property/ cap-power-off-card; 34 /delete-property/ pinctrl-1; 35 /delete-property/ vmmc-supply;
|
H A D | imx6ulz-14x14-evk.dts | 10 /delete-node/ &fec1; 11 /delete-node/ &fec2; 12 /delete-node/ &can1; 13 /delete-node/ &can2; 14 /delete-node/ &lcdif; 15 /delete-node/ &tsc; 21 /delete-node/ panel;
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7180-firmware-tfa.dtsi | 10 /delete-property/ power-domains; 11 /delete-property/ power-domain-names; 19 /delete-property/ power-domains; 20 /delete-property/ power-domain-names; 28 /delete-property/ power-domains; 29 /delete-property/ power-domain-names; 37 /delete-property/ power-domains; 38 /delete-property/ power-domain-names; 46 /delete-property/ power-domains; 47 /delete-property/ power-domain-names; [all …]
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm-nsp-ax.dtsi | 13 /delete-property/ dma-coherent; 17 /delete-property/ dma-coherent; 21 /delete-property/ dma-coherent; 25 /delete-property/ dma-coherent; 29 /delete-property/ dma-coherent; 33 /delete-property/ dma-coherent; 37 /delete-property/ dma-coherent; 41 /delete-property/ dma-coherent; 45 /delete-property/ dma-coherent; 49 /delete-property/ dma-coherent; [all …]
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | exceptions.hpp | 17 Exception() = delete; 18 Exception(const Exception&) = delete; 19 Exception(Exception&&) = delete; 20 Exception& operator=(const Exception&) = delete; 57 EccException() = delete; 58 EccException(const EccException&) = delete; 59 EccException(EccException&&) = delete; 60 EccException& operator=(const EccException&) = delete; 82 DataException() = delete; 83 DataException(const DataException&) = delete; [all …]
|
/openbmc/qemu/ |
H A D | qemu.nsi | 193 Delete "$SMPROGRAMS\${PRODUCT}\User Documentation.lnk" 194 Delete "$SMPROGRAMS\${PRODUCT}\Technical Documentation.lnk" 195 Delete "$SMPROGRAMS\${PRODUCT}\Uninstall.lnk" 199 Delete "$INSTDIR\Changelog" 200 Delete "$INSTDIR\COPYING" 201 Delete "$INSTDIR\COPYING.LIB" 202 Delete "$INSTDIR\README.rst" 203 Delete "$INSTDIR\VERSION" 204 Delete "$INSTDIR\*.bmp" 205 Delete "$INSTDIR\*.bin" [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/ |
H A D | builddelete.py | 17 help="Build ID's to delete") 26 # theoretically, just b.delete() would suffice 28 # delete too many rows at once, so we delete some direct 31 t.delete() 33 t.delete() 35 p.delete() 37 lv.delete() 39 v.delete() 41 l.delete() 43 … # delete the build; some databases might have had problem with migration of the bldcontrol app [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_delete_project.py | 41 """ Test delete a project 42 - Check delete modal is visible 43 - Check delete modal has right text 44 - Confirm delete 62 # Delete project 64 By.XPATH, '//a[@href="#delete-project-modal"]') 67 # Check delete modal is visible 68 self.wait_until_visible('#delete-project-modal') 70 # Check delete modal has right text 71 modal_header_text = self.find('#delete-project-modal .modal-header').text [all …]
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | power_off_cause.hpp | 23 PowerOffCause() = delete; 25 PowerOffCause(const PowerOffCause&) = delete; 26 PowerOffCause& operator=(const PowerOffCause&) = delete; 27 PowerOffCause(PowerOffCause&&) = delete; 28 PowerOffCause& operator=(PowerOffCause&&) = delete; 87 MissingFanFRUCause() = delete; 89 MissingFanFRUCause(const MissingFanFRUCause&) = delete; 90 MissingFanFRUCause& operator=(const MissingFanFRUCause&) = delete; 91 MissingFanFRUCause(MissingFanFRUCause&&) = delete; 92 MissingFanFRUCause& operator=(MissingFanFRUCause&&) = delete; [all …]
|
/openbmc/openbmc-test-automation/network/ |
H A D | test_vlan_network.robot | 44 [Teardown] Delete VLANs [${vlan_id}] 60 Delete VLAN Via REST 61 [Documentation] Delete VLAN via REST and verify it via REST and IPMI. 66 Delete VLANs [${vlan_id}] 77 [Teardown] Delete VLANs [${vlan_id}] 86 Delete IP On VLAN Via REST 87 [Documentation] Delete IP on VLAN and verify it via REST and IPMI. 90 [Teardown] Delete VLANs [${vlan_id}] 97 Delete IP And Object ${ip} ${vlan_ip_uri} 105 Delete VLAN When IP Is Configured Via REST [all …]
|
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |
/openbmc/phosphor-dbus-monitor/src/ |
H A D | callback.hpp | 28 Callback(const Callback&) = delete; 30 Callback& operator=(const Callback&) = delete; 63 Conditional(const Conditional&) = delete; 65 Conditional& operator=(const Conditional&) = delete; 79 IndexedConditional() = delete; 80 IndexedConditional(const IndexedConditional&) = delete; 82 IndexedConditional& operator=(const IndexedConditional&) = delete; 104 IndexedCallback() = delete; 105 IndexedCallback(const IndexedCallback&) = delete; 107 IndexedCallback& operator=(const IndexedCallback&) = delete; [all …]
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | version.hpp | 6 #include "xyz/openbmc_project/Object/Delete/server.hpp" 28 sdbusplus::xyz::openbmc_project::Object::server::Delete>; 32 class Delete; 35 /** @class Delete 36 * @brief OpenBMC Delete implementation. 37 * @details A concrete implementation for xyz.openbmc_project.Object.Delete 40 class Delete : public DeleteInherit class 43 /** @brief Constructs Delete. 49 Delete(sdbusplus::bus_t& bus, const std::string& path, Version& parent) : in Delete() function in openpower::software::updater::Delete 55 * @brief Delete the D-Bus object. [all …]
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_savearea_management.robot | 117 Redfish Upload And Delete Same Partition File To BMC In Loop 120 [Template] Redfish Upload And Delete Partition File In Loop 200 Redfish Delete Non Existence Of Partition File 201 [Documentation] Delete the partition file if do not exists. 203 [Template] Redfish Delete Non Existence Partition File 227 Non Admin User Delete Non Existence Of Partition File 228 [Documentation] Delete the partition file if does not exists. 230 [Template] Non Admin Delete Non Existence Partition File 302 Delete All BMC Partition File ${HTTP_OK} 309 Delete All Sessions [all …]
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | test_redfishtool_local_user.robot | 31 [Teardown] Redfishtool Delete User "UserT100" 40 [Teardown] Redfishtool Delete User "UserT100" 47 Verify Redfishtool Delete Users 48 [Documentation] Delete user via Redfishtool and verify. 52 Redfishtool Delete User "UserT100" 62 Redfishtool Delete User "UserT100" 70 [Teardown] Redfishtool Delete User "UserT100" 80 [Teardown] Run Keywords Redfishtool Delete User "UserT100" AND 81 ... Redfishtool Delete User "UserT101" 92 [Teardown] Redfishtool Delete User "UserT100" [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | LWP0.interface.yaml | 15 The "20" keyword.Core0 L2 Line delete. 19 The "21" keyword.Core1 L2 Line delete. 23 The "22" keyword.Core2 L2 Line delete. 27 The "23" keyword.Core3 L2 Line delete. 31 The "30" keyword.Core0 L2 Line delete. 35 The "31" keyword.Core1 L2 Line delete. 39 The "32" keyword.Core2 L2 Line delete. 43 The "33" keyword.Core3 L2 Line delete.
|
H A D | LWP2.interface.yaml | 15 The "20" keyword.Core0 L2 Line delete. 19 The "21" keyword.Core1 L2 Line delete. 23 The "22" keyword.Core2 L2 Line delete. 27 The "23" keyword.Core3 L2 Line delete. 31 The "30" keyword.Core0 L2 Line delete. 35 The "31" keyword.Core1 L2 Line delete. 39 The "32" keyword.Core2 L2 Line delete. 43 The "33" keyword.Core3 L2 Line delete.
|
H A D | LWP5.interface.yaml | 15 The "20" keyword.Core0 L2 Line delete. 19 The "21" keyword.Core1 L2 Line delete. 23 The "22" keyword.Core2 L2 Line delete. 27 The "23" keyword.Core3 L2 Line delete. 31 The "30" keyword.Core0 L2 Line delete. 35 The "31" keyword.Core1 L2 Line delete. 39 The "32" keyword.Core2 L2 Line delete. 43 The "33" keyword.Core3 L2 Line delete.
|
H A D | LWP1.interface.yaml | 15 The "20" keyword.Core0 L2 Line delete. 19 The "21" keyword.Core1 L2 Line delete. 23 The "22" keyword.Core2 L2 Line delete. 27 The "23" keyword.Core3 L2 Line delete. 31 The "30" keyword.Core0 L2 Line delete. 35 The "31" keyword.Core1 L2 Line delete. 39 The "32" keyword.Core2 L2 Line delete. 43 The "33" keyword.Core3 L2 Line delete.
|
H A D | LWP6.interface.yaml | 15 The "20" keyword.Core0 L2 Line delete. 19 The "21" keyword.Core1 L2 Line delete. 23 The "22" keyword.Core2 L2 Line delete. 27 The "23" keyword.Core3 L2 Line delete. 31 The "30" keyword.Core0 L2 Line delete. 35 The "31" keyword.Core1 L2 Line delete. 39 The "32" keyword.Core2 L2 Line delete. 43 The "33" keyword.Core3 L2 Line delete.
|
H A D | LWP7.interface.yaml | 15 The "20" keyword.Core0 L2 Line delete. 19 The "21" keyword.Core1 L2 Line delete. 23 The "22" keyword.Core2 L2 Line delete. 27 The "23" keyword.Core3 L2 Line delete. 31 The "30" keyword.Core0 L2 Line delete. 35 The "31" keyword.Core1 L2 Line delete. 39 The "32" keyword.Core2 L2 Line delete. 43 The "33" keyword.Core3 L2 Line delete.
|
H A D | LWP3.interface.yaml | 15 The "20" keyword.Core0 L2 Line delete. 19 The "21" keyword.Core1 L2 Line delete. 23 The "22" keyword.Core2 L2 Line delete. 27 The "23" keyword.Core3 L2 Line delete. 31 The "30" keyword.Core0 L2 Line delete. 35 The "31" keyword.Core1 L2 Line delete. 39 The "32" keyword.Core2 L2 Line delete. 43 The "33" keyword.Core3 L2 Line delete.
|
H A D | LWP4.interface.yaml | 15 The "20" keyword.Core0 L2 Line delete. 19 The "21" keyword.Core1 L2 Line delete. 23 The "22" keyword.Core2 L2 Line delete. 27 The "23" keyword.Core3 L2 Line delete. 31 The "30" keyword.Core0 L2 Line delete. 35 The "31" keyword.Core1 L2 Line delete. 39 The "32" keyword.Core2 L2 Line delete. 43 The "33" keyword.Core3 L2 Line delete.
|