SCSI Target Mode Framework Library Functions
stmfAddViewEntry(3STMF)
NAME
stmfAddViewEntry - add a view entry for a given logical unit
SYNOPSIS
cc [ flag... ] file... -lstmf [ library... ]
#include
int stmfAddViewEntry(stmfGuid *logicalUnit,
stmfViewEntry *viewEntry);
PARAMETERS
logicalUnit The identifier of the logical unit to which
this view entry is being added.
viewEntry The view entry to add to the specified logi-
cal unit identifier.
DESCRIPTION
The stmfAddViewEntry() function adds a view entry for a
given logical unit.
RETURN VALUES
The following values are returned:
STMFERORLUNINUSE The specified logical unit number
is already in use for this logical
unit.
STMFERORNOTFOUND The ID specified for logicalUnit
was not found in the system.
STMFERORVECONFLICT Adding this view entry is in con-
flict with one or more existing
view entries.
STMFSTATUSUCES The API call was successful.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 9 Jun 2008 1
SCSI Target Mode Framework Library Functions
stmfAddViewEntry(3STMF)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level Safe
SEE ALSO
libstmf(3LIB), attributes(5)
NOTES
If luNbrValid in the stmfViewEntry structure is set to
BFALSE, the framework will assign a logical unit number for
this view entry. veIndexValid must be set to BFALSE when
adding a view entry. On successful return, veIndexValid will
be set to BTRUE and veIndex will contain the view entry
index assigned to this view entry by the framework.
SunOS 5.11 Last change: 9 Jun 2008 2
SCSI Target Mode Framework Library Functions
stmfAddViewEntry(3STMF)
SunOS 5.11 Last change: 9 Jun 2008 3
|