efdaemon.1m revision c10c16dec587a0662068f6e2991c29ed3a9db943
te
Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved.
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.
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]
efdaemon 1M "10 Aug 2004" "SunOS 5.11" "System Administration Commands"
NAME
efdaemon - embedded FCode interpreter daemon
SYNOPSIS

/usr/lib/efcode/sparcv9/efdaemon [-d]
DESCRIPTION

efdaemon, the embedded FCode interpreter daemon, invokes the embedded FCode interpreter when the daemon receives an interpretation request. A new session of the interpreter is started for each unique request by invoking the script /usr/lib/efcode/efcode.

efdaemon is used on selected platforms as part of the processing of some dynamic reconfiguration events.

OPTIONS

The following option is supported:

-d

Set debug output. Log debug messages as LOG_DEBUG level messages by using syslog(). See syslog(3C).

FILES

/dev/fcode

FCode interpreter pseudo device, which is a portal for receipt of FCode interpretation requests

/usr/lib/efcode/efcode

Shell script that invokes the embedded FCode interpreter

/usr/lib/efcode/interpreter

Embedded FCode interpreter

/usr/lib/efcode/sparcv9/interpreter

Embedded FCode interpreter

SEE ALSO

svcs(1), prtconf(1M), svcadm(1M), syslog(3C), attributes(5), smf(5)

NOTES

The efdaemon service is managed by the service management facility, smf(5), under the service identifier:

svc:/platform/sun4u/efdaemon:default

Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(1M). The service's status can be queried using the svcs(1) command.