SCSI Target Mode Framework Library Functions
stmfGetProviderData(3STMF)
NAME
stmfGetProviderData - retrieve the data for the specified
provider
SYNOPSIS
cc [ flag... ] file... -lstmf [ library... ]
#include
int stmfGetProviderData(char *providerName, nvlistt **nvl,
int providerType);
PARAMETERS
providerNane The name of the provider for which data is
being retrieved.
nvl A pointer to a pointer to an nvlistt. On
success, this will contain the nvlist
retrieved. Caller is responsible for freeing
the returned nvlist by calling
nvlistfree(3NVPAIR).
providerType The value for this parameter must be either
STMFLUPROVIDERTYPE or
STMFPORTPROVIDERTYPE.
DESCRIPTION
The stmfGetProviderData() function retrieves the data for
the specified provider.
RETURN VALUES
The following values are returned:
STMFERORNOMEM The library was unable to allocate
sufficient memory to return the data.
STMFSTATUSUCES The API call was successful.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 7 Oct 2008 1
SCSI Target Mode Framework Library Functions
stmfGetProviderData(3STMF)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed (Obsolete)
MT-Level Safe
SEE ALSO
libstmf(3LIB), nvlistfree(3NVPAIR),
stmfGetProviderDataProt(3STMF), attributes(5)
NOTES
The stmfGetProviderData() function is deprecated in favor of
stmfGetProviderDataProt(3STMF) and may be removed in a
future revision of libstmf(3LIB).
SunOS 5.11 Last change: 7 Oct 2008 2
SCSI Target Mode Framework Library Functions
stmfGetProviderData(3STMF)
SunOS 5.11 Last change: 7 Oct 2008 3
|