1MP_CompareOIDs(3MPCAoPmIm)on Multipath Management Library FuncMtPi_oCnosmpareOIDs(3MPAPI)
2
3
4

NAME

6       MP_CompareOIDs - compare two object IDs
7

SYNOPSIS

9       cc [ flag... ] file... -lMPAPI [ library... ]
10       #include <mpapi.h>
11
12       MP_STATUS MP_CompareOIDs(MP_OID oid1, MP_OID oid2);
13
14

PARAMETERS

16       oid1    An object ID that has type MP_OIDs for two objects to compare.
17
18
19       oid2    An object ID that has type MP_OIDs for two objects to compare.
20
21

DESCRIPTION

23       The MP_CompareOIDs() function compares two object IDs (OIDs) for equal‐
24       ity to see whether they refer to the same object. The fields in the two
25       object IDs are compared field-by-field for equality.
26

RETURN VALUES

28       MP_STATUS_FAILED    The object IDs do not compare.
29
30
31       MP_STATUS_SUCCESS    The two object IDs refer to the same object.
32
33

ATTRIBUTES

35       See attributes(5) for descriptions of the following attributes:
36
37
38
39
40       ┌─────────────────────────────┬─────────────────────────────┐
41       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
42       ├─────────────────────────────┼─────────────────────────────┤
43       │Interface Stability          │Standard:  ANSI  INCITS 412  │
44       │                             │Multipath Management API     │
45       ├─────────────────────────────┼─────────────────────────────┤
46       │MT-Level                     │Safe                         │
47       └─────────────────────────────┴─────────────────────────────┘
48

SEE ALSO

50       libMPAPI(3LIB), attributes(5)
51
52
53       Multipath Management API Version 1.0
54
55
56
57SunOS 5.11                        15 Feb 2006           MP_CompareOIDs(3MPAPI)
Impressum