Home
last modified time | relevance | path

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

/freebsd-14-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/
HDzfs_rename_007_pos.ksh75 function target_obj function
104 obj=$(target_obj $fs)
118 obj=$(target_obj ${fs}-new)
120 obj=$(target_obj ${fsclone}-new)
131 obj=$(target_obj $fsclone)
138 obj=$(target_obj $vol)
150 obj=$(target_obj ${vol}-new)
153 obj=$(target_obj ${volclone}-new)
163 obj=$(target_obj $volclone)
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
HDzfs_rename_007_pos.ksh57 function target_obj function
86 obj=$(target_obj $fs)
100 obj=$(target_obj ${fs}-new)
102 obj=$(target_obj ${fsclone}-new)
113 obj=$(target_obj $fsclone)
120 obj=$(target_obj $vol)
133 obj=$(target_obj ${vol}-new)
137 obj=$(target_obj ${volclone}-new)
148 obj=$(target_obj $volclone)
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/
HDmixed_create_failure.ksh75 target_obj='target-file'
87 > $test_path/$target_obj
88 log_note "Created target: $test_path/$target_obj"
89 op="$op $test_path/$target_obj"
/freebsd-14-stable/sys/dev/bxe/
HDecore_sp.c1039 elem->cmd_data.vlan_mac.target_obj, in ecore_set_one_mac_e2()
1196 elem->cmd_data.vlan_mac.target_obj, in ecore_set_one_vlan_e2()
1248 elem->cmd_data.vlan_mac.target_obj, in ecore_set_one_vlan_mac_e2()
1305 elem->cmd_data.vlan_mac.target_obj, in ecore_set_one_vxlan_fltr_e2()
1626 struct ecore_vlan_mac_obj *dest_o = elem->cmd_data.vlan_mac.target_obj; in ecore_validate_vlan_mac_move()
1985 cam_obj = elem->cmd_data.vlan_mac.target_obj; in ecore_execute_vlan_mac()
2059 cam_obj = elem->cmd_data.vlan_mac.target_obj; in ecore_execute_vlan_mac()
HDecore_sp.h597 struct ecore_vlan_mac_obj *target_obj; member