Searched refs:OF_package_to_path (Results 1 – 11 of 11) sorted by relevance
/freebsd/stand/powerpc/ofw/ |
H A D | ofwfdt.c | 78 OF_package_to_path(node, name, sizeof(name)); in add_node_to_fdt() 111 OF_package_to_path(node, path, sizeof(path)); in ofwfdt_fixups()
|
/freebsd/stand/libofw/ |
H A D | openfirm.h | 97 int OF_package_to_path(phandle_t, char *, int);
|
H A D | openfirm.c | 407 OF_package_to_path(phandle_t package, char *buf, int len) in OF_package_to_path() function
|
/freebsd/sys/dev/ofw/ |
H A D | openfirm.h | 131 ssize_t OF_package_to_path(phandle_t node, char *buf, size_t len);
|
H A D | ofw_disk.c | 151 OF_package_to_path(ofd, path, 128); in g_ofwd_init()
|
H A D | ofw_fdt.c | 463 return (OF_package_to_path(phandle, buf, len)); in ofw_fdt_instance_to_path()
|
H A D | openfirm.c | 593 OF_package_to_path(phandle_t package, char *buf, size_t len) in OF_package_to_path() function
|
/freebsd/sys/powerpc/ofw/ |
H A D | rtas.c | 86 OF_package_to_path(rtas, path, sizeof(path)); in rtas_setup()
|
H A D | ofw_syscons.c | 459 OF_package_to_path(sc->sc_node, name, sizeof(name)); in ofwfb_set_mode()
|
/freebsd/sys/dev/vt/hw/fb/ |
H A D | vt_early_fb.c | 85 OF_package_to_path(node, name, sizeof(name)); in vt_efb_initialize()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 248 OF_package_to_path.9 \
|