lsm_target_port_system_id_get - Man Page

Retrieve the system ID for the target_port.

Synopsis

const char  * lsm_target_port_system_id_get (lsm_target_port *tp);

Arguments

tp

Target port to retrieve system ID for.

Version

1.0

Description

Retrieve the system id for the specified target_port.

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 'p' is NULL or not a valid lsm_target_port pointer.

Info

April 2023 Libstoragemgmt C API Manual