| /openbmc/phosphor-bmc-code-mgmt/bmc/ |
| H A D | sync_manager.hpp | 19 class Sync class 22 Sync() = default; 23 Sync(const Sync&) = delete; 24 Sync& operator=(const Sync&) = delete; 25 Sync(Sync&&) = default; 26 Sync& operator=(Sync&&) = default; 27 ~Sync() = default;
|
| H A D | xyz.openbmc_project.Software.Sync.service.in | 2 Description=Phosphor Sync Manager that syncs files to the alternate BMC chip
|
| H A D | sync_manager_main.cpp | 27 &Sync::processEntry, std::placeholders::_1, std::placeholders::_2); in main()
|
| H A D | sync_manager.cpp | 24 int Sync::processEntry(int mask, const fs::path& entryPath) in processEntry()
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/static/ |
| H A D | obmc-flash-bmc-prepare-for-sync.service.in | 3 Requires=xyz.openbmc_project.Software.Sync.service 4 Before=xyz.openbmc_project.Software.Sync.service 13 WantedBy=xyz.openbmc_project.Software.Sync.service
|
| H A D | obmc-flash-bmc-alt@.service.in | 7 ExecStartPre=-/bin/systemctl stop xyz.openbmc_project.Software.Sync.service 13 ExecStartPost=-/bin/systemctl start xyz.openbmc_project.Software.Sync.service
|
| /openbmc/u-boot/tools/dtoc/ |
| H A D | test_fdt | 340 self.dtb.Sync(auto_resize=True) 348 self.dtb.Sync(auto_resize=False) 353 self.dtb.Sync(auto_resize=False) 355 self.dtb.Sync(auto_resize=True) 361 self.dtb.Sync(auto_resize=False) 364 self.dtb.Sync(auto_resize=True) 371 self.dtb.Sync(auto_resize=True) 376 self.dtb.Sync(auto_resize=False) 382 self.dtb.Sync(auto_resize=True) 389 self.dtb.Sync(auto_resize=False) [all …]
|
| H A D | test_fdt.py | 340 self.dtb.Sync(auto_resize=True) 348 self.dtb.Sync(auto_resize=False) 353 self.dtb.Sync(auto_resize=False) 355 self.dtb.Sync(auto_resize=True) 361 self.dtb.Sync(auto_resize=False) 364 self.dtb.Sync(auto_resize=True) 371 self.dtb.Sync(auto_resize=True) 376 self.dtb.Sync(auto_resize=False) 382 self.dtb.Sync(auto_resize=True) 389 self.dtb.Sync(auto_resize=False) [all …]
|
| H A D | fdt.py | 188 def Sync(self, auto_resize=False): member in Prop 416 def Sync(self, auto_resize=False): member in Node 447 node.Sync(auto_resize) 455 prop.Sync(auto_resize) 548 def Sync(self, auto_resize=False): member in Fdt 558 self._root.Sync(auto_resize)
|
| /openbmc/u-boot/board/Barix/ipam390/ |
| H A D | README.ipam390 | 95 (AIS Parse): Performing Start-Word Sync... 96 (AIS Parse): Performing Ping Opcode Sync... 98 (AIS Parse): Performing Opcode Sync... 101 (AIS Parse): Performing Opcode Sync... 104 (AIS Parse): Performing Opcode Sync... 107 (AIS Parse): Performing Opcode Sync... 110 (AIS Parse): Performing Opcode Sync... 113 (AIS Parse): Performing Opcode Sync... 117 (AIS Parse): Performing Opcode Sync...
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager/ |
| H A D | xyz.openbmc_project.Ldap.Config.service | 5 Before=xyz.openbmc_project.Software.Sync.service
|
| /openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/datetime/me-time-sync/ |
| H A D | me-time-sync.service | 2 Description=Sync time from ME
|
| /openbmc/u-boot/doc/device-tree-bindings/video/ |
| H A D | exynos-dp.txt | 32 samsung,h-sync-polarity: Horizontal Sync polarity 34 samsung,v-sync-polarity: Vertical Sync polarity
|
| H A D | exynos-fb.txt | 29 samsung,vl-hsp: Horizontal Sync polarity 31 samsung,vl-vsp: Vertical Sync polarity
|
| /openbmc/u-boot/tools/binman/ |
| H A D | control.py | 155 dtb_item.Sync(auto_resize=True) 179 dtb_item.Sync()
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/power/ |
| H A D | witherspoon-power-supply-sync.bb | 1 SUMMARY = "Power Supply Sync"
|
| /openbmc/phosphor-networkd/ |
| H A D | meson.options | 16 description: 'Sync mac address with phosphor-inventory-manager',
|
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
| H A D | 0024-userland-Sync-needed-defines-for-weston-build.patch | 4 Subject: [PATCH] userland: Sync needed defines for weston build
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_sel_time.robot | 13 ... Set the Time Sync Mode from NTP to Manual to Set SEL Time. 14 ... Time Sync Mode change performed via REDFISH URI. 15 ... Performs the change in Time Sync Mode with Test Setup and Teardown Execution 406 Time Sync Mode Change Through Redfish 415 # Changing Time Sync Mode to Manual. 416 Change Time Sync Mode Via Redfish ${value} 419 Change Time Sync Mode Via Redfish 600 Time Sync Mode Change Through Redfish ${FALSE} 611 Time Sync Mode Change Through Redfish ${TRUE}
|
| /openbmc/openbmc-test-automation/redfish/managers/ |
| H A D | test_bmc_network_protocol.robot | 72 ... Verify System Time Sync Status ${True} 86 ... Verify System Time Sync Status ${False}
|
| /openbmc/google-misc/subprojects/espi-control/ |
| H A D | npcm7xx_espi_control.cpp | 111 "/dev/mem", OpenFlags(OpenAccess::ReadWrite).set(OpenFlag::Sync)); in modifyESPIRegisters()
|
| /openbmc/bios-bmc-smm-error-logger/src/ |
| H A D | main.cpp | 181 .set(stdplus::fd::OpenFlag::Sync))); in main()
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 257.out | 2 === Mode bitmap; Bitmap Sync never with simulated failure === 271 === Mode bitmap; Bitmap Sync never with intermediate failure === 478 === Mode bitmap; Bitmap Sync never without failure === 747 === Mode bitmap; Bitmap Sync on-success with simulated failure === 1016 === Mode bitmap; Bitmap Sync on-success with intermediate failure === 1223 === Mode bitmap; Bitmap Sync on-success without failure === 1492 === Mode bitmap; Bitmap Sync always with simulated failure === 1761 === Mode bitmap; Bitmap Sync always with intermediate failure === 1968 === Mode bitmap; Bitmap Sync always without failure === 2237 === Mode full; Bitmap Sync o [all...] |
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/ |
| H A D | userland_git.bb | 48 file://0024-userland-Sync-needed-defines-for-weston-build.patch \
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bmc_date_and_time_utils.robot | 125 Verify System Time Sync Status
|