libc: remove old sun4 capabilities
[unleashed.git] / share / man / man8 / efdaemon.8
blob88f44afec3e8c187570825932df263696c18e06a
1 '\" te
2 .\" Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" 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.
5 .\" 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]
6 .TH EFDAEMON 8 "Aug 10, 2004"
7 .SH NAME
8 efdaemon \- embedded FCode interpreter daemon
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/usr/lib/efcode/sparcv9/efdaemon\fR [\fB-d\fR]
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 \fBefdaemon\fR, the embedded \fBFCode\fR interpreter daemon, invokes the
19 embedded \fBFCode\fR interpreter when the daemon receives an interpretation
20 request. A new session of the interpreter is started for each unique request by
21 invoking the script \fB/usr/lib/efcode/efcode\fR.
22 .sp
23 .LP
24 \fBefdaemon\fR is used on selected platforms as part of the processing of some
25 dynamic reconfiguration events.
26 .SH OPTIONS
27 .sp
28 .LP
29 The following option is supported:
30 .sp
31 .ne 2
32 .na
33 \fB\fB-d\fR\fR
34 .ad
35 .RS 6n
36 Set debug output. Log debug messages as \fBLOG_DEBUG\fR level messages by using
37 \fBsyslog()\fR. See \fBsyslog\fR(3C).
38 .RE
40 .SH FILES
41 .sp
42 .ne 2
43 .na
44 \fB\fB/dev/fcode\fR\fR
45 .ad
46 .sp .6
47 .RS 4n
48 \fBFCode\fR interpreter pseudo device, which is a portal for receipt of
49 \fBFCode\fR interpretation requests
50 .RE
52 .sp
53 .ne 2
54 .na
55 \fB\fB/usr/lib/efcode/efcode\fR\fR
56 .ad
57 .sp .6
58 .RS 4n
59 Shell script that invokes the embedded \fBFCode\fR interpreter
60 .RE
62 .sp
63 .ne 2
64 .na
65 \fB\fB/usr/lib/efcode/interpreter\fR\fR
66 .ad
67 .sp .6
68 .RS 4n
69 Embedded \fBFCode\fR interpreter
70 .RE
72 .sp
73 .ne 2
74 .na
75 \fB\fB/usr/lib/efcode/sparcv9/interpreter\fR\fR
76 .ad
77 .sp .6
78 .RS 4n
79 Embedded \fBFCode\fR interpreter
80 .RE
82 .SH SEE ALSO
83 .sp
84 .LP
85 \fBsvcs\fR(1), \fBprtconf\fR(8), \fBsvcadm\fR(8), \fBsyslog\fR(3C),
86 \fBattributes\fR(5), \fBsmf\fR(5)
87 .SH NOTES
88 .sp
89 .LP
90 The \fBefdaemon\fR service is managed by the service management facility,
91 \fBsmf\fR(5), under the service identifier:
92 .sp
93 .in +2
94 .nf
95 svc:/platform/sun4u/efdaemon:default
96 .fi
97 .in -2
98 .sp
102 Administrative actions on this service, such as enabling, disabling, or
103 requesting restart, can be performed using \fBsvcadm\fR(8). The service's
104 status can be queried using the \fBsvcs\fR(1) command.