Searched refs:OF_package_to_path (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/stand/powerpc/ofw/ |
| H A D | ofwfdt.c | 81 OF_package_to_path(node, name, sizeof(name)); in add_node_to_fdt() 114 OF_package_to_path(node, path, sizeof(path)); in ofwfdt_fixups()
|
| /freebsd-12.1/stand/ofw/libofw/ |
| H A D | openfirm.h | 99 int OF_package_to_path(phandle_t, char *, int);
|
| H A D | openfirm.c | 426 OF_package_to_path(phandle_t package, char *buf, int len) in OF_package_to_path() function
|
| /freebsd-12.1/sys/dev/ofw/ |
| H A D | openfirm.h | 133 ssize_t OF_package_to_path(phandle_t node, char *buf, size_t len);
|
| H A D | ofw_disk.c | 154 OF_package_to_path(ofd, path, 128); in g_ofwd_init()
|
| H A D | ofw_fdt.c | 399 return (OF_package_to_path(phandle, buf, len)); in ofw_fdt_instance_to_path()
|
| H A D | openfirm.c | 587 OF_package_to_path(phandle_t package, char *buf, size_t len) in OF_package_to_path() function
|
| /freebsd-12.1/sys/powerpc/ofw/ |
| H A D | rtas.c | 87 OF_package_to_path(rtas, path, sizeof(path)); in rtas_setup()
|
| H A D | ofw_syscons.c | 461 OF_package_to_path(sc->sc_node, name, sizeof(name)); in ofwfb_set_mode()
|
| /freebsd-12.1/sys/dev/vt/hw/fb/ |
| H A D | vt_early_fb.c | 88 OF_package_to_path(node, name, sizeof(name)); in vt_efb_initialize()
|
| /freebsd-12.1/share/man/man9/ |
| H A D | Makefile | 220 OF_package_to_path.9 \
|
| /freebsd-12.1/sys/dev/bge/ |
| H A D | if_bge.c | 592 if (OF_package_to_path(ofw_bus_get_node(dev), buf, sizeof(buf)) > 0) { in bge_has_eaddr()
|