Name Date Size #Lines LOC

..--

MakefileH A D22-Jul-20121.8 KiB7030

READMEH A D14-Jun-20051.8 KiB4739

alloc.cH A D11-Jun-20074.7 KiB216117

config.cH A D14-Jun-201017.1 KiB747482

config.hH A D09-Apr-20102.9 KiB9546

config_impl.hH A D25-Mar-20081.4 KiB5518

eft.cH A D19-Aug-20108 KiB355241

eft.confH A D28-Jul-20081.8 KiB591

eft_mdb.cH A D12-Nov-200922.7 KiB844739

eval.cH A D03-Jan-201052.2 KiB1,9941,562

eval.hH A D11-Jun-20071.7 KiB6324

evnv.cH A D14-Jun-20056.4 KiB252195

evnv.hH A D14-Jun-20051.2 KiB4712

fme.cH A D18-Feb-2012111.2 KiB4,3103,352

fme.hH A D03-Jan-20104.1 KiB12780

iexpr.cH A D28-Jul-20086.2 KiB324224

iexpr.hH A D24-Apr-20061.3 KiB4915

io.cH A D14-Jun-20051.5 KiB6529

ipath.cH A D03-Jan-201010 KiB435277

ipath.hH A D03-Jan-20101.4 KiB4916

ipath_impl.hH A D08-Nov-20071.3 KiB5014

itree.cH A D21-Jul-200956.4 KiB2,1731,438

itree.hH A D16-Jun-20094.3 KiB16390

platform.cH A D19-Aug-201052.5 KiB2,2331,632

platform.hH A D11-Jun-20072.3 KiB7334

stats.cH A D08-Nov-20074.4 KiB236146

stats_impl.hH A D08-Nov-20071.3 KiB5521

README

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
23Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
24Use is subject to license terms.
25
26#pragma ident	"%Z%%M%	%I%	%E% SMI"
27
28This file is usr/src/cmd/fma/modules/common/eversholt/README.
29
30The files in this directory build the "eft.so" plugin to the
31fault management daemon (fmd).  This plugin is a diagnosis engine
32driven by one or more eversholt fault tree (.eft) files.
33
34eft.c implements the diagnosis engine entry points expected by
35the fmd.  The diagnosis engine is considered platform-neutral
36code and is being used on other, non-Solaris platforms.  The platform
37specific services it requires are either provided by the fmd interfaces,
38or by the routines in platform.c in this directory.
39
40Most of the files that go into building eft.so are shared with the
41eversholt compiler.  Those files are pulled in by the Makefile
42in this directory.  They live in:
43	usr/src/cmd/fma/eversholt/common
44
45When running under Solaris, eft.so uses the hardware topology library
46(libtopo) to collect configuration information.
47