1stmfRemoveFromHostSGCrSoIupT(a3rSgTeMtF)Mode Framework LibrasrtymfFRuenmcotvieoFnrsomHostGroup(3STMF)
2
3
4

NAME

6       stmfRemoveFromHostGroup - remove an initiator port from an host group
7

SYNOPSIS

9       cc [ flag... ] file... -lstmf [ library... ]
10       #include <libstmf.h>
11
12       int stmfRemoveFromHostGroup(stmfGroupName *hostGroupName
13            stmfDevid *initiatorPortName);
14
15

PARAMETERS

17       hostGroupName        The  name  of the host group from which the speci‐
18                            fied hostGroupName is being removed.
19
20
21       initiatorPortName    The device identifier of  the  initiator  port  to
22                            remove from the specified host group.
23
24

DESCRIPTION

26       The  stmfRemoveFromHostGroup()  function removes an initiator port from
27       an host group.
28

RETURN VALUES

30       The following values are returned:
31
32       STMF_ERROR_GROUP_NOT_FOUND
33
34           The specified hostGroupName was not found in the system.
35
36
37       STMF_ERROR_MEMBER_NOT_FOUND
38
39           The specified initiatorPortName was not found in the system.
40
41
42       STMF_STATUS_SUCCESS
43
44           The API call was successful.
45
46

ATTRIBUTES

48       See attributes(5) for descriptions of the following attributes:
49
50
51
52
53       ┌─────────────────────────────┬─────────────────────────────┐
54       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
55       ├─────────────────────────────┼─────────────────────────────┤
56       │Interface Stability          │Committed                    │
57       ├─────────────────────────────┼─────────────────────────────┤
58       │MT-Level                     │Safe                         │
59       └─────────────────────────────┴─────────────────────────────┘
60

SEE ALSO

62       libstmf(3LIB), attributes(5)
63
64
65
66SunOS 5.11                        9 Jun 2008    stmfRemoveFromHostGroup(3STMF)
Impressum