Home
last modified time | relevance | path

Searched refs:target_parent (Results 1 – 2 of 2) sorted by relevance

/third_party/eudev/src/udev/
Dudev-builtin-path_id.c124 struct udev_device *target_parent; in handle_scsi_sas_wide_port() local
133 target_parent = udev_device_get_parent(targetdev); in handle_scsi_sas_wide_port()
134 if (target_parent == NULL) in handle_scsi_sas_wide_port()
138 udev_device_get_sysname(target_parent)); in handle_scsi_sas_wide_port()
161 struct udev_device *target_parent; in handle_scsi_sas() local
176 target_parent = udev_device_get_parent(targetdev); in handle_scsi_sas()
177 if (target_parent == NULL) in handle_scsi_sas()
182 "sas_device", udev_device_get_sysname(target_parent)); in handle_scsi_sas()
187 port = udev_device_get_parent(target_parent); in handle_scsi_sas()
/third_party/boost/boost/intrusive/
Dbstree_algorithms.hpp1930 (const const_node_ptr &source_parent, node_ptr target_parent in clone_subtree() argument
1935 node_ptr target_sub_root = target_parent; in clone_subtree()
1952 NodeTraits::set_parent(target_sub_root, target_parent); in clone_subtree()