xref: /illumos-gate/usr/src/man/man3mpapi/MP_CompareOIDs.3mpapi (revision 1da57d551424de5a9d469760be7c4b4d4f10a755)
te
Copyright (c) 2004-2006 Storage Networking Industry Association. All Rights Reserved.
Portions Copyright (c) 2006, Sun Microsystems, Inc. All Rights Reserved.
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
MP_COMPAREOIDS 3MPAPI "Feb 15, 2006"
NAME
MP_CompareOIDs - compare two object IDs
SYNOPSIS

cc [ flag.\|.\|. ] file.\|.\|. -lMPAPI [ library.\|.\|. ]
#include <mpapi.h>

MP_STATUS MP_CompareOIDs(MP_OID oid1, MP_OID oid2);
PARAMETERS
oid1

An object ID that has type MP_OIDs for two objects to compare.

oid2

An object ID that has type MP_OIDs for two objects to compare.

DESCRIPTION

The MP_CompareOIDs() function compares two object IDs (OIDs) for equality to see whether they refer to the same object. The fields in the two object IDs are compared field-by-field for equality.

RETURN VALUES
MP_STATUS_FAILED

The object IDs do not compare.

MP_STATUS_SUCCESS

The two object IDs refer to the same object.

ATTRIBUTES

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
Interface Stability
Standard: ANSI INCITS 412 Multipath Management API
MT-Level Safe
SEE ALSO

libMPAPI (3LIB), attributes (7)

Multipath Management API Version 1.0