Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

detok(1) [debian man page]

DETOK(1)						      General Commands Manual							  DETOK(1)

NAME
detok - OpenBIOS detokenizer SYNOPSIS
detok [options] forth-file DESCRIPTION
detok is an open-source FCode detokenizer for the OpenBIOS project. It performs the reverse function, that is, it converts binary FCode into a form that can be read for purposes of verification. OPTIONS
-h, -? Print a brief help message and then exit. -v, --verbose Print additional messages: the hex value of each token processed, as well as a signature block. -o Display the positions of the tokens relative to the start of the first FCode block after a PCI header (if one is present), and the destination-offset of each branch. Note that the combination of the Verbose and Offsets options yields the maximum amount of useful information. -n Display the sequential number of each line of output. Note that the -n and -o options are mutually exclusive; if both are specified, -o will be favoured. -a Do not stop when end0 has been encountered. This option is usually not needed, but may be useful in cases where a file has been cor- rupted or when something very strange has been tokenized... -f FCode-List-File Pre-load additional FCodes before processing. These might be, for instance, a set of vendor-specific FCodes that were generated for a specific vendor's products by a tokenizer customized for that specific vendor. SEE ALSO
toke(1). AUTHORS
David L. Paktor <dlpaktor@us.ibm.com> This manual page was written by Aurelien Jarno <aurel32@debian.org> for the Debian GNU/Linux system (but may be used by others). May 15, 2007 DETOK(1)

Check Out this Related Man Page

efdaemon(1M)						  System Administration Commands					      efdaemon(1M)

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(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWefcx, SUNWefcux, SUNWe- | | |fcr, SUNWefclx | +-----------------------------+-----------------------------+ 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 ser- vice's status can be queried using the svcs(1) command. SunOS 5.10 10 Aug 2004 efdaemon(1M)
Man Page