Searched refs:target_obj (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | buildinfohelper.py | 465 def save_target_file_information(self, build_obj, target_obj, filedata): argument 467 assert isinstance(target_obj, Target) 475 tf_obj = Target_File.objects.create(target = target_obj, 498 …parent_obj = self._cached_get(Target_File, target = target_obj, path = parent_path, inodetype = Ta… 500 target = target_obj, 525 target = target_obj, 532 …parent_obj = self._cached_get(Target_File, target = target_obj, path = parent_path, inodetype = Ta… 557 … filetarget_obj = Target_File.objects.get(target = target_obj, path = filetarget_path) 563 …parent_obj = Target_File.objects.get(target = target_obj, path = parent_path, inodetype = Target_F… 568 target = target_obj, [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | widgets.py | 563 for target_obj in target_objs: 564 if target_obj.task: 565 targets.append(target_obj.target + ':' + target_obj.task) 567 targets.append(target_obj.target)
|
/openbmc/qemu/qom/ |
H A D | object.c | 2769 Object *target_obj; member 2779 object_property_get(prop->target_obj, prop->target_name, alias_v, errp); in property_get_alias() 2789 object_property_set(prop->target_obj, prop->target_name, alias_v, errp); in property_set_alias() 2798 return object_resolve_path_component(prop->target_obj, prop->target_name); in property_resolve_alias() 2811 Object *target_obj, const char *target_name) in object_property_add_alias() argument 2818 target_prop = object_property_find_err(target_obj, target_name, in object_property_add_alias() 2829 prop->target_obj = target_obj; in object_property_add_alias()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.c | 948 elem->cmd_data.vlan_mac.target_obj, in bnx2x_set_one_mac_e2() 1102 elem->cmd_data.vlan_mac.target_obj, in bnx2x_set_one_vlan_e2() 1150 struct bnx2x_vlan_mac_obj *target_obj; in bnx2x_set_one_vlan_mac_e2() local 1156 target_obj = elem->cmd_data.vlan_mac.target_obj; in bnx2x_set_one_vlan_mac_e2() 1157 bnx2x_vlan_mac_set_cmd_hdr_e2(bp, target_obj, in bnx2x_set_one_vlan_mac_e2() 1450 struct bnx2x_vlan_mac_obj *dest_o = elem->cmd_data.vlan_mac.target_obj; in bnx2x_validate_vlan_mac_move() 1809 cam_obj = elem->cmd_data.vlan_mac.target_obj; in bnx2x_execute_vlan_mac() 1882 cam_obj = elem->cmd_data.vlan_mac.target_obj; in bnx2x_execute_vlan_mac()
|
H A D | bnx2x_sp.h | 139 struct bnx2x_vlan_mac_obj *target_obj; member
|
/openbmc/qemu/include/qom/ |
H A D | object.h | 1952 Object *target_obj, const char *target_name);
|