STMFSETPROVIDERDATAPROT(3STMF) | SCSI Target Mode Framework Library Functions | STMFSETPROVIDERDATAPROT(3STMF) |
stmfSetProviderDataProt - retrieve data for the specified provider
cc [ flag... ] file... -lstmf [ library... ]
#include <libstmf.h> int stmfSetProviderDataProt(char *providerName, nvlist_t **nvl,
int providerType, uint64_t *token);
providerName
nvl
providerType
token
On success, token will contain the new token for the data being set and can be used in subsequent calls to stmfSetProviderData(3STMF). On failure the contents are undefined.
The stmfSetProviderDataProt() function sets the data for the specified provider.
The following values are returned:
STMF_ERROR_PROV_DATA_STALE
STMF_STATUS_SUCCESS
See attributes(7) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Interface Stability | Committed |
MT-Level | Safe |
libstmf(3LIB), nvlist_free(3NVPAIR), stmfGetProviderDataProt(3STMF), stmfSetProviderData(3STMF), attributes(7)
October 7, 2008 | OmniOS |