| STMFGETTARGETLIST(3STMF) | SCSI Target Mode Framework Library Functions | STMFGETTARGETLIST(3STMF) |
stmfGetTargetList - retrieve the list of target ports
cc [ flag... ] file... -lstmf [ library... ] #include <libstmf.h> int stmfGetTargetList(stmfDevidList **targetList);
targetList
The stmfGetTargetList() function retrieves the list of target ports. The caller should call stmfFreeMemory(3STMF) when this list is no longer needed.
The following values are returned:
STMF_ERROR_NOMEM
STMF_STATUS_SUCCESS
See attributes(7) for descriptions of the following attributes:
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
| Interface Stability | Committed |
| MT-Level | Safe |
| June 9, 2008 | OmniOS |