get_path 169 arch/powerpc/boot/libfdt-wrapper.c dt_ops.get_path = fdt_wrapper_get_path; get_path 54 arch/powerpc/boot/ops.h char *(*get_path)(const void *phandle, char *buf, int len); get_path 212 arch/powerpc/boot/ops.h if (dt_ops.get_path) get_path 213 arch/powerpc/boot/ops.h return dt_ops.get_path(phandle, buf, len); get_path 119 arch/powerpc/boot/planetcore.c path = get_path(node, prop_buf, MAX_PROP_LEN);