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 2009 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25 26# 27# MAPFILE HEADER START 28# 29# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30# Object versioning must comply with the rules detailed in 31# 32# usr/src/lib/README.mapfiles 33# 34# You should not be making modifications here until you've read the most current 35# copy of that file. If you need help, contact a gatekeeper for guidance. 36# 37# MAPFILE HEADER END 38# 39 40SUNW_1.1 { 41 global: 42 libhal_storage_policy_new; 43 libhal_storage_policy_free; 44 libhal_storage_policy_set_icon_path; 45 libhal_storage_policy_set_icon_mapping; 46 libhal_storage_policy_lookup_icon; 47 libhal_drive_from_udi; 48 libhal_drive_from_device_file; 49 libhal_drive_free; 50 libhal_drive_is_hotpluggable; 51 libhal_drive_uses_removable_media; 52 libhal_drive_no_partitions_hint; 53 libhal_drive_requires_eject; 54 libhal_drive_get_type; 55 libhal_drive_get_bus; 56 libhal_drive_get_cdrom_caps; 57 libhal_drive_get_device_major; 58 libhal_drive_get_device_minor; 59 libhal_drive_get_type_textual; 60 libhal_drive_get_device_file; 61 libhal_drive_get_udi; 62 libhal_drive_get_serial; 63 libhal_drive_get_firmware_version; 64 libhal_drive_get_model; 65 libhal_drive_get_vendor; 66 libhal_drive_get_physical_device_udi; 67 libhal_drive_get_dedicated_icon_drive; 68 libhal_drive_get_dedicated_icon_volume; 69 libhal_drive_get_partition_scheme; 70 libhal_drive_policy_compute_display_name; 71 libhal_drive_policy_compute_icon_name; 72 libhal_drive_policy_is_mountable; 73 libhal_drive_policy_get_desired_mount_point; 74 libhal_drive_policy_get_mount_options; 75 libhal_drive_policy_get_mount_fs; 76 libhal_drive_find_all_volumes; 77 libhal_drive_policy_default_get_mount_root; 78 libhal_drive_policy_default_use_managed_keyword; 79 libhal_drive_policy_default_get_managed_keyword_primary; 80 libhal_drive_policy_default_get_managed_keyword_secondary; 81 libhal_volume_from_udi; 82 libhal_volume_from_device_file; 83 libhal_volume_free; 84 libhal_volume_get_size; 85 libhal_volume_get_disc_capacity; 86 libhal_volume_get_udi; 87 libhal_volume_get_device_file; 88 libhal_volume_get_device_major; 89 libhal_volume_get_device_minor; 90 libhal_volume_get_fstype; 91 libhal_volume_get_fsversion; 92 libhal_volume_get_fsusage; 93 libhal_volume_is_mounted; 94 libhal_volume_is_mounted_read_only; 95 libhal_volume_is_partition; 96 libhal_volume_is_disc; 97 libhal_volume_get_partition_number; 98 libhal_volume_get_label; 99 libhal_volume_get_mount_point; 100 libhal_volume_get_uuid; 101 libhal_volume_get_storage_device_udi; 102 libhal_volume_crypto_get_backing_volume_udi; 103 libhal_volume_crypto_get_clear_volume_udi; 104 libhal_volume_disc_has_audio; 105 libhal_volume_disc_has_data; 106 libhal_volume_disc_is_blank; 107 libhal_volume_disc_is_rewritable; 108 libhal_volume_disc_is_appendable; 109 libhal_volume_get_disc_type; 110 libhal_volume_get_msdos_part_table_type; 111 libhal_volume_get_partition_scheme; 112 libhal_volume_get_partition_type; 113 libhal_volume_get_partition_label; 114 libhal_volume_get_partition_uuid; 115 libhal_volume_get_partition_flags; 116 libhal_volume_should_ignore; 117 libhal_volume_policy_compute_size_as_string; 118 libhal_volume_policy_compute_display_name; 119 libhal_volume_policy_compute_icon_name; 120 libhal_volume_policy_should_be_visible; 121 libhal_volume_policy_is_mountable; 122 libhal_volume_policy_get_desired_mount_point; 123 libhal_volume_policy_get_mount_options; 124 libhal_volume_policy_get_mount_fs; 125}; 126 127SUNWprivate_1.1 { 128 global: 129 SUNWprivate_1.1; 130 local: 131 *; 132}; 133