xref: /onnv-gate/usr/src/uts/common/io/warlock/tem.wlcmd (revision 7688:2757e6e1bb2a)
1*7688SAaron.Zang@Sun.COM#
2*7688SAaron.Zang@Sun.COM# CDDL HEADER START
3*7688SAaron.Zang@Sun.COM#
4*7688SAaron.Zang@Sun.COM# The contents of this file are subject to the terms of the
5*7688SAaron.Zang@Sun.COM# Common Development and Distribution License (the "License").
6*7688SAaron.Zang@Sun.COM# You may not use this file except in compliance with the License.
7*7688SAaron.Zang@Sun.COM#
8*7688SAaron.Zang@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*7688SAaron.Zang@Sun.COM# or http://www.opensolaris.org/os/licensing.
10*7688SAaron.Zang@Sun.COM# See the License for the specific language governing permissions
11*7688SAaron.Zang@Sun.COM# and limitations under the License.
12*7688SAaron.Zang@Sun.COM#
13*7688SAaron.Zang@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
14*7688SAaron.Zang@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*7688SAaron.Zang@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
16*7688SAaron.Zang@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
17*7688SAaron.Zang@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
18*7688SAaron.Zang@Sun.COM#
19*7688SAaron.Zang@Sun.COM# CDDL HEADER END
20*7688SAaron.Zang@Sun.COM#
21*7688SAaron.Zang@Sun.COM
22*7688SAaron.Zang@Sun.COM#
23*7688SAaron.Zang@Sun.COM# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24*7688SAaron.Zang@Sun.COM# Use is subject to license terms.
25*7688SAaron.Zang@Sun.COM#
26*7688SAaron.Zang@Sun.COM
27*7688SAaron.Zang@Sun.COMadd	bus_ops::bus_add_eventcall	target	warlock_dummy
28*7688SAaron.Zang@Sun.COMadd	bus_ops::bus_config		target  warlock_dummy
29*7688SAaron.Zang@Sun.COMadd	bus_ops::bus_get_eventcookie	target  warlock_dummy
30*7688SAaron.Zang@Sun.COMadd	bus_ops::bus_intr_ctl		target  warlock_dummy
31*7688SAaron.Zang@Sun.COMadd	bus_ops::bus_post_event		target  warlock_dummy
32*7688SAaron.Zang@Sun.COMadd	bus_ops::bus_remove_eventcall	target  warlock_dummy
33*7688SAaron.Zang@Sun.COMadd	bus_ops::bus_unconfig		target  warlock_dummy
34*7688SAaron.Zang@Sun.COMadd	tems_modechange_callback/cb	target	warlock_dummy
35*7688SAaron.Zang@Sun.COMadd	vis_polledio::copy		target	warlock_dummy
36*7688SAaron.Zang@Sun.COMadd	vis_polledio::cursor		target	warlock_dummy
37*7688SAaron.Zang@Sun.COMadd	vis_polledio::display		target	warlock_dummy
38*7688SAaron.Zang@Sun.COMadd	tem_safe_callbacks::tsc_display	target	tem_safe_text_display
39*7688SAaron.Zang@Sun.COMadd	tem_safe_callbacks::tsc_display	target	tem_safe_pix_display
40*7688SAaron.Zang@Sun.COMadd	tem_safe_callbacks::tsc_copy	target	tem_safe_text_copy
41*7688SAaron.Zang@Sun.COMadd	tem_safe_callbacks::tsc_copy	target	tem_safe_pix_copy
42*7688SAaron.Zang@Sun.COMadd	tem_safe_callbacks::tsc_cursor	target	tem_safe_text_cursor
43*7688SAaron.Zang@Sun.COMadd	tem_safe_callbacks::tsc_cursor	target	tem_safe_pix_cursor
44*7688SAaron.Zang@Sun.COMadd	tem_safe_callbacks::tsc_bit2pix	target	tem_safe_pix_bit2pix
45*7688SAaron.Zang@Sun.COMadd	tem_safe_callbacks::tsc_cls	target	tem_safe_text_cls
46*7688SAaron.Zang@Sun.COMadd	tem_safe_callbacks::tsc_cls	target	tem_safe_pix_cls
47*7688SAaron.Zang@Sun.COM
48*7688SAaron.Zang@Sun.COMroot	tem_initialized
49*7688SAaron.Zang@Sun.COMroot	tem_get_size
50*7688SAaron.Zang@Sun.COMroot	tem_info_init
51*7688SAaron.Zang@Sun.COMroot	tem_init
52*7688SAaron.Zang@Sun.COMroot	tem_register_modechg_cb
53*7688SAaron.Zang@Sun.COMroot	tem_write
54*7688SAaron.Zang@Sun.COMroot	tems_modechange_callback
55*7688SAaron.Zang@Sun.COMroot	tem_safe_polled_write
56*7688SAaron.Zang@Sun.COMroot	tem_activate
57*7688SAaron.Zang@Sun.COMroot	tem_destroy
58*7688SAaron.Zang@Sun.COMroot	tem_safe_image_display
59*7688SAaron.Zang@Sun.COMroot	tem_switch
60*7688SAaron.Zang@Sun.COMroot	tem_get_fbmode
61*7688SAaron.Zang@Sun.COMroot	tem_set_fbmode
62