1stmfCreateTargetGrSoCuSpI(3TSaTrMgFe)t Mode Framework LibrarystFmufnCcrteiaotnesTargetGroup(3STMF)
2
3
4
6 stmfCreateTargetGroup - create a new target port group
7
9 cc [ flag... ] file... -lstmf [ library... ]
10 #include <libstmf.h>
11
12 int stmfCreateTargetGroup(stmfGroupName *targetGroupName);
13
14
16 targetGroupName The name of the target port group to be created.
17
18
20 The stmfCreateTargetGroup() function creates a new target port group.
21
23 The following values are returned:
24
25 STMF_ERROR_EXISTS The value specified for targetGroupName
26 already exists in the system.
27
28
29 STMF_INVALID_ARGUMENT The value specified for targetGroupName was
30 not valid.
31
32
33 STMF_STATUS_SUCCESS The API call was successful.
34
35
37 See attributes(5) for descriptions of the following attributes:
38
39
40
41
42 ┌─────────────────────────────┬─────────────────────────────┐
43 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
44 ├─────────────────────────────┼─────────────────────────────┤
45 │Interface Stability │Committed │
46 ├─────────────────────────────┼─────────────────────────────┤
47 │MT-Level │Safe │
48 └─────────────────────────────┴─────────────────────────────┘
49
51 libstmf(3LIB), attributes(5)
52
53
54
55SunOS 5.11 9 Jun 2008 stmfCreateTargetGroup(3STMF)