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 28SUNW_1.1 { 29 global: 30 libhal_storage_policy_new; 31 libhal_storage_policy_free; 32 libhal_storage_policy_set_icon_path; 33 libhal_storage_policy_set_icon_mapping; 34 libhal_storage_policy_lookup_icon; 35 libhal_drive_from_udi; 36 libhal_drive_from_device_file; 37 libhal_drive_free; 38 libhal_drive_is_hotpluggable; 39 libhal_drive_uses_removable_media; 40 libhal_drive_no_partitions_hint; 41 libhal_drive_requires_eject; 42 libhal_drive_get_type; 43 libhal_drive_get_bus; 44 libhal_drive_get_cdrom_caps; 45 libhal_drive_get_device_major; 46 libhal_drive_get_device_minor; 47 libhal_drive_get_type_textual; 48 libhal_drive_get_device_file; 49 libhal_drive_get_udi; 50 libhal_drive_get_serial; 51 libhal_drive_get_firmware_version; 52 libhal_drive_get_model; 53 libhal_drive_get_vendor; 54 libhal_drive_get_physical_device_udi; 55 libhal_drive_get_dedicated_icon_drive; 56 libhal_drive_get_dedicated_icon_volume; 57 libhal_drive_get_partition_scheme; 58 libhal_drive_policy_compute_display_name; 59 libhal_drive_policy_compute_icon_name; 60 libhal_drive_policy_is_mountable; 61 libhal_drive_policy_get_desired_mount_point; 62 libhal_drive_policy_get_mount_options; 63 libhal_drive_policy_get_mount_fs; 64 libhal_drive_find_all_volumes; 65 libhal_drive_policy_default_get_mount_root; 66 libhal_drive_policy_default_use_managed_keyword; 67 libhal_drive_policy_default_get_managed_keyword_primary; 68 libhal_drive_policy_default_get_managed_keyword_secondary; 69 libhal_volume_from_udi; 70 libhal_volume_from_device_file; 71 libhal_volume_free; 72 libhal_volume_get_size; 73 libhal_volume_get_disc_capacity; 74 libhal_volume_get_udi; 75 libhal_volume_get_device_file; 76 libhal_volume_get_device_major; 77 libhal_volume_get_device_minor; 78 libhal_volume_get_fstype; 79 libhal_volume_get_fsversion; 80 libhal_volume_get_fsusage; 81 libhal_volume_is_mounted; 82 libhal_volume_is_mounted_read_only; 83 libhal_volume_is_partition; 84 libhal_volume_is_disc; 85 libhal_volume_get_partition_number; 86 libhal_volume_get_label; 87 libhal_volume_get_mount_point; 88 libhal_volume_get_uuid; 89 libhal_volume_get_storage_device_udi; 90 libhal_volume_crypto_get_backing_volume_udi; 91 libhal_volume_crypto_get_clear_volume_udi; 92 libhal_volume_disc_has_audio; 93 libhal_volume_disc_has_data; 94 libhal_volume_disc_is_blank; 95 libhal_volume_disc_is_rewritable; 96 libhal_volume_disc_is_appendable; 97 libhal_volume_get_disc_type; 98 libhal_volume_get_msdos_part_table_type; 99 libhal_volume_get_partition_scheme; 100 libhal_volume_get_partition_type; 101 libhal_volume_get_partition_label; 102 libhal_volume_get_partition_uuid; 103 libhal_volume_get_partition_flags; 104 libhal_volume_should_ignore; 105 libhal_volume_policy_compute_size_as_string; 106 libhal_volume_policy_compute_display_name; 107 libhal_volume_policy_compute_icon_name; 108 libhal_volume_policy_should_be_visible; 109 libhal_volume_policy_is_mountable; 110 libhal_volume_policy_get_desired_mount_point; 111 libhal_volume_policy_get_mount_options; 112 libhal_volume_policy_get_mount_fs; 113}; 114 115SUNWprivate_1.1 { 116 global: 117 SUNWprivate_1.1; 118 local: 119 *; 120}; 121