Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile.files | H A D | 14-Jun-2005 | 1.7 KiB | 75 | 35 | |
Makefile.rules | H A D | 14-Jun-2005 | 1.3 KiB | 46 | 5 | |
README.common | H A D | 14-Jun-2005 | 1.3 KiB | 36 | 31 | |
prom_2path.c | H A D | 14-Jun-2005 | 2.2 KiB | 86 | 48 | |
prom_boot.c | H A D | 31-Oct-2005 | 2.2 KiB | 85 | 49 | |
prom_devname.c | H A D | 14-Jun-2005 | 2.4 KiB | 110 | 54 | |
prom_devtype.c | H A D | 31-Oct-2005 | 1.6 KiB | 67 | 29 | |
prom_enter.c | H A D | 14-Jun-2005 | 1.3 KiB | 48 | 17 | |
prom_env.c | H A D | 13-Jan-2006 | 5.7 KiB | 191 | 83 | |
prom_exit.c | H A D | 14-Jun-2005 | 1.4 KiB | 53 | 16 | |
prom_fb.c | H A D | 09-Apr-2007 | 3.9 KiB | 156 | 83 | |
prom_getchar.c | H A D | 14-Jun-2005 | 1.2 KiB | 52 | 19 | |
prom_gettime.c | H A D | 14-Jun-2005 | 1.5 KiB | 54 | 15 | |
prom_handler.c | H A D | 14-Jun-2005 | 1.8 KiB | 65 | 30 | |
prom_inpath.c | H A D | 14-Jun-2005 | 1.4 KiB | 51 | 18 | |
prom_interp.c | H A D | 14-Jun-2005 | 2.7 KiB | 74 | 24 | |
prom_io.c | H A D | 19-Aug-2010 | 6.3 KiB | 259 | 158 | |
prom_kbd.c | H A D | 14-Jun-2005 | 1.7 KiB | 57 | 13 | |
prom_key.c | H A D | 14-Jun-2005 | 4.9 KiB | 199 | 118 | |
prom_node.c | H A D | 31-Oct-2005 | 6.8 KiB | 301 | 181 | |
prom_outpath.c | H A D | 14-Jun-2005 | 1.3 KiB | 51 | 18 | |
prom_panic.c | H A D | 14-Jun-2005 | 1.1 KiB | 41 | 11 | |
prom_path.c | H A D | 02-Mar-2008 | 4.1 KiB | 170 | 98 | |
prom_phandle.c | H A D | 14-Jun-2005 | 1.4 KiB | 49 | 17 | |
prom_printf.c | H A D | 14-Jun-2005 | 4.4 KiB | 243 | 180 | |
prom_prop.c | H A D | 31-Oct-2005 | 9.3 KiB | 349 | 219 | |
prom_putchar.c | H A D | 14-Jun-2005 | 1.2 KiB | 50 | 17 | |
prom_reboot.c | H A D | 14-Jun-2005 | 1.4 KiB | 47 | 14 | |
prom_stdin.c | H A D | 31-Oct-2005 | 1.8 KiB | 74 | 33 | |
prom_stdout.c | H A D | 31-Oct-2005 | 1.7 KiB | 72 | 30 | |
prom_string.c | H A D | 14-Jun-2005 | 2.9 KiB | 154 | 79 | |
prom_test.c | H A D | 01-Aug-2008 | 2.1 KiB | 79 | 42 | |
prom_trap.c | H A D | 14-Jun-2005 | 1 KiB | 36 | 8 | |
prom_version.c | H A D | 14-Jun-2005 | 1.8 KiB | 75 | 23 | |
prom_wrtestr.c | H A D | 14-Jun-2005 | 1.3 KiB | 50 | 17 |
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