Name Date Size #Lines LOC

..14-Feb-2021-

Makefile.filesH A D14-Feb-20211.7 KiB7535

Makefile.rulesH A D14-Feb-20211.3 KiB465

README.commonH A D14-Feb-20211.3 KiB3631

prom_2path.cH A D14-Feb-20212.2 KiB8648

prom_boot.cH A D14-Feb-20212.2 KiB8549

prom_devname.cH A D14-Feb-20212.4 KiB11054

prom_devtype.cH A D14-Feb-20211.6 KiB6729

prom_enter.cH A D14-Feb-20211.3 KiB4817

prom_env.cH A D14-Feb-20215.7 KiB19183

prom_exit.cH A D14-Feb-20211.4 KiB5316

prom_fb.cH A D14-Feb-20213.9 KiB15683

prom_getchar.cH A D14-Feb-20211.2 KiB5219

prom_gettime.cH A D14-Feb-20211.5 KiB5415

prom_handler.cH A D14-Feb-20211.8 KiB6530

prom_inpath.cH A D14-Feb-20211.4 KiB5118

prom_interp.cH A D14-Feb-20212.7 KiB7424

prom_io.cH A D14-Feb-20216.3 KiB259158

prom_kbd.cH A D14-Feb-20211.7 KiB5713

prom_key.cH A D14-Feb-20214.9 KiB199118

prom_node.cH A D14-Feb-20216.8 KiB301181

prom_outpath.cH A D14-Feb-20211.3 KiB5118

prom_panic.cH A D14-Feb-20211.1 KiB4111

prom_path.cH A D14-Feb-20214.1 KiB17098

prom_phandle.cH A D14-Feb-20211.4 KiB4917

prom_printf.cH A D14-Feb-20214.4 KiB243180

prom_prop.cH A D14-Feb-20219.3 KiB349219

prom_putchar.cH A D14-Feb-20211.2 KiB5017

prom_reboot.cH A D14-Feb-20211.4 KiB4714

prom_stdin.cH A D14-Feb-20211.8 KiB7433

prom_stdout.cH A D14-Feb-20211.7 KiB7230

prom_string.cH A D14-Feb-20212.9 KiB15479

prom_test.cH A D14-Feb-20212.1 KiB7942

prom_trap.cH A D14-Feb-20211 KiB368

prom_version.cH A D14-Feb-20211.8 KiB7523

prom_wrtestr.cH A D14-Feb-20211.3 KiB5017

README.common

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, Version 1.0 only
6# (the "License").  You may not use this file except in compliance
7# with the License.
8#
9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10# or http://www.opensolaris.org/os/licensing.
11# See the License for the specific language governing permissions
12# and limitations under the License.
13#
14# When distributing Covered Code, include this CDDL HEADER in each
15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22# Copyright 1994, Sun Microsystems, Inc.
23# All rights reserved.
24
25#ident	"%Z%%M%	%I%	%E% SMI"
26
27This directory contains the "common" (machine and platform-independent)
28implementations of the promif interfaces for machines compliant with
29IEEE 1275-1994.
30
31This implementation depends on the definition of certain fundamental
32types and definitions (i.e. cell size) in external ISA and platform-
33dependent header files, thus, the binaries created by compiling these
34files, are ISA and platform-dependent.
35
36