|
NAMEOF_package_to_path —
get fully qualified path to a device tree node
SYNOPSIS#include <dev/ofw/ofw_bus.h>
#include
<dev/ofw/ofw_bus_subr.h>
ssize_t
DESCRIPTIONOF_package_to_path () copies at most
len bytes of the fully qualified path to the device tree
node node into the memory specified by
buf. The function returns the number of bytes copied or
-1 in case of the error.
SEE ALSOOF_finddevice(9)AUTHORSThis manual page was written by Oleksandr Tymoshenko <gonzo@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |