1MP_GetInitiatorPorCtoPmrmoopnerMtuiletsi(p3aMtPhAPMIa)nagemeMnPt_GLeitbIrnairtyiaFtuonrcPtoirotnPsroperties(3MPAPI)
2
3
4

NAME

6       MP_GetInitiatorPortProperties - get initiator port properties
7

SYNOPSIS

9       cc [ flag... ] file... -lMPAPI [ library... ]
10       #include <mpapi.h>
11
12       MP_STATUS MP_GetInitiatorPortProperties(MP_OID oid,
13            MP_INITIATOR_PORT_PROPERTIES *pProps);
14
15

PARAMETERS

17       oid       The object ID of the Port.
18
19
20       pProps    A   pointer   to  an  object  ID  that  has  type  MP_INITIA‐
21                 TOR_PORT_PROPERTIES structure allocated by the caller. With a
22                 successful  return, this structure contains the properties of
23                 the port specified by the oid parameter.
24
25

DESCRIPTION

27       The MP_GetInitiatorPortProperties() function gets the properties of the
28       specified initiator port.
29

RETURN VALUES

31       MP_STATUS_INVALID_PARAMETER
32
33           The  pProps is null or specifies a memory area to which data cannot
34           be written, or  when  the  oid  has  a  type  subfield  other  than
35           MP_OBJECT_TYPE_INITIATOR_PORT.
36
37
38       MP_STATUS_INVALID_OBJECT_TYPE
39
40           The oid does not specify any valid object type. This is most likely
41           to happen if an uninitialized object ID is passed to the API.
42
43
44       MP_STATUS_OBJECT_NOT_FOUND
45
46           The oid owner ID or object sequence number  is invalid.
47
48
49       MP_STATUS_SUCCESS
50
51           The operation is successful.
52
53

ATTRIBUTES

55       See attributes(5) for descriptions of the following attributes:
56
57
58
59
60       ┌─────────────────────────────┬─────────────────────────────┐
61       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
62       ├─────────────────────────────┼─────────────────────────────┤
63       │Interface Stability          │Standard: ANSI  INCITS  412  │
64       │                             │Multipath Management API     │
65       ├─────────────────────────────┼─────────────────────────────┤
66       │MT-Level                     │Safe                         │
67       └─────────────────────────────┴─────────────────────────────┘
68

SEE ALSO

70       libMPAPI(3LIB), MP_GetInitiatorPortOidList(3MPAPI), attributes(5)
71
72
73       Multipath Management API Version 1.0
74
75
76
77SunOS 5.11                        15 Feb 2M0P0_6GetInitiatorPortProperties(3MPAPI)
Impressum