Query: ofwdump
OS: freebsd
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
OFWDUMP(8) BSD System Manager's Manual OFWDUMP(8)NAMEofwdump -- examine the Open Firmware device treeSYNOPSISofwdump -a [-p | -P property] [-R | -S] ofwdump [-p | -P property] [-r] [-R | -S] [--] nodesDESCRIPTIONThe ofwdump utility is used to examine the Open Firmware device tree. In the first synopsis form, the complete device tree is printed; in the second form, only the selected nodes will be examined. The following options are available: -a Print the complete device tree. -p Print all available properties. -P property Only print properties of the given name. -R Print properties in ``raw'' format, i.e., omit all headings and indentation and just write the property values unaltered to the standard output. This is intended to be used with the -P option to extract the value of a single property. -S Print properties as strings; this is analogous to the -R option, except that each property is only output to the first NUL char- acter, and that newline is appended to each. -r Recursively print all children of the specified nodes.EXAMPLESPrint the complete device tree: ofwdump -a Print the complete device subtree of the ``/pci'' node, including all available properties: ofwdump -pr /pci Print the ``compatible'' property of the ``/pci'' node as plain string: ofwdump -P compatible -S /pciSEE ALSOeeprom(8)HISTORYThe ofwdump utility first appeared in FreeBSD 5.0.AUTHORSThe ofwdump utility was written by Thomas Moestl <tmm@FreeBSD.org>.BSDOctober 18, 2002 BSD
Related Man Pages |
---|
devprop(1m) - opensolaris |
hal-find-by-property(1) - suse |
hal-get-property(1) - freebsd |
hal-get-property(1) - mojave |
hal-get-property(1) - linux |
Similar Topics in the Unix Linux Community |
---|
Solaris disk error |
Microcode vs Firmware |
Report a missing property and property value mis match script. |
IBM Power Pseries Open Firmware boot / VIOS POWERVM VET CODE |
Solaris11.4 - no X11 |