stmfgetlogicalunitproperties(3stmf) opensolaris man page | unix.com

Man Page: stmfgetlogicalunitproperties

Operating Environment: opensolaris

Section: 3stmf

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

NAME
stmfGetLogicalUnitProperties - retrieve the properties of the specified logical unit
SYNOPSIS
cc [ flag... ] file... -lstmf [ library... ] #include <libstmf.h> int stmfGetLogicalUnitProperties(stmfGuid *logicalUnit, stmfLogicalUnitProperties *logicalUnitProps);
PARAMETERS
logicalUnit The identifier of the logical unit whose properties are being retrieved. logicalUnitProps A pointer to an stmfLogicalUnitProperties structure. On successful return, this will contain the properties for the specified logicalUnitOid.
DESCRIPTION
The stmfGetLogicalUnitProperties() function retrieves the properties of the specified logical unit.
RETURN VALUES
The following values are returned: STMF_ERROR_LOGICAL_UNIT_NOT_REGISTERED The logicalUnit is not a valid registered logical unit 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 stmfGetLogicalUnitProperties(3STMF)
Related Man Pages
stmfcreatehostgroup(3stmf) - opensolaris
stmfgetlogicalunitlist(3stmf) - opensolaris
stmfgethostgroupmembers(3stmf) - opensolaris
stmfgettargetproperties(3stmf) - opensolaris
stmfgettargetlist(3stmf) - opensolaris
Similar Topics in the Unix Linux Community
Trying to block signal
How to learn UNIX
Identify problem with while getopts
%memused is high
Solaris 10 - password complexity not working