| STMFADDTOTARGETGROUP(3STMF) | SCSI Target Mode Framework Library Functions | STMFADDTOTARGETGROUP(3STMF) | 
stmfAddToTargetGroup - add a target to an existing target group
cc [ flag... ] file... -lstmf [ library... ] #include <libstmf.h> int stmfAddToTargetGroup(stmfGroupName *targetGroupName,
stmfDevid targetName);
targetGroupName
targetName
The stmfAddToTargetGroup() function adds a target to an existing target group.
The following values are returned:
STMF_ERROR_EXISTS
STMF_ERROR_GROUP_NOT_FOUND
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 |