Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_007_pos.ksh58 function target_obj function
87 obj=$(target_obj $fs)
101 obj=$(target_obj ${fs}-new)
103 obj=$(target_obj ${fsclone}-new)
114 obj=$(target_obj $fsclone)
122 obj=$(target_obj $vol)
136 obj=$(target_obj ${vol}-new)
139 obj=$(target_obj ${volclone}-new)
150 obj=$(target_obj $volclone)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/
H A Dmixed_create_failure.ksh74 target_obj='target-file'
86 touch $test_path/$target_obj
87 log_note "Created target: $test_path/$target_obj"
88 op="$op $test_path/$target_obj"
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c861 vlan_mac.target_obj, TRUE, in ecore_set_one_mac_e2()
1193 struct ecore_vlan_mac_obj *dest_o = elem->cmd_data.vlan_mac.target_obj; in ecore_validate_vlan_mac_move()
1548 cam_obj = elem->cmd_data.vlan_mac.target_obj; in ecore_execute_vlan_mac()
1619 cam_obj = elem->cmd_data.vlan_mac.target_obj; in ecore_execute_vlan_mac()
H A Decore_sp.h546 struct ecore_vlan_mac_obj *target_obj; member