Name Date Size

.. 2016-02-27 17:52:10 21

alloc.c 2007-06-11 09:56:35 4.7 KiB

config.c 2010-06-14 11:22:19 17.1 KiB

config.h 2010-04-09 11:28:49 2.9 KiB

config_impl.h 2008-03-25 15:25:43 1.4 KiB

eft.c 2010-07-30 09:04:17 8 KiB

eft.conf 2008-07-28 14:43:22 1.8 KiB

eft_mdb.c 2009-11-12 03:52:48 22.7 KiB

eval.c 2010-01-03 09:47:17 52.2 KiB

eval.h 2007-06-11 09:56:35 1.7 KiB

evnv.c 2005-06-14 09:00:00 6.4 KiB

evnv.h 2005-06-14 09:00:00 1.2 KiB

fme.c 2016-02-27 17:52:10 111 KiB

fme.h 2010-01-03 09:47:17 4.1 KiB

iexpr.c 2008-07-28 14:43:22 6.2 KiB

iexpr.h 2006-04-24 00:26:28 1.3 KiB

io.c 2005-06-14 09:00:00 1.5 KiB

ipath.c 2010-01-03 09:47:17 10 KiB

ipath.h 2010-01-03 09:47:17 1.4 KiB

ipath_impl.h 2007-11-08 13:07:30 1.3 KiB

itree.c 2016-02-27 17:52:10 56.4 KiB

itree.h 2009-06-16 11:49:15 4.3 KiB

Makefile 2012-09-23 01:47:23 1.8 KiB

platform.c 2010-08-06 09:31:49 52.5 KiB

platform.h 2007-06-11 09:56:35 2.3 KiB

README 2005-06-14 09:00:00 1.8 KiB

stats.c 2007-11-08 13:07:30 4.4 KiB

stats_impl.h 2007-11-08 13:07:30 1.3 KiB

README

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License"). You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
Copyright 2004 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
#pragma ident "%Z%%M% %I% %E% SMI"
This file is usr/src/cmd/fma/modules/common/eversholt/README.
The files in this directory build the "eft.so" plugin to the
fault management daemon (fmd). This plugin is a diagnosis engine
driven by one or more eversholt fault tree (.eft) files.
eft.c implements the diagnosis engine entry points expected by
the fmd. The diagnosis engine is considered platform-neutral
code and is being used on other, non-Solaris platforms. The platform
specific services it requires are either provided by the fmd interfaces,
or by the routines in platform.c in this directory.
Most of the files that go into building eft.so are shared with the
eversholt compiler. Those files are pulled in by the Makefile
in this directory. They live in:
usr/src/cmd/fma/eversholt/common
When running under Solaris, eft.so uses the hardware topology library
(libtopo) to collect configuration information.