Searched refs:new_root (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/kyua/utils/config/ |
H A D | tree.cpp | 70 detail::static_inner_node* new_root = in deep_copy() local 72 return config::tree(_strict, new_root); in deep_copy() 99 detail::static_inner_node* new_root = in combine() local 102 return config::tree(_strict, new_root); in combine()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | TraceDumper.cpp | 734 TraceDumper::FunctionCallUP new_root = in AppendReturnedInstructionToFunctionCallForest() local 737 new_root->SetUntracedPrefixSegment(std::move(roots.back())); in AppendReturnedInstructionToFunctionCallForest() 740 roots.emplace_back(std::move(new_root)); in AppendReturnedInstructionToFunctionCallForest()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | btree.c | 656 zfs_btree_core_t *new_root = in zfs_btree_insert_into_parent() local 659 zfs_btree_hdr_t *new_root_hdr = &new_root->btc_hdr; in zfs_btree_insert_into_parent() 664 old_node->bth_parent = new_node->bth_parent = new_root; in zfs_btree_insert_into_parent() 665 new_root->btc_children[0] = old_node; in zfs_btree_insert_into_parent() 666 new_root->btc_children[1] = new_node; in zfs_btree_insert_into_parent() 667 bcpy(buf, new_root->btc_elems, size); in zfs_btree_insert_into_parent()
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 670 #define __sanitizer_syscall_pre_pivot_root(new_root, put_old) \ argument 671 __sanitizer_syscall_pre_impl_pivot_root((long)(new_root), (long)(put_old)) 672 #define __sanitizer_syscall_post_pivot_root(res, new_root, put_old) \ argument 673 __sanitizer_syscall_post_impl_pivot_root(res, (long)(new_root), \ 2399 void __sanitizer_syscall_pre_impl_pivot_root(long new_root, long put_old); 2400 void __sanitizer_syscall_post_impl_pivot_root(long res, long new_root,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 1264 PRE_SYSCALL(pivot_root)(const void *new_root, const void *put_old) { 1265 if (new_root) 1266 PRE_READ(new_root, 1267 __sanitizer::internal_strlen((const char *)new_root) + 1); 1272 POST_SYSCALL(pivot_root)(long res, const void *new_root, const void *put_old) {}
|
/freebsd/sys/i386/linux/ |
H A D | linux_systrace_args.c | 1545 uarg[a++] = (intptr_t)p->new_root; /* char * */ in systrace_args()
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_systrace_args.c | 1514 uarg[a++] = (intptr_t)p->new_root; /* char * */ in systrace_args()
|