1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# ident "%Z%%M% %I% %E% SMI" 26# 27 28SUNWprivate_1.1 { 29 global: 30 create_event_service; 31 get_event_service; 32 rcm_alloc_handle; 33 rcm_append_info; 34 rcm_dir; 35 rcm_exec_cmd; 36 rcm_free_handle; 37 rcm_free_info; 38 rcm_get_client_name; 39 rcm_get_info; 40 rcm_get_info_list; 41 rcm_get_rsrcstate; 42 rcm_get_script_dir; 43 rcm_info_error; 44 rcm_info_info; 45 rcm_info_modname; 46 rcm_info_next; 47 rcm_info_pid; 48 rcm_info_properties; 49 rcm_info_rsrc; 50 rcm_info_seqnum; 51 rcm_info_state; 52 rcm_is_script; 53 rcm_log_message; 54 rcm_module_close; 55 rcm_module_dir; 56 rcm_module_open; 57 rcm_notify_capacity_change; 58 rcm_notify_event; 59 rcm_notify_online; 60 rcm_notify_online_list; 61 rcm_notify_remove; 62 rcm_notify_remove_list; 63 rcm_notify_resume; 64 rcm_notify_resume_list; 65 rcm_register_capacity; 66 rcm_register_event; 67 rcm_register_interest; 68 rcm_request_capacity_change; 69 rcm_request_offline; 70 rcm_request_offline_list; 71 rcm_request_suspend; 72 rcm_request_suspend_list; 73 rcm_script_dir; 74 rcm_unregister_capacity; 75 rcm_unregister_event; 76 rcm_unregister_interest; 77 revoke_event_service; 78 local: 79 *; 80}; 81