Home
last modified time | relevance | path

Searched refs:new_root (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/kyua/utils/config/
H A Dtree.cpp70 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 DTraceDumper.cpp734 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 Dbtree.c656 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 Dlinux_syscall_hooks.h670 #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), \
2392 void __sanitizer_syscall_pre_impl_pivot_root(long new_root, long put_old);
2393 void __sanitizer_syscall_post_impl_pivot_root(long res, long new_root,
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1250 PRE_SYSCALL(pivot_root)(const void *new_root, const void *put_old) {
1251 if (new_root)
1252 PRE_READ(new_root,
1253 __sanitizer::internal_strlen((const char *)new_root) + 1);
1258 POST_SYSCALL(pivot_root)(long res, const void *new_root, const void *put_old) {}
/freebsd/sys/i386/linux/
H A Dlinux_systrace_args.c1544 uarg[a++] = (intptr_t)p->new_root; /* char * */ in systrace_args()
H A Dlinux_proto.h688 char new_root_l_[PADL_(char *)]; char * new_root; char new_root_r_[PADR_(char *)]; member
/freebsd/sys/amd64/linux32/
H A Dlinux32_systrace_args.c1513 uarg[a++] = (intptr_t)p->new_root; /* char * */ in systrace_args()
H A Dlinux32_proto.h690 char new_root_l_[PADL_(char *)]; char * new_root; char new_root_r_[PADR_(char *)]; member