1f808c858Sraf# 2f808c858Sraf# CDDL HEADER START 3f808c858Sraf# 4f808c858Sraf# The contents of this file are subject to the terms of the 5f808c858Sraf# Common Development and Distribution License (the "License"). 6f808c858Sraf# You may not use this file except in compliance with the License. 7f808c858Sraf# 8f808c858Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9f808c858Sraf# or http://www.opensolaris.org/os/licensing. 10f808c858Sraf# See the License for the specific language governing permissions 11f808c858Sraf# and limitations under the License. 12f808c858Sraf# 13f808c858Sraf# When distributing Covered Code, include this CDDL HEADER in each 14f808c858Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15f808c858Sraf# If applicable, add the following below this CDDL HEADER, with the 16f808c858Sraf# fields enclosed by brackets "[]" replaced with your own identifying 17f808c858Sraf# information: Portions Copyright [yyyy] [name of copyright owner] 18f808c858Sraf# 19f808c858Sraf# CDDL HEADER END 20f808c858Sraf# 21f808c858Sraf# 22*e37c6c37Scth# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 23f808c858Sraf# Use is subject to license terms. 24f808c858Sraf# 25f808c858Sraf# ident "%Z%%M% %I% %E% SMI" 26f808c858Sraf# 27f808c858Sraf 28f808c858SrafSUNW_1.3 { 29f808c858Sraf global: 30f808c858Sraf di_devfs_minor_path; 31f808c858Sraf di_driver_major; 32f808c858Sraf di_link_next_by_lnode; 33f808c858Sraf di_link_next_by_node; 34f808c858Sraf di_link_private_get; 35f808c858Sraf di_link_private_set; 36f808c858Sraf di_link_spectype; 37f808c858Sraf di_link_to_lnode; 38f808c858Sraf di_lnode_devinfo; 39f808c858Sraf di_lnode_devt; 40f808c858Sraf di_lnode_name; 41f808c858Sraf di_lnode_next; 42f808c858Sraf di_lnode_private_get; 43f808c858Sraf di_lnode_private_set; 44f808c858Sraf di_minor_private_get; 45f808c858Sraf di_minor_private_set; 46f808c858Sraf di_node_private_get; 47f808c858Sraf di_node_private_set; 48f808c858Sraf di_walk_link; 49f808c858Sraf di_walk_lnode; 50f808c858Sraf} SUNW_1.2; 51f808c858Sraf 52f808c858Sraf# Due to mistakes made early in the history of this library, there are 53f808c858Sraf# no SUNW_1.2 symbols, but the version is now kept as a placeholder. 54f808c858Sraf# Don't add any symbols to this version. 55f808c858Sraf 56f808c858SrafSUNW_1.2 { 57f808c858Sraf global: 58f808c858Sraf SUNW_1.2; 59f808c858Sraf} SUNW_1.1; 60f808c858Sraf 61f808c858SrafSUNW_1.1 { 62f808c858Sraf global: 63f808c858Sraf di_binding_name; 64f808c858Sraf di_bus_addr; 65f808c858Sraf di_child_node; 66f808c858Sraf di_compatible_names; 67f808c858Sraf di_devfs_path; 68f808c858Sraf di_devfs_path_free; 69f808c858Sraf di_devid; 70f808c858Sraf di_driver_name; 71f808c858Sraf di_driver_ops; 72f808c858Sraf di_drv_first_node; 73f808c858Sraf di_drv_next_node; 74f808c858Sraf di_fini; 75f808c858Sraf di_init; 76f808c858Sraf di_instance; 77f808c858Sraf di_minor_devt; 78f808c858Sraf di_minor_name; 79f808c858Sraf di_minor_next; 80f808c858Sraf di_minor_nodetype; 81f808c858Sraf di_minor_spectype; 82f808c858Sraf di_minor_type; 83f808c858Sraf di_nodeid; 84f808c858Sraf di_node_name; 85f808c858Sraf di_parent_node; 86f808c858Sraf di_prom_fini; 87f808c858Sraf di_prom_init; 88f808c858Sraf di_prom_prop_data; 89f808c858Sraf di_prom_prop_lookup_bytes; 90f808c858Sraf di_prom_prop_lookup_ints; 91f808c858Sraf di_prom_prop_lookup_strings; 92f808c858Sraf di_prom_prop_name; 93f808c858Sraf di_prom_prop_next; 94f808c858Sraf di_prop_bytes; 95f808c858Sraf di_prop_devt; 96f808c858Sraf di_prop_int64; 97f808c858Sraf di_prop_ints; 98f808c858Sraf di_prop_lookup_bytes; 99f808c858Sraf di_prop_lookup_int64; 100f808c858Sraf di_prop_lookup_ints; 101f808c858Sraf di_prop_lookup_strings; 102f808c858Sraf di_prop_name; 103f808c858Sraf di_prop_next; 104f808c858Sraf di_prop_strings; 105f808c858Sraf di_prop_type; 106f808c858Sraf di_sibling_node; 107f808c858Sraf di_state; 108f808c858Sraf di_walk_minor; 109f808c858Sraf di_walk_node; 110f808c858Sraf}; 111f808c858Sraf 112f808c858SrafSUNWprivate_1.1 { 113f808c858Sraf global: 114f808c858Sraf devfs_add_minor_perm; 115f808c858Sraf devfs_bootdev_free_list; 116f808c858Sraf devfs_bootdev_get_list; 117f808c858Sraf devfs_bootdev_modifiable; 118f808c858Sraf devfs_bootdev_set_list; 119f808c858Sraf devfs_dev_to_prom_name; 120f808c858Sraf devfs_free_all_prom_names; 121f808c858Sraf devfs_free_minor_perm; 122f808c858Sraf devfs_get_all_prom_names; 123f808c858Sraf devfs_get_prom_names; 124f808c858Sraf devfs_install2target; 125f808c858Sraf devfs_load_minor_perm; 126f808c858Sraf devfs_path_to_drv; 127f808c858Sraf devfs_read_minor_perm; 128f808c858Sraf devfs_resolve_aliases; 129f808c858Sraf devfs_rm_minor_perm; 130f808c858Sraf devfs_target2install; 131f808c858Sraf di_devlink_add_link; 132f808c858Sraf di_devlink_cache_walk; 133f808c858Sraf di_devlink_close; 134f808c858Sraf di_devlink_content; 135f808c858Sraf di_devlink_dup; 136f808c858Sraf di_devlink_fini; 137f808c858Sraf di_devlink_free; 138f808c858Sraf di_devlink_init; 139f808c858Sraf di_devlink_init_root; 140f808c858Sraf di_devlink_open; 141f808c858Sraf di_devlink_path; 142f808c858Sraf di_devlink_rm_link; 143f808c858Sraf di_devlink_type; 144f808c858Sraf di_devlink_update; 145f808c858Sraf di_devlink_walk; 146f808c858Sraf di_devperm_login; 147f808c858Sraf di_devperm_logout; 148facf4a8dSllai1 di_devname_get_mapinfo; 149facf4a8dSllai1 di_devname_get_mapent; 150facf4a8dSllai1 di_devname_action_on_key; 151facf4a8dSllai1 di_devname_print_mapinfo; 152f808c858Sraf di_driver_private_data; 153a08731ecScth di_dim_fini; 154a08731ecScth di_dim_init; 155a08731ecScth di_dim_path_dev; 156a08731ecScth di_dim_path_devices; 157f808c858Sraf di_init_driver; 158f808c858Sraf di_init_impl; 159f808c858Sraf di_lookup_node; 160f808c858Sraf di_minor_devinfo; 161f808c858Sraf di_node_state; 162f808c858Sraf di_parent_private_data; 163f808c858Sraf di_path_addr; 164f808c858Sraf di_path_client_node; 165f808c858Sraf di_path_next; 166f808c858Sraf di_path_next_client; 167f808c858Sraf di_path_next_phci; 168f808c858Sraf di_path_phci_node; 169f808c858Sraf di_path_prop_bytes; 170f808c858Sraf di_path_prop_int64s; 171f808c858Sraf di_path_prop_ints; 172f808c858Sraf di_path_prop_len; 173f808c858Sraf di_path_prop_lookup_bytes; 174f808c858Sraf di_path_prop_lookup_int64s; 175f808c858Sraf di_path_prop_lookup_ints; 176f808c858Sraf di_path_prop_lookup_strings; 177f808c858Sraf di_path_prop_name; 178f808c858Sraf di_path_prop_next; 179f808c858Sraf di_path_prop_strings; 180f808c858Sraf di_path_prop_type; 181f808c858Sraf di_path_state; 182f808c858Sraf di_phci_first_node; 183f808c858Sraf di_phci_next_node; 184facf4a8dSllai1 di_prof_add_dev; 185facf4a8dSllai1 di_prof_add_exclude; 186facf4a8dSllai1 di_prof_add_map; 187facf4a8dSllai1 di_prof_add_symlink; 188facf4a8dSllai1 di_prof_commit; 189facf4a8dSllai1 di_prof_init; 190facf4a8dSllai1 di_prof_fini; 191f808c858Sraf di_prop_drv_next; 192f808c858Sraf di_prop_global_next; 193f808c858Sraf di_prop_hw_next; 194f808c858Sraf di_prop_rawdata; 195f808c858Sraf di_prop_sys_next; 196f808c858Sraf di_vhci_first_node; 197f808c858Sraf di_vhci_next_node; 1983c4226f9Spjha di_dli_name; 1993c4226f9Spjha di_dli_openr; 2003c4226f9Spjha di_dli_openw; 2013c4226f9Spjha di_dli_close; 2023ebafc43Sjveta di_slot_names_free; 2033ebafc43Sjveta di_slot_names_decode; 2043ebafc43Sjveta di_prop_slot_names; 2053ebafc43Sjveta di_prom_prop_slot_names; 2063ebafc43Sjveta di_prop_lookup_slot_names; 2073ebafc43Sjveta di_prom_prop_lookup_slot_names; 2083ebafc43Sjveta di_prop_find; 209facf4a8dSllai1 device_exists; 210facf4a8dSllai1 finddev_close; 211*e37c6c37Scth finddev_emptydir; 212facf4a8dSllai1 finddev_next; 213*e37c6c37Scth finddev_readdir; 2143e2676e0Svikram di_flags; 21525e8c5aaSvikram di_retire_device; 21625e8c5aaSvikram di_unretire_device; 21725e8c5aaSvikram di_retired; 2181aef0e11Sjg devfs_parse_binding_file; 2191aef0e11Sjg devfs_walk_minor_nodes; 220f808c858Sraf local: 221f808c858Sraf *; 222f808c858Sraf}; 223