Searched refs:aliasoffset (Results 1 - 1 of 1) sorted by relevance

/seL4-refos-master/projects/util_libs/libfdt/
H A Dfdt_ro.c531 int aliasoffset; local
533 aliasoffset = fdt_path_offset(fdt, "/aliases");
534 if (aliasoffset < 0)
537 return fdt_getprop_namelen(fdt, aliasoffset, name, namelen, NULL);

Completed in 26 milliseconds