/external/ltp/testcases/kernel/syscalls/mremap/ |
D | mremap05.c | 52 char *new_address; member 141 t->new_address); in test_mremap() 165 t->new_address = get_test_area(t->new_size * pagesize, 1); in setup0() 171 t->new_address = get_test_area((t->new_size + 1) * pagesize, 1) + 1; in setup1() 177 t->new_address = t->old_address; in setup2() 183 t->new_address = get_test_area(t->new_size * pagesize, 1); in setup3() 184 t->exp_ret = t->new_address; in setup3() 191 t->new_address = get_test_area(t->new_size * pagesize, 0); in setup4() 192 t->exp_ret = t->new_address; in setup4() 194 *(t->new_address) = 0x2; in setup4() [all …]
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | sysret_rip.c | 129 void *new_address = (void *)(ip - 4096); in test_syscall_fallthrough_to() local 135 MREMAP_MAYMOVE | MREMAP_FIXED, new_address); in test_syscall_fallthrough_to() 138 err(1, "mremap to %p", new_address); in test_syscall_fallthrough_to() 140 printf("[OK]\tmremap to %p failed\n", new_address); in test_syscall_fallthrough_to() 145 if (ret != new_address) in test_syscall_fallthrough_to() 147 new_address, ret); in test_syscall_fallthrough_to() 149 current_test_page_addr = new_address; in test_syscall_fallthrough_to()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | proxy_mapper_registry.cc | 67 const grpc_channel_args* args, grpc_resolved_address** new_address, in grpc_proxy_mapper_list_map_address() argument 70 if (grpc_proxy_mapper_map_address(list->list[i], address, args, new_address, in grpc_proxy_mapper_list_map_address() 118 grpc_resolved_address** new_address, in grpc_proxy_mappers_map_address() argument 121 new_address, new_args); in grpc_proxy_mappers_map_address()
|
D | proxy_mapper.cc | 40 grpc_resolved_address** new_address, in grpc_proxy_mapper_map_address() argument 42 return mapper->vtable->map_address(mapper, address, args, new_address, in grpc_proxy_mapper_map_address()
|
D | proxy_mapper.h | 47 grpc_resolved_address** new_address, 69 grpc_resolved_address** new_address,
|
D | proxy_mapper_registry.h | 41 grpc_resolved_address** new_address,
|
D | subchannel.cc | 361 grpc_resolved_address* new_address = nullptr; in grpc_subchannel_create() local 363 if (grpc_proxy_mappers_map_address(addr, args->args, &new_address, in grpc_subchannel_create() 365 GPR_ASSERT(new_address != nullptr); in grpc_subchannel_create() 367 addr = new_address; in grpc_subchannel_create()
|
D | http_proxy.cc | 198 grpc_resolved_address** new_address, in proxy_mapper_map_address() argument
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | proxy_mapper_registry.cc | 78 grpc_resolved_address** new_address, in MapAddress() argument 82 if (mapper->MapAddress(address, args, new_address, new_args)) { in MapAddress()
|
D | proxy_mapper.h | 48 grpc_resolved_address** new_address,
|
D | proxy_mapper_registry.h | 44 grpc_resolved_address** new_address,
|
D | subchannel.cc | 662 grpc_resolved_address* new_address = nullptr; in Subchannel() local 664 if (ProxyMapperRegistry::MapAddress(*addr, args, &new_address, &new_args)) { in Subchannel() 665 GPR_ASSERT(new_address != nullptr); in Subchannel() 667 addr = new_address; in Subchannel()
|
/external/pigweed/pw_kvs/ |
D | key_value_store.cc | 707 Address new_address, in UpdateKeyDescriptor() argument 715 prior_metadata->Reset(entry.descriptor(prior_metadata->hash()), new_address); in UpdateKeyDescriptor() 820 Address new_address) { in CopyEntryToSector() argument 821 const StatusWithSize result = entry.Copy(new_address); in CopyEntryToSector() 828 Entry::Read(partition_, new_address, formats_, &new_entry), in CopyEntryToSector() 860 Address new_address = sectors_.NextWritableAddress(*new_sector); in RelocateEntry() local 862 CopyEntryToSector(entry, new_sector, new_address)); in RelocateEntry() 864 address = new_address; in RelocateEntry() 1075 Address new_address = sectors_.NextWritableAddress(*new_sector); in AddRedundantEntries() local 1076 PW_TRY(CopyEntryToSector(entry, new_sector, new_address)); in AddRedundantEntries() [all …]
|
D | entry_test.cc | 541 FlashPartition::Address new_address = entry_.size(); in TEST_F() local 544 StatusWithSize copy_result = entry_.Copy(new_address + (i * entry_.size())); in TEST_F() 551 FlashPartition::Address read_address = (new_address + (j * entry_.size())); in TEST_F() 566 FlashPartition::Address new_address = entry_.size(); in TEST_F() local 568 StatusWithSize copy_result = entry_.Copy(new_address); in TEST_F() 574 Entry::Read(partition_, new_address, kFormats, &entry)); in TEST_F()
|
D | entry.cc | 125 StatusWithSize Entry::Copy(Address new_address) const { in Copy() 128 unsigned(new_address), in Copy() 131 FlashPartition::Output output(partition(), new_address); in Copy()
|
/external/libchrome/base/debug/ |
D | profiler.h | 77 typedef void (*MoveDynamicSymbol)(const void* address, const void* new_address);
|
/external/rust/crates/nix/src/sys/ |
D | mman.rs | 342 new_address: Option<* mut c_void>, in mremap() 344 …let ret = libc::mremap(addr, old_size, new_size, flags.bits(), new_address.unwrap_or(std::ptr::nul… in mremap()
|
/external/pigweed/pw_kvs/public/pw_kvs/ |
D | key_value_store.h | 442 Address new_address, 460 Address new_address);
|
/external/pigweed/pw_kvs/public/pw_kvs/internal/ |
D | entry.h | 110 StatusWithSize Copy(Address new_address) const;
|
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | partition_alloc.cc | 150 void* new_address, in ReallocObserverHookIfEnabled() argument 160 allocation_hook(new_address, size, type_name); in ReallocObserverHookIfEnabled()
|
D | partition_alloc.h | 273 void* new_address,
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir.cpp | 364 nir_ssa_def *new_address = nir_ishr(b, address, nir_imm_int(b, 4 * align)); in r600_nir_lower_scratch_address_impl() local 367 nir_src_for_ssa(new_address)); in r600_nir_lower_scratch_address_impl()
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | netbsd_syscall_hooks.h | 2243 #define __sanitizer_syscall_pre_mremap(old_address, old_size, new_address, \ argument 2247 (long long)(new_address), (long long)(new_size), (long long)(flags)) 2249 new_address, new_size, flags) \ argument 2252 (long long)(new_address), (long long)(new_size), (long long)(flags)) 4543 long long new_address, 4547 long long new_address,
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 4297 void *new_address, *rc; in LSS_NAME() local 4299 new_address = va_arg(ap, void *); in LSS_NAME() 4301 flags, new_address); in LSS_NAME()
|