Go to main content

man pages section 3: Extended Library Functions, Volume 4

Exit Print View

Updated: July 2017
 
 

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_INVALID_ARG

The persistType argument is invalid.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
Safe

See Also

libstmf(3LIB), attributes(5)