Searched refs:new_parent (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h49 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
H A DOptionValueArray.h44 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
H A DOptionValueProperties.h40 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
H A DOptionValue.h113 DeepCopy(const lldb::OptionValueSP &new_parent) const;
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueArray.cpp309 OptionValueArray::DeepCopy(const OptionValueSP &new_parent) const {
310 auto copy_sp = OptionValue::DeepCopy(new_parent);
H A DOptionValueProperties.cpp387 OptionValueProperties::DeepCopy(const OptionValueSP &new_parent) const {
388 auto copy_sp = OptionValue::DeepCopy(new_parent);
H A DOptionValue.cpp593 OptionValueSP OptionValue::DeepCopy(const OptionValueSP &new_parent) const {
595 clone->SetParent(new_parent);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dbtree.c721 zfs_btree_core_t *new_parent = kmem_alloc(sizeof (zfs_btree_core_t) + local
723 zfs_btree_hdr_t *new_par_hdr = &new_parent->btc_hdr;
731 bt_transfer_core(tree, parent, keep_count + 1, move_count, new_parent,
751 new_node->bth_parent = new_parent;
752 zfs_btree_insert_core_impl(tree, new_parent,
765 bt_shift_core_right(tree, new_parent, 0, move_count,
767 new_parent->btc_children[0] = new_node;
768 bcpy(tmp_buf, new_parent->btc_elems, size);
774 for (uint32_t i = 0; i <= new_parent->btc_hdr.bth_count; i++)
775 new_parent
[all...]
/freebsd-current/sys/dev/ice/
H A Dice_sched.h178 ice_sched_update_parent(struct ice_sched_node *new_parent,
H A Dice_sched.c2368 * @new_parent: pointer to a new parent node
2375 ice_sched_update_parent(struct ice_sched_node *new_parent, argument
2394 new_parent->children[new_parent->num_children++] = node;
2395 node->parent = new_parent;
2396 node->info.parent_teid = new_parent->info.node_teid;

Completed in 340 milliseconds