Go to main content

man pages section 3: Extended Library Functions, Volume 4

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

stmfOnlineLogicalUnit(3STMF)

Name

stmfOnlineLogicalUnit - take online of a logical unit that is currently in the offline state

Synopsis

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

int stmfOnlineLogicalUnit(stmfGuid *logicalUnit);

Parameters

logicalUnit

The identifier of the logical unit to take online.

Description

The stmfOnlineLogicalUnit() function takes online of a logical unit 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(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
Safe

See Also

libstmf(3LIB), attributes(7)