Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/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)
121 obj=$(target_obj $vol)
133 obj=$(target_obj ${vol}-new)
136 obj=$(target_obj ${volclone}-new)
146 obj=$(target_obj $volclone)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.h188 struct ecore_vlan_mac_obj *target_obj; member
H A Decore_sp_verbs.c1237 elem->cmd_data.vlan_mac.target_obj, in ecore_set_one_mac_e2()
1394 elem->cmd_data.vlan_mac.target_obj, in ecore_set_one_vlan_e2()
1446 elem->cmd_data.vlan_mac.target_obj, in ecore_set_one_vlan_mac_e2()
1748 struct ecore_vlan_mac_obj *dest_o = elem->cmd_data.vlan_mac.target_obj; in ecore_validate_vlan_mac_move()
2107 cam_obj = elem->cmd_data.vlan_mac.target_obj; in ecore_execute_vlan_mac()
2181 cam_obj = elem->cmd_data.vlan_mac.target_obj; in ecore_execute_vlan_mac()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c1814 ramrod_param.user_req.target_obj = dest_obj; in lm_move_mac_addr()