Home
last modified time | relevance | path

Searched full:sync (Results 1 – 25 of 1082) sorted by relevance

12345678910>>...44

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dsync_manager.hpp14 /** @class Sync
15 * @brief Contains filesystem sync functions.
17 * sync operations.
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 Dsync-once.sh3 # Sync the files/dirs specified in synclist once
4 # Usually the sync-manager could sync the file once before it starts, so that
5 # it makes sure the synclist is always synced when the sync-manager is running.
12 # if the sync entry is not present in the source, remove it from the destination
/openbmc/qemu/rust/qemu-api/src/
H A Dbindings.rs34 unsafe impl Sync for CharBackend {}
38 unsafe impl Sync for CoalescedMemoryRange {}
40 // SAFETY: these are constants and vtables; the Send and Sync requirements
43 unsafe impl Sync for MemoryRegionOps {}
46 unsafe impl Sync for Property {}
49 unsafe impl Sync for TypeInfo {}
52 unsafe impl Sync for VMStateDescription {}
55 unsafe impl Sync for VMStateField {}
58 unsafe impl Sync for VMStateInfo {}
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/
H A Drelease.S55 sync
62 sync
69 sync
85 sync
87 sync
96 sync
108 sync
110 sync
115 sync
127 sync
[all …]
H A Dcache.S86 sync /* wait for dcbst's to get to ram */
91 sync /* additional sync needed on g4 */
110 sync
114 sync /* wait for dcbst's to get to ram */
132 sync
137 sync
154 sync
191 sync
219 sync
235 sync
[all …]
H A Dstart.S146 sync
152 sync
155 sync
164 sync
209 sync
217 sync
237 sync
277 sync
306 sync
335 sync
[all …]
/openbmc/qemu/.gitlab-ci.d/custom-runners/
H A Dubuntu-22.04-s390x.yml20 - make --output-sync -j`nproc`
21 - make --output-sync check-tcg
22 - make --output-sync -j`nproc` check
42 - make --output-sync -j`nproc`
43 - make --output-sync -j`nproc` check
65 - make --output-sync -j`nproc`
66 - make --output-sync -j`nproc` check
87 - make --output-sync -j`nproc`
88 - make --output-sync -j`nproc` check
108 - make --output-sync -j`nproc`
[all …]
H A Dubuntu-22.04-aarch64.yml22 - make --output-sync -j`nproc --ignore=40`
24 - make --output-sync -j`nproc --ignore=40` check
45 - make --output-sync -j`nproc --ignore=40`
46 - make --output-sync -j`nproc --ignore=40` check
67 - make --output-sync -j`nproc --ignore=40`
68 - make --output-sync -j`nproc --ignore=40` check
86 - make --output-sync -j`nproc --ignore=40`
87 - make --output-sync -j`nproc --ignore=40` check
108 - make --output-sync -j`nproc --ignore=40`
109 - make --output-sync -j`nproc --ignore=40` check
[all …]
/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/program-edid/program-edid/
H A Dedid.json65 "Sync pulse": {
69 "Sync type": {
70 "Horizontal sync (outside of V-sync)": "Positive",
71 "Type": "Digital Separate Sync",
72 "Vertical sync": "Positive"
100 "Sync pulse": {
104 "Sync type": {
105 "Horizontal sync (outside of V-sync)": "Positive",
106 "Type": "Digital Separate Sync",
107 "Vertical sync": "Negative"
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Dexynos-dp.txt11 samsung,h-sync-width: hsync value
15 samsung,v-sync-width: vsync value
18 samsung,v-sync-rate: refresh rate
32 samsung,h-sync-polarity: Horizontal Sync polarity
34 samsung,v-sync-polarity: Vertical Sync polarity
62 samsung,h-sync-polarity = <0>;
63 samsung,v-sync-polarity = <0>;
/openbmc/u-boot/common/
H A Dmemsize.c16 # include <asm/io.h> /* for sync() */
18 # define sync() /* nothing */ macro
38 sync(); in get_ram_size()
40 sync(); in get_ram_size()
45 sync(); in get_ram_size()
47 sync(); in get_ram_size()
50 sync(); in get_ram_size()
53 sync(); in get_ram_size()
57 sync(); in get_ram_size()
/openbmc/phosphor-bmc-code-mgmt/bmc/static/
H A Dobmc-flash-bmc-prepare-for-sync.service.in2 Description=Prepare sync for static dual image layout
3 Requires=xyz.openbmc_project.Software.Sync.service
4 Before=xyz.openbmc_project.Software.Sync.service
10 ExecStart=-/usr/bin/sync-once.sh
13 WantedBy=xyz.openbmc_project.Software.Sync.service
/openbmc/u-boot/drivers/video/
H A Dvideomodes.h14 #define FB_SYNC_HOR_HIGH_ACT 1 /* horizontal sync high active */
15 #define FB_SYNC_VERT_HIGH_ACT 2 /* vertical sync high active */
16 #define FB_SYNC_EXT 4 /* external sync */
17 #define FB_SYNC_COMP_HIGH_ACT 8 /* composite sync high active */
21 #define FB_SYNC_ON_GREEN 32 /* sync on green */
42 int left_margin; /* time from sync to picture */
43 int right_margin; /* time from picture to sync */
44 int upper_margin; /* time from sync to picture */
46 int hsync_len; /* length of horizontal sync */
47 int vsync_len; /* length of vertical sync */
[all …]
/openbmc/u-boot/include/
H A Datmel_lcd.h28 u_long vl_sync; /* Horizontal / vertical sync */
35 u_long vl_hsync_len; /* Length of horizontal sync */
36 u_long vl_left_margin; /* Time from sync to picture */
37 u_long vl_right_margin; /* Time from picture to sync */
40 u_long vl_vsync_len; /* Length of vertical sync */
41 u_long vl_upper_margin; /* Time from sync to picture */
42 u_long vl_lower_margin; /* Time from picture to sync */
/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/datetime/
H A Dme-time-sync.bb1 SUMMARY = "ME time sync"
14 SRC_URI += "file://me-time-sync.sh"
18 install -m 0755 ${S}/me-time-sync.sh ${D}${bindir}/me-time-sync.sh
21 SYSTEMD_SERVICE:${PN} += "me-time-sync.service"
/openbmc/qemu/tests/qemu-iotests/
H A D05572 self.vm.cmd(cmd, device='drive0', target=target, sync='full')
88 target=target, sync='full')
124 target='drive1', sync='full', auto_finalize=False,
139 target='drive1', sync='full')
153 target=target_img, sync='full')
161 target='drive1', sync='full')
166 target=target_img, sync='full', mode='existing')
171 target=target_img, sync='full',
181 target=target_img, sync='full')
184 target='drive0', sync='full')
[all …]
H A D085.out15 { 'execute': 'blockdev-snapshot-sync',
24 { 'execute': 'blockdev-snapshot-sync',
31 { 'execute': 'blockdev-snapshot-sync',
41 { 'type': 'blockdev-snapshot-sync', 'data' :
44 { 'type': 'blockdev-snapshot-sync', 'data' :
53 { 'type': 'blockdev-snapshot-sync', 'data' :
56 { 'type': 'blockdev-snapshot-sync', 'data' :
65 { 'type': 'blockdev-snapshot-sync', 'data' :
68 { 'type': 'blockdev-snapshot-sync', 'data' :
77 { 'type': 'blockdev-snapshot-sync', 'data' :
[all …]
H A D257.out2 === Mode bitmap; Bitmap Sync never with simulated failure ===
33 …": "drive0", "filter-node-name": "backup-top", "job-id": "ref_backup_0", "sync": "full", "target":…
80 …": "drive0", "filter-node-name": "backup-top", "job-id": "ref_backup_1", "sync": "full", "target":…
94 …vice": "drive0", "filter-node-name": "backup-top", "job-id": "backup_1", "sync": "bitmap", "target…
218 …": "drive0", "filter-node-name": "backup-top", "job-id": "ref_backup_2", "sync": "full", "target":…
232 …vice": "drive0", "filter-node-name": "backup-top", "job-id": "backup_2", "sync": "bitmap", "target…
271 === Mode bitmap; Bitmap Sync never with intermediate failure ===
302 …": "drive0", "filter-node-name": "backup-top", "job-id": "ref_backup_0", "sync": "full", "target":…
349 …": "drive0", "filter-node-name": "backup-top", "job-id": "ref_backup_1", "sync": "full", "target":…
365 …vice": "drive0", "filter-node-name": "backup-top", "job-id": "backup_1", "sync": "bitmap", "target…
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-Ensure-compatibility-with-ARMv9-by-updating-.arch-di.patch15 1644: storage/innobase/CMakeFiles/innobase_embedded.dir/sync/cache.cc.o]
22 storage/innobase/sync/cache.cc | 5 +++++
25 diff --git a/storage/innobase/sync/cache.cc b/storage/innobase/sync/cache.cc
27 --- a/storage/innobase/sync/cache.cc
28 +++ b/storage/innobase/sync/cache.cc
H A Dsys_futex.patch12 storage/innobase/sync/srw_lock.cc | 6 ++++++
15 diff --git a/storage/innobase/sync/srw_lock.cc b/storage/innobase/sync/srw_lock.cc
17 --- a/storage/innobase/sync/srw_lock.cc
18 +++ b/storage/innobase/sync/srw_lock.cc
/openbmc/u-boot/board/freescale/mx6sabresd/
H A DREADME28 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 && sync
32 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 && sync
56 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 && sync
57 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 && sync
72 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 oflag=sync status=none && sync
76 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 oflag=sync status=none && sync
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A Dsshd_check_keys15 # This sync does double duty: Ensuring that the data in the temporary
23 # In the event that sync understands arguments that limit what it tries to
24 # fsync(), we provided them. If it does not, it will simply call sync()
26 sync "${FILE}.pub" "$DIR" "${FILE}.tmp"
30 # sync to ensure the atomic rename is committed
31 sync "$DIR"
/openbmc/phosphor-networkd/
H A Dmeson.options14 'sync-mac',
16 description: 'Sync mac address with phosphor-inventory-manager',
29 'force-sync-mac',
31 description: 'Force sync mac address no matter is first boot or not',
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drust-oe-selftest.patch46 diff --git a/library/std/src/sync/poison/rwlock/tests.rs b/library/std/src/sync/poison/rwlock/tests…
48 --- a/library/std/src/sync/poison/rwlock/tests.rs
49 +++ b/library/std/src/sync/poison/rwlock/tests.rs
117 diff --git a/library/std/src/sync/poison/mutex/tests.rs b/library/std/src/sync/poison/mutex/tests.rs
118 --- a/library/std/src/sync/poison/mutex/tests.rs
119 +++ b/library/std/src/sync/poison/mutex/tests.rs
128 diff --git a/library/std/src/sync/poison/mutex/tests.rs b/library/std/src/sync/poison/mutex/tests.rs
129 --- a/library/std/src/sync/poison/mutex/tests.rs
130 +++ b/library/std/src/sync/poison/mutex/tests.rs
139 diff --git a/library/std/src/sync/rwlock/tests.rs b/library/std/src/sync/poison/rwlock/tests.rs
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/clang-layer/recipes-support/thin-provisioning-tools/thin-provisioning-tools/
H A D0001-Use-portable-atomics-crate.patch15 error[E0432]: unresolved import `std::sync::atomic::AtomicU64`
17 │ 234 | use std::sync::atomic::{AtomicU64, Ordering};
72 -use std::sync::atomic::{AtomicU64, Ordering};
73 use std::sync::mpsc::{self, SyncSender};
74 use std::sync::{Arc, Mutex};
83 -use std::sync::atomic::{AtomicU64, Ordering};
84 use std::sync::{Arc, Mutex};

12345678910>>...44