Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/libfdt/dist/ | |
fdt_overlay.c | 446 const char *path, *name, *fixup_end; local in function:overlay_fixup_phandle 453 fixup_end = memchr(value, '\0', len); 454 if (!fixup_end) 456 fixup_len = fixup_end - fixup_str; |
fdt_overlay.c | 446 const char *path, *name, *fixup_end; local in function:overlay_fixup_phandle 453 fixup_end = memchr(value, '\0', len); 454 if (!fixup_end) 456 fixup_len = fixup_end - fixup_str; |