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