1stmfRemoveFromTargSeCtSGIroTuapr(g3eStTMMFo)de Framework LibsrtamrfyReFmuonvcetFiroonmsTargetGroup(3STMF)
2
3
4

NAME

6       stmfRemoveFromTargetGroup  -  remove  a target port from an target port
7       group
8

SYNOPSIS

10       cc [ flag... ] file... -lstmf [ library... ]
11       #include <libstmf.h>
12
13       int stmfRemoveFromTargetGroup(stmfGroupName *targetGroupName
14            stmfDevid *targetName);
15
16

PARAMETERS

18       targetGroupName    The name of the target  port group  from  which  the
19                          specified targetGroupName is being removed.
20
21
22       targetName         The  device  identifier of the target port to remove
23                          from the specified target port group.
24
25

DESCRIPTION

27       The stmfRemoveFromTargetGroup() function removes a target port from  an
28       target port group.
29

RETURN VALUES

31       The following values are returned:
32
33       STMF_ERROR_GROUP_NOT_FOUND
34
35           The specified targetGroupName was not found in the system.
36
37
38       STMF_ERROR_MEMBER_NOT_FOUND
39
40           The specified targetName was not found in the system.
41
42
43       STMF_ERROR_TG_ONLINE
44
45           The specified targetName must be offline.
46
47
48       STMF_STATUS_SUCCESS
49
50           The API call was successful.
51
52

ATTRIBUTES

54       See attributes(5) for descriptions of the following attributes:
55
56
57
58
59       ┌─────────────────────────────┬─────────────────────────────┐
60       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
61       ├─────────────────────────────┼─────────────────────────────┤
62       │Interface Stability          │Committed                    │
63       ├─────────────────────────────┼─────────────────────────────┤
64       │MT-Level                     │Safe                         │
65       └─────────────────────────────┴─────────────────────────────┘
66

SEE ALSO

68       libstmf(3LIB), attributes(5)
69
70
71
72SunOS 5.11                        15 Jun 2009 stmfRemoveFromTargetGroup(3STMF)
Impressum