Home
last modified time | relevance | path

Searched refs:target_obj (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py465 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 Dwidgets.py557 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 Dbnx2x_sp.c948 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 Dbnx2x_sp.h139 struct bnx2x_vlan_mac_obj *target_obj; member