Searched refs:path (Results 1 – 5 of 5) sorted by relevance
/DragonStub/apps/lib/libfdt/ |
H A D | fdt_overlay.c | 47 const char *path = NULL; in fdt_overlay_target_offset() local 58 path = fdt_getprop(fdto, fragment_offset, "target-path", &path_len); in fdt_overlay_target_offset() 59 if (path) in fdt_overlay_target_offset() 60 ret = fdt_path_offset(fdt, path); in fdt_overlay_target_offset() 82 *pathp = path ? path : NULL; in fdt_overlay_target_offset() 355 const char *path, uint32_t path_len, in overlay_fixup_one_phandle() argument 381 fixup_off = fdt_path_offset_namelen(fdto, path, path_len); in overlay_fixup_one_phandle() 430 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local 445 path = fixup_str; in overlay_fixup_phandle() 450 path_len = sep - path; in overlay_fixup_phandle() [all …]
|
H A D | fdt_ro.c | 250 int fdt_path_offset_namelen(const void *fdt, const char *path, int namelen) in fdt_path_offset_namelen() argument 252 const char *end = path + namelen; in fdt_path_offset_namelen() 253 const char *p = path; in fdt_path_offset_namelen() 259 if (*path != '/') { in fdt_path_offset_namelen() 260 const char *q = memchr(path, '/', end - p); in fdt_path_offset_namelen() 295 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset() argument 297 return fdt_path_offset_namelen(fdt, path, strlen(path)); in fdt_path_offset()
|
H A D | libfdt.h | 512 int fdt_path_offset_namelen(const void *fdt, const char *path, int namelen); 538 int fdt_path_offset(const void *fdt, const char *path);
|
/DragonStub/ |
H A D | README.md | 22 ARCH=riscv64 PAYLOAD_ELF=path/to/payload.elf make -j $(nproc) 36 ARCH=riscv64 PAYLOAD_ELF=path/to/payload.elf make run
|
H A D | ChangeLog | 355 is on the path rather than hardcoded in /usr/bin. 624 … Here is a patch for "DevicePathToStr()" to display device path according to UEFI 2 specification. 625 The path is in the two files inc/efidevp.h and lib/dpath.c. 627 It also add the Sata device path and removes the "/?" path for unknown device paths. 810 random path through uninitialized memory, occasionally including 812 "0x507" that you don't normally expect to see in your call path. 1115 * Adds the USB HCI device path structure in the headers
|