Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

stmfclearproviderdata(3stmf) [opensolaris man page]

stmfClearProviderData(3STMF)			   SCSI Target Mode Framework Library Functions 		      stmfClearProviderData(3STMF)

NAME
stmfClearProviderData - delete all data for the specified provider SYNOPSIS
cc [ flag... ] file... -lstmf [ library... ] #include <libstmf.h> int stmfClearProviderData(char *providerName, int providerType); PARAMETERS
providerName The name of the provider whose data is being deleted. providerType The value must be either STMF_LU_PROVIDER_TYPE or STMF_PORT_PROVIDER_TYPE. DESCRIPTION
The stmfClearProviderData() function deletes all data for the specified provider. RETURN VALUES
The following values are returned: STMF_ERROR_NOT_FOUND The value specified for providerName was not found in the system. STMF_STATUS_SUCCESS The API call was successful. 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) SunOS 5.11 9 Jun 2008 stmfClearProviderData(3STMF)

Check Out this Related Man Page

stmfDeleteHostGroup(3STMF)			   SCSI Target Mode Framework Library Functions 			stmfDeleteHostGroup(3STMF)

NAME
stmfDeleteHostGroup - delete an existing host group SYNOPSIS
cc [ flag... ] file... -lstmf [ library... ] #include <libstmf.h> int stmfDeleteHostGroup(stmfGroupName *hostGroupName); PARAMETERS
hostGroupName The name of the host group being deleted. DESCRIPTION
The stmfDeleteHostGroup() function deletes an existing host group. RETURN VALUES
The following values are returned: STMF_ERROR_NOT_FOUND The specified hostGroupName was not found in the system. STMF_STATUS_SUCCESS The API call was successful. 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) SunOS 5.11 9 Jun 2008 stmfDeleteHostGroup(3STMF)
Man Page