Go to main content

man pages section 3: Extended Library Functions, Volume 4

Exit Print View

Updated: July 2017
 
 

stmfFreeLuResource(3STMF)

Name

stmfFreeLuResource - free an allocated logical unit resource

Synopsis

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

int stmfFreeLuResource(luResource hdl);

Parameters

hdl

A logical unit resource previously allocated in a call to stmfCreateLuResource(3STMF) or stmfGetLuResource(3STMF).

Description

The stmfFreeLuResource() function frees a logical unit resource that was previously allocated in a call to stmfCreateLuResource(3STMF) or stmfGetLuResource(3STMF).

Return Values

The following values are returned:

STMF_STATUS_SUCCESS

The API call was successful.

STMF_ERROR_INVALID_ARG

The hdl argument is not a valid logical unit resource.

Attributes

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

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
Safe

See Also

libstmf(3LIB), stmfCreateLuResource(3STMF) , stmfGetLuResource(3STMF), attributes(5)