of_finddevice
int of_finddevice(const char *dev);
int of_finddevice(const char *dev);
extern intptr_t of_finddevice(const char *device);
int root = of_finddevice("/");
int cpus = of_finddevice("/cpus");
int cpu = of_finddevice(cpuPath);
int root = of_finddevice("/");
intptr_t root = of_finddevice("/");
intptr_t cpus = of_finddevice("/");
intptr_t cpu = of_finddevice(cpuPath);
intptr_t root = of_finddevice("/");
intptr_t node = of_finddevice(sBootPath);
intptr_t package = of_finddevice("/options");
intptr_t package = of_finddevice("/options");
intptr_t node = of_finddevice(bootPath);
intptr_t screen = of_finddevice("screen");
int plb = of_finddevice("/plb");
int cpus = of_finddevice("/cpus");
int cpu = of_finddevice(cpuPath);
package = of_finddevice("/memory");
int root = of_finddevice("/");
gChosen = of_finddevice("/chosen");