| STMFGETVIEWENTRYLIST(3STMF) | SCSI Target Mode Framework Library Functions | STMFGETVIEWENTRYLIST(3STMF) |
stmfGetViewEntryList - retrieve the list of view entries for a specified logical unit
cc [ flag... ] file... -lstmf [ library... ] #include <libstmf.h> int stmfGetViewEntryList(stmfGuid *logicalUnit,
stmfViewEntryList **viewEntryList);
logicalUnit
viewEntryList
The stmfGetViewEntryList() function retrieves the list of view entries for a specified logical unit. 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 |