SCSI Target Mode Framework Library Functions
stmfGetPersistMethod(3STMF)
NAME
stmfGetPersistMethod - get the current persistence method
for stmfSYNOPSIS
cc [ flag... ] file... -lstmf [ library... ]
#include
int stmfGetPersistMethod(uint8_t *persistType, boolean_t serviceState);
PARAMETERS
persistType On success, contains the current persistence setting based on serviceState.serviceState When set to B_TRUE, persistType will contain
the persist method currently set for theservice. When set to B_FALSE, persistType
will contain the persist method for the current library open.DESCRIPTION
The stmfGetPersistMethod() function retrieves the current
persistent method setting for the service or for a givenlibrary open. When set to B_TRUE, retrieves the setting from
the service.RETURN VALUES
The following values are returned:STMF_STATUS_SUCCESS The API call was successful.
STMF_ERROR_PERSIST_TYPE Unable to retrieve persist type
from service.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:SunOS 5.11 Last change: 8 May 2009 1
SCSI Target Mode Framework Library FunctionsstmfGetPersistMethod(3STMF)
______________________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | Safe |
|_____________________________|_____________________________|
SEE ALSO
libstmf(3LIB), attributes(5)SunOS 5.11 Last change: 8 May 2009 2
SCSI Target Mode Framework Library FunctionsstmfGetPersistMethod(3STMF)
SunOS 5.11 Last change: 8 May 2009 3