STMFSETPERSISTMETHOD(3STMF) SCSI Target Mode Framework Library Functions
stmfSetPersistMethod - set persistence method for the stmf service
cc [ flag... ] file... -lstmf [ library... ]
#include <libstmf.h>
int stmfSetPersistMethod(uint8_t persistType, boolean_t serviceSet);
persistType
The requested persistence setting. Can be either
STMF_PERSIST_SMF or STMF_PERSIST_NONE.
serviceSet
Set to indicate whether the setting should persist on
the stmf service. When set to B_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.
The stmfSetPersistMethod() function sets the persistence method for
stmf.
The following values are returned:
STMF_STATUS_SUCCESS
The API call was successful.
STMF_ERROR_PERSIST_TYPE
The persistType argument is invalid.
See attributes(7) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Committed |
+--------------------+-----------------+
|MT-Level | Safe |
+--------------------+-----------------+
libstmf(3LIB), attributes(7)
May 8, 2009 STMFSETPERSISTMETHOD(3STMF)
NAME
stmfSetPersistMethod - set persistence method for the stmf service
SYNOPSIS
cc [ flag... ] file... -lstmf [ library... ]
#include <libstmf.h>
int stmfSetPersistMethod(uint8_t persistType, boolean_t serviceSet);
PARAMETERS
persistType
The requested persistence setting. Can be either
STMF_PERSIST_SMF or STMF_PERSIST_NONE.
serviceSet
Set to indicate whether the setting should persist on
the stmf service. When set to B_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_PERSIST_TYPE
The persistType argument is invalid.
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)
May 8, 2009 STMFSETPERSISTMETHOD(3STMF)