Home
last modified time | relevance | path

Searched refs:OF_finddevice (Results 1 – 8 of 8) sorted by relevance

/titanic_54/usr/src/boot/sys/boot/sparc64/loader/
H A Dmetadata.c127 if ((node = OF_finddevice("/options")) == -1) in md_bootserial()
131 input = OF_finddevice(buf); in md_bootserial()
134 output = OF_finddevice(buf); in md_bootserial()
136 if ((node = OF_finddevice("/chosen")) == -1) in md_bootserial()
H A Dmain.c756 if ((aliases = OF_finddevice("/aliases")) == -1) in sparc64_zfs_probe()
758 options = OF_finddevice("/options"); in sparc64_zfs_probe()
779 if (OF_getprop(OF_finddevice(alias), "device_type", type, in sparc64_zfs_probe()
/titanic_54/usr/src/boot/sys/boot/ofw/libofw/
H A Dopenfirm.h97 phandle_t OF_finddevice(const char *);
H A Dopenfirm.c84 if ((chosen = OF_finddevice("/chosen")) == -1) in OF_init()
100 options = OF_finddevice("/options"); in OF_init()
378 OF_finddevice(const char *device) in OF_finddevice() function
H A Dofw_memory.c125 root = OF_finddevice("/"); in ofw_alloc_heap()
H A Ddevicename.c95 if ((handle = OF_finddevice(name)) == -1) { in ofw_parsedev()
H A Dofw_net.c204 netdev = OF_finddevice(path); in ofwn_init()
/titanic_54/usr/src/boot/sys/boot/ofw/common/
H A Dmain.c101 root = OF_finddevice("/"); in main()