mapfile revision 07262265e339e1c0787e4e58970b0561ac8594b7
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell#
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# CDDL HEADER START
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell#
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# The contents of this file are subject to the terms of the
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# Common Development and Distribution License (the "License").
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# You may not use this file except in compliance with the License.
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell#
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# or http://www.opensolaris.org/os/licensing.
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# See the License for the specific language governing permissions
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# and limitations under the License.
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell#
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# When distributing Covered Code, include this CDDL HEADER in each
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# If applicable, add the following below this CDDL HEADER, with the
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# fields enclosed by brackets "[]" replaced with your own identifying
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni# information: Portions Copyright [yyyy] [name of copyright owner]
caa9e77dc369fea8df9ae2c598d3c83b7214c1cfDiego Colantoni#
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# CDDL HEADER END
caa9e77dc369fea8df9ae2c598d3c83b7214c1cfDiego Colantoni#
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni
91f0e3cb60de3eba8cbb70c7e36cc0df22d71f5bRobert Wapshott#
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
caa9e77dc369fea8df9ae2c598d3c83b7214c1cfDiego Colantoni# Use is subject to license terms.
caa9e77dc369fea8df9ae2c598d3c83b7214c1cfDiego Colantoni#
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell
91f0e3cb60de3eba8cbb70c7e36cc0df22d71f5bRobert Wapshott#
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell# $Id: mapfile.in,v 1.2 2006/03/02 06:31:36 njacobs Exp $
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell#
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell
91f0e3cb60de3eba8cbb70c7e36cc0df22d71f5bRobert Wapshott# ident "%Z%%M% %I% %E% SMI"
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell#
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell# Common interfaces that are most likely to be shared amongst the various
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell# PAPI implementations.
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni#
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnellSUNW_1.0 {
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell global:
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell # PAPI Attribute Calls
91f0e3cb60de3eba8cbb70c7e36cc0df22d71f5bRobert Wapshott papiAttributeListAddValue;
721bb987c406979bcfe705fa1ca8d54497d40fcbRobert Wapshott papiAttributeListAddBoolean;
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell papiAttributeListAddCollection;
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell papiAttributeListAddDatetime;
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell papiAttributeListAddInteger;
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell papiAttributeListAddMetadata;
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni papiAttributeListAddRange;
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni papiAttributeListAddResolution;
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell papiAttributeListAddString;
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell papiAttributeListDelete;
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell papiAttributeListGetValue;
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell papiAttributeListGetNext;
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell papiAttributeListFind;
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell papiAttributeListGetBoolean;
91f0e3cb60de3eba8cbb70c7e36cc0df22d71f5bRobert Wapshott papiAttributeListGetCollection;
91f0e3cb60de3eba8cbb70c7e36cc0df22d71f5bRobert Wapshott papiAttributeListGetDatetime;
91f0e3cb60de3eba8cbb70c7e36cc0df22d71f5bRobert Wapshott papiAttributeListGetInteger;
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell papiAttributeListGetMetadata;
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell papiAttributeListGetRange;
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell papiAttributeListGetResolution;
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell papiAttributeListGetString;
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell papiAttributeListFromString;
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell papiAttributeListToString;
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell papiAttributeListFree;
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell # PAPI Service Calls
721bb987c406979bcfe705fa1ca8d54497d40fcbRobert Wapshott papiServiceCreate;
caa9e77dc369fea8df9ae2c598d3c83b7214c1cfDiego Colantoni papiServiceDestroy;
caa9e77dc369fea8df9ae2c598d3c83b7214c1cfDiego Colantoni papiServiceSetUserName;
caa9e77dc369fea8df9ae2c598d3c83b7214c1cfDiego Colantoni papiServiceSetPassword;
caa9e77dc369fea8df9ae2c598d3c83b7214c1cfDiego Colantoni papiServiceSetEncryption;
caa9e77dc369fea8df9ae2c598d3c83b7214c1cfDiego Colantoni papiServiceSetAuthCB;
caa9e77dc369fea8df9ae2c598d3c83b7214c1cfDiego Colantoni papiServiceSetAppData;
caa9e77dc369fea8df9ae2c598d3c83b7214c1cfDiego Colantoni papiServiceGetUserName;
caa9e77dc369fea8df9ae2c598d3c83b7214c1cfDiego Colantoni papiServiceGetPassword;
78c07714ec1113f7f21c75b818f2bf6a7021618aDiego Colantoni papiServiceGetEncryption;
78c07714ec1113f7f21c75b818f2bf6a7021618aDiego Colantoni papiServiceGetAppData;
12e7a579c676ce6e5d1a822557813542d7687d11Diego Colantoni papiServiceGetServiceName;
78c07714ec1113f7f21c75b818f2bf6a7021618aDiego Colantoni papiServiceGetAttributeList;
78c07714ec1113f7f21c75b818f2bf6a7021618aDiego Colantoni papiServiceGetStatusMessage;
78c07714ec1113f7f21c75b818f2bf6a7021618aDiego Colantoni
78c07714ec1113f7f21c75b818f2bf6a7021618aDiego Colantoni # PAPI Printer Calls
78c07714ec1113f7f21c75b818f2bf6a7021618aDiego Colantoni papiPrintersList;
78c07714ec1113f7f21c75b818f2bf6a7021618aDiego Colantoni papiPrinterQuery;
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell papiPrinterAdd;
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell papiPrinterModify;
721bb987c406979bcfe705fa1ca8d54497d40fcbRobert Wapshott papiPrinterRemove;
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell papiPrinterDisable;
721bb987c406979bcfe705fa1ca8d54497d40fcbRobert Wapshott papiPrinterEnable;
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell papiPrinterPause;
721bb987c406979bcfe705fa1ca8d54497d40fcbRobert Wapshott papiPrinterResume;
91f0e3cb60de3eba8cbb70c7e36cc0df22d71f5bRobert Wapshott papiPrinterPurgeJobs;
91f0e3cb60de3eba8cbb70c7e36cc0df22d71f5bRobert Wapshott papiPrinterListJobs;
721bb987c406979bcfe705fa1ca8d54497d40fcbRobert Wapshott papiPrinterGetAttributeList;
721bb987c406979bcfe705fa1ca8d54497d40fcbRobert Wapshott papiPrinterFree;
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni papiPrinterListFree;
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni
78c07714ec1113f7f21c75b818f2bf6a7021618aDiego Colantoni # PAPI Job Calls
78c07714ec1113f7f21c75b818f2bf6a7021618aDiego Colantoni papiJobSubmit;
78c07714ec1113f7f21c75b818f2bf6a7021618aDiego Colantoni papiJobSubmitByReference;
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni papiJobValidate;
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni papiJobStreamOpen;
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni papiJobStreamWrite;
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni papiJobStreamClose;
78c07714ec1113f7f21c75b818f2bf6a7021618aDiego Colantoni papiJobQuery;
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni papiJobModify;
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni papiJobMove;
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni papiJobCancel;
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni papiJobHold;
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell papiJobRelease;
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni papiJobRestart;
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni papiJobPromote;
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni papiJobGetAttributeList;
721bb987c406979bcfe705fa1ca8d54497d40fcbRobert Wapshott papiJobGetPrinterName;
91f0e3cb60de3eba8cbb70c7e36cc0df22d71f5bRobert Wapshott papiJobGetId;
91f0e3cb60de3eba8cbb70c7e36cc0df22d71f5bRobert Wapshott papiJobGetJobTicket;
a3970d0ea62388e4ede01470a6436eb5c6c92353Craig McDonnell papiJobFree;
a3970d0ea62388e4ede01470a6436eb5c6c92353Craig McDonnell papiJobListFree;
a3970d0ea62388e4ede01470a6436eb5c6c92353Craig McDonnell
a3970d0ea62388e4ede01470a6436eb5c6c92353Craig McDonnell # Misc. PAPI Calls
a3970d0ea62388e4ede01470a6436eb5c6c92353Craig McDonnell papiStatusString;
a3970d0ea62388e4ede01470a6436eb5c6c92353Craig McDonnell papiLibrarySupportedCall;
a3970d0ea62388e4ede01470a6436eb5c6c92353Craig McDonnell papiLibrarySupportedCalls;
a3970d0ea62388e4ede01470a6436eb5c6c92353Craig McDonnell};
a3970d0ea62388e4ede01470a6436eb5c6c92353Craig McDonnell
a3970d0ea62388e4ede01470a6436eb5c6c92353Craig McDonnellSUNWprivate_1.0 { # Misc. semi-private supporting calls
a3970d0ea62388e4ede01470a6436eb5c6c92353Craig McDonnell global:
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell papiServiceSetPeer;
papiJobCreate;
papiJobStreamAdd;
papiJobCommit;
# URI
uri_from_string;
uri_to_string;
uri_free;
# list
list_remove;
list_append;
list_concatenate;
# extra Attribute Calls
copy_attributes;
split_and_copy_attributes;
papiAttributeListPrint;
local:
*;
};