Go to main content

man pages section 8: System Administration Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

efdaemon(8)

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

Attributes

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/embedded-fcode-interpreter

See Also

svcs(1), syslog(3C), attributes(7), smf(7), prtconf(8), svcadm(8)

Notes

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

svc:/platform/sun4v/efdaemon:default

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