HomeSort by: relevance | last modified time | path
    Searched defs:target_path (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
fdt_overlay.c 705 const char *target_path; local in function:overlay_symbol_update
783 ret = overlay_get_target(fdt, fdto, fragment, &target_path);
789 if (!target_path) {
795 len = strlen(target_path);
803 if (!target_path) {
805 ret = overlay_get_target(fdt, fdto, fragment, &target_path);
813 if (!target_path) {
818 memcpy(buf, target_path, len + 1);
fdt_overlay.c 705 const char *target_path; local in function:overlay_symbol_update
783 ret = overlay_get_target(fdt, fdto, fragment, &target_path);
789 if (!target_path) {
795 len = strlen(target_path);
803 if (!target_path) {
805 ret = overlay_get_target(fdt, fdto, fragment, &target_path);
813 if (!target_path) {
818 memcpy(buf, target_path, len + 1);

Completed in 23 milliseconds