SCSI Target Mode Framework Library Functions
stmfSetPersistMethod(3STMF)
NAME
stmfSetPersistMethod - set persistence method for the stmf
serviceSYNOPSIS
cc [ flag... ] file... -lstmf [ library... ]
#include
int stmfSetPersistMethod(uint8_t persistType, boolean_t serviceSet);
PARAMETERS
persistType The requested persistence setting. Can beeither STMF_PERSIST_SMF or STMF_PERSIST_NONE.
serviceSet Set to indicate whether the setting should persist on the stmf service. When set toB_FALSE, this setting is only applicable for
the duration of the current library open or until a subsequent call is made to change the setting.DESCRIPTION
The stmfSetPersistMethod() function sets the persistence
method for stmf.RETURN VALUES
The following values are returned:STMF_STATUS_SUCCESS The API call was successful.
STMF_ERROR_INVALID_ARG The persistType argument is
invalid.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:SunOS 5.11 Last change: 16 Nov 2009 1
SCSI Target Mode Framework Library FunctionsstmfSetPersistMethod(3STMF)
______________________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | Safe |
|_____________________________|_____________________________|
SEE ALSO
libstmf(3LIB), attributes(5)SunOS 5.11 Last change: 16 Nov 2009 2
SCSI Target Mode Framework Library FunctionsstmfSetPersistMethod(3STMF)
SunOS 5.11 Last change: 16 Nov 2009 3