Searched refs:target_obj (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/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) 562 …parent_obj = Target_File.objects.get(target = target_obj, path = parent_path, inodetype = Target_F… 565 target = target_obj, [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | widgets.py | 557 for target_obj in target_objs: 558 if target_obj.task: 559 targets.append(target_obj.target + ':' + target_obj.task) 561 targets.append(target_obj.target)
|
| /OK3568_Linux_fs/kernel/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
|