STMFREMOVEVIEWENTRY(3STMF) SCSI Target Mode Framework Library Functions
stmfRemoveViewEntry - remove a view entry from the system
cc [ flag... ] file... -lstmf [ library... ]
#include <libstmf.h>
int stmfRemoveViewEntry(stmfGuid *logicalUnit,
uint32_t viewEntry);
logicalUnit
The identifier of the logical unit for the view entry
being removed.
viewEntry
The numeric value of the view entry to be removed.
The stmfRemoveViewEntry() function removes a view entry from the
system.
The following values are returned:
STMF_ERROR_NOT_FOUND
The specified logicalUnit or viewEntryName
was not found in the system.
STMF_STATUS_SUCCESS
The API call was successful.
See attributes(7) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Committed |
+--------------------+-----------------+
|MT-Level | Safe |
+--------------------+-----------------+
libstmf(3LIB), attributes(7)
June 9, 2008 STMFREMOVEVIEWENTRY(3STMF)
NAME
stmfRemoveViewEntry - remove a view entry from the system
SYNOPSIS
cc [ flag... ] file... -lstmf [ library... ]
#include <libstmf.h>
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 viewEntryName
was not found in the system.
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)
June 9, 2008 STMFREMOVEVIEWENTRY(3STMF)