Name Date Size #Lines LOC

..--

MakefileH A D15-Aug-20231.9 KiB7431

READMEH A D27-Dec-20221.8 KiB4538

alloc.cH A D27-Dec-20224.6 KiB214116

config.cH A D14-Jun-201017.1 KiB747482

config.hH A D09-Apr-20102.9 KiB9546

config_impl.hH A D27-Dec-20221.4 KiB5317

eft.cH A D19-Aug-20108 KiB355241

eft.confH A D28-Jul-20081.8 KiB591

eft_mdb.cH A D03-Sep-201922.8 KiB846739

eval.cH A D09-Jan-202052.2 KiB1,9971,565

eval.hH A D27-Dec-20221.7 KiB6123

evnv.cH A D27-Dec-20226.3 KiB250194

evnv.hH A D27-Dec-20221.2 KiB4511

fme.cH A D24-May-2020111.5 KiB4,3213,359

fme.hH A D24-May-20204.1 KiB12780

iexpr.cH A D27-Dec-20226.2 KiB322223

iexpr.hH A D27-Dec-20221.2 KiB4714

io.cH A D27-Dec-20221.4 KiB6328

ipath.cH A D03-Jan-201010 KiB435277

ipath.hH A D03-Jan-20101.4 KiB4916

ipath_impl.hH A D27-Dec-20221.3 KiB4813

itree.cH A D24-Feb-201656.4 KiB2,1711,436

itree.hH A D16-Jun-20094.3 KiB16390

platform.cH A D09-Jan-202052.7 KiB2,2351,632

platform.hH A D24-May-20202.3 KiB7234

stats.cH A D27-Dec-20224.4 KiB234145

stats_impl.hH A D27-Dec-20221.3 KiB5320

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