Home
last modified time | relevance | path

Searched refs:fdtbus_get_path (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/dev/fdt/
H A Dfdtbus.c483 if (fdtbus_get_path(node->n_phandle, buf, sizeof(buf))) in fdt_post_attach()
584 if (!fdtbus_get_path(faa->faa_phandle, buf, sizeof(buf))) in fdtbus_print()
H A Dfdtvar.h538 bool fdtbus_get_path(int, char *, size_t);
H A Dfdt_subr.c185 fdtbus_get_path(int phandle, char *buf, size_t buflen) in fdtbus_get_path() function
/netbsd/sys/arch/arm/apple/
H A Dapple_dart.c265 fdtbus_get_path(sc->sc_phandle, fdt_path, sizeof(fdt_path)); in apple_dart_intr()