lsm_target_port_physical_name_get - Man Page
Retrieve the physical name for the target_port
Synopsis
const char * lsm_target_port_physical_name_get (lsm_target_port *tp);
Arguments
- tp
Pointer of lsm_target_port to retrieve physical name for.
Version
1.0
Description
Retrieve the physical name for the target_port. Administrator could use this name to locate the port on the storage system.
Note
Address returned is valid until lsm_target_port gets freed, copy return value if you need longer scope. Do not free returned string.
Return
string. NULL if argument 'tp' is NULL or not a valid lsm_target_port pointer.
Info
July 2024 Libstoragemgmt C API Manual