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