10Sstevel@tonic-gate# 20Sstevel@tonic-gate# CDDL HEADER START 30Sstevel@tonic-gate# 40Sstevel@tonic-gate# The contents of this file are subject to the terms of the 51618Srie# Common Development and Distribution License (the "License"). 61618Srie# You may not use this file except in compliance with the License. 70Sstevel@tonic-gate# 80Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 90Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 100Sstevel@tonic-gate# See the License for the specific language governing permissions 110Sstevel@tonic-gate# and limitations under the License. 120Sstevel@tonic-gate# 130Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 140Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 150Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 160Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 170Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 180Sstevel@tonic-gate# 190Sstevel@tonic-gate# CDDL HEADER END 200Sstevel@tonic-gate# 211618Srie 220Sstevel@tonic-gate# 23*3731Srie# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 241618Srie# Use is subject to license terms. 251618Srie# 261618Srie# ident "%Z%%M% %I% %E% SMI" 270Sstevel@tonic-gate 282352Sab196087@ MSG_GPH_ZERO "GPH_ZERO" 292352Sab196087@ MSG_GPH_LDSO "GPH_LDSO" 302352Sab196087@ MSG_GPH_FIRST "GPH_FIRST" 312352Sab196087@ MSG_GPH_PARENT "GPH_PARENT" 322352Sab196087@ MSG_GPH_FILTEE "GPH_FILTEE" 332352Sab196087@ MSG_GPH_INITIAL "GPH_INITIAL" 34*3731Srie 35*3731Srie@ MSG_GPD_AVAIL "GPD_AVAIL" 36*3731Srie@ MSG_GPD_ADDEPS "GPD_ADDEPS" 37*3731Srie@ MSG_GPD_PARENT "GPD_PARENT" 38*3731Srie@ MSG_GPD_FILTER "GPD_FILTER" 39*3731Srie@ MSG_GPD_REMOVE "GPD_REMOVE" 400Sstevel@tonic-gate 410Sstevel@tonic-gate@ MSG_GBL_NULL "" 42