Go to main content

man pages section 3: Extended Library Functions, Volume 4

Exit Print View

Updated: July 2017
 
 

stmfOnlineTarget(3STMF)

Name

stmfOnlineTarget - take online a target port that is currently in the offline state

Synopsis

cc [ flag … ] file–lstmf [ library … ]
#include <libstmf.h>

int stmfOnlineTarget(stmfDevid *target);

Parameters

target

The identifier of the target port to online.

Description

The stmfOnlineTarget() function takes online a target port that is currently in the offline state.

Return Values

The following values are returned:

STMF_STATUS_SUCCESS

The API call was successful.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
Safe

See Also

libstmf(3LIB), attributes(5)