Searched refs:symbol_path (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt_overlay.c357 const char *symbol_path; local
365 symbol_path = fdt_getprop(fdt, symbols_off, label,
367 if (!symbol_path)
370 symbol_off = fdt_path_offset(fdt, symbol_path);
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt_overlay.c418 const char *symbol_path; local
427 symbol_path = fdt_getprop(fdt, symbols_off, label,
429 if (!symbol_path)
432 symbol_off = fdt_path_offset(fdt, symbol_path);

Completed in 139 milliseconds