Searched refs:sync (Results 1 – 12 of 12) sorted by relevance
/trusty/user/app/storage/ |
D | rpmb.h | 54 bool sync, 65 bool sync,
|
D | block_device.h | 54 bool sync);
|
D | tipc_ns.h | 45 bool sync);
|
D | tipc_ns.c | 74 bool sync, in rpmb_send() argument 92 .flags = sync ? (STORAGE_MSG_FLAG_PRE_COMMIT | in rpmb_send() 329 bool sync) { in ns_write_pos() argument 338 if (sync) { in ns_write_pos()
|
D | rpmb.c | 435 bool sync, in rpmb_write_data() argument 465 sizeof(rescmd), &res, sizeof(res), sync, sync_checkpoint); in rpmb_write_data() 597 bool sync, in rpmb_write() argument 606 ret = rpmb_write_data(state, buf, addr, count, sync, sync_checkpoint); in rpmb_write()
|
D | block_device_tipc.c | 191 bool sync) { in block_device_tipc_rpmb_start_write() argument 197 (void)sync; in block_device_tipc_rpmb_start_write() 247 bool sync) { in block_device_tipc_ns_start_write() argument 256 dev_ns->is_userdata, sync); in block_device_tipc_ns_start_write()
|
/trusty/user/base/lib/unittest-rust/src/ |
D | context.rs | 17 use core::sync::atomic::{AtomicBool, Ordering};
|
/trusty/user/base/lib/trusty-log/src/ |
D | lib.rs | 23 use std::sync::Once;
|
/trusty/user/app/storage/test/storage_host_test/ |
D | storageproxy_shim.c | 162 bool sync, in rpmb_send() argument 309 bool sync) { in ns_write_pos() argument
|
/trusty/user/base/lib/tipc/rust/src/ |
D | handle.rs | 471 use std::sync::Once;
|
/trusty/user/app/sample/hwcryptohal/server/ |
D | opaque_key.rs | 35 use std::sync::OnceLock;
|
/trusty/user/app/storage/test/block_host_test/ |
D | block_test.c | 194 bool sync) { in block_test_start_write() argument
|