SCSI Target Mode Framework Library Functions
stmfRemoveViewEntry(3STMF)
NAME
stmfRemoveViewEntry - remove a view entry from the system
SYNOPSIS
cc [ flag... ] file... -lstmf [ library... ]
#include
int stmfRemoveViewEntry(stmfGuid *logicalUnit,
uint32_t viewEntry);
PARAMETERS
logicalUnit The identifier of the logical unit for the view entry being removed. viewEntry The numeric value of the view entry to be removed.DESCRIPTION
The stmfRemoveViewEntry() function removes a view entry from
the system.RETURN VALUES
The following values are returned:STMF_ERROR_NOT_FOUND The specified logicalUnit or viewEn-
tryName was not found in the system.STMF_STATUS_SUCCESS The API call was successful.
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:SunOS 5.11 Last change: 9 Jun 2008 1
SCSI Target Mode Framework Library FunctionsstmfRemoveViewEntry(3STMF)
______________________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | Safe |
|_____________________________|_____________________________|
SEE ALSO
libstmf(3LIB), attributes(5)SunOS 5.11 Last change: 9 Jun 2008 2
SCSI Target Mode Framework Library FunctionsstmfRemoveViewEntry(3STMF)
SunOS 5.11 Last change: 9 Jun 2008 3