SCSI Target Mode Framework Library Functions stmfGetState(3STMF)
NAME
stmfGetState - retrieve the list of sessions on a target
SYNOPSIS
cc [ flag... ] file... -lstmf [ library... ]
#include
int stmfGetState(stmfState *state);
PARAMETERS
state A pointer to an stmfState structure allocated by the caller.DESCRIPTION
The stmfGetState() function retrieves the list of target
port groups.RETURN VALUES
The following values are returned:STMF_STATUS_SUCCESS The API call was successful.
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | Safe |
|_____________________________|_____________________________|
SEE ALSO
libstmf(3LIB), attributes(5)SunOS 5.11 Last change: 9 Jun 2008 1