1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at 9# http://www.illumos.org/license/CDDL. 10# 11 12# 13# Copyright 2022 Oxide Comptuer Company 14# 15 16# 17# MAPFILE HEADER START 18# 19# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 20# Object versioning must comply with the rules detailed in 21# 22# usr/src/lib/README.mapfiles 23# 24# You should not be making modifications here until you've read the most current 25# copy of that file. If you need help, contact a gatekeeper for guidance. 26# 27# MAPFILE HEADER END 28# 29 30$mapfile_version 2 31 32SYMBOL_VERSION ILLUMOSprivate { 33 global: 34 xpio_ctrl_discover; 35 xpio_ctrl_fini; 36 xpio_ctrl_info_devpath; 37 xpio_ctrl_info_free; 38 xpio_ctrl_info_ndpios; 39 xpio_ctrl_info_ngpios; 40 xpio_ctrl_info; 41 xpio_ctrl_init_by_name; 42 xpio_ctrl_init; 43 xpio_dpio_create; 44 xpio_dpio_destroy; 45 xpio_dpio_discover; 46 xpio_dpio_info; 47 xpio_dpio_info_caps; 48 xpio_dpio_info_ctrl; 49 xpio_dpio_info_flags; 50 xpio_dpio_info_free; 51 xpio_dpio_info_gpionum; 52 xpio_dpio_info_name; 53 xpio_err; 54 xpio_err2str; 55 xpio_errmsg; 56 xpio_fini; 57 xpio_gpio_attr_err_next; 58 xpio_gpio_attr_err_name; 59 xpio_gpio_attr_err_err; 60 xpio_gpio_attr_find; 61 xpio_gpio_attr_from_str; 62 xpio_gpio_attr_name; 63 xpio_gpio_attr_next; 64 xpio_gpio_attr_possible_string; 65 xpio_gpio_attr_possible_uint32; 66 xpio_gpio_attr_prot; 67 xpio_gpio_attr_set_str; 68 xpio_gpio_attr_set_uint32; 69 xpio_gpio_attr_type; 70 xpio_gpio_attr_value_string; 71 xpio_gpio_attr_value_uint32; 72 xpio_gpio_attr_xlate_to_str; 73 xpio_gpio_attr_xlate_uint32_to_str; 74 xpio_gpio_id; 75 xpio_gpio_info_free; 76 xpio_gpio_info; 77 xpio_gpio_lookup_id; 78 xpio_gpio_update_free; 79 xpio_gpio_update_init; 80 xpio_gpio_update; 81 xpio_init; 82 xpio_syserr; 83 xpio_update_err; 84 xpio_update_err2str; 85 xpio_update_errmsg; 86 xpio_update_syserr; 87 local: 88 *; 89}; 90