Searched refs:path (Results 1 – 6 of 6) sorted by relevance
| /boot/ |
| A D | fdt_region.c | 48 end = path; in fdt_find_regions() 93 if (end - path + 2 + len >= path_len) in fdt_find_regions() 95 if (end != path + 1) in fdt_find_regions() 102 if (str_in_list(path, inc, inc_count)) in fdt_find_regions() 117 while (end > path && *--end != '/') in fdt_find_regions() 366 char *path, int path_len, int flags, in fdt_first_region() argument 378 p->end = path; in fdt_first_region() 385 path, path_len, flags, info); in fdt_first_region() 464 char *path, int path_len, int flags, in fdt_next_region() argument 560 if (p.end != path + 1) in fdt_next_region() [all …]
|
| A D | bootmeth-uclass.c | 314 char path[200]; in bootmeth_try_file() local 318 snprintf(path, sizeof(path), "%s%s", prefix ? prefix : "", fname); in bootmeth_try_file() 319 log_debug("trying: %s\n", path); in bootmeth_try_file() 322 bflow->fname = strdup(path); in bootmeth_try_file() 329 ret = fs_size(path, &size); in bootmeth_try_file() 330 log_debug(" %s - err=%d\n", path, ret); in bootmeth_try_file() 380 char path[200]; in bootmeth_alloc_other() local 385 snprintf(path, sizeof(path), "%s%s", bflow->subdir, fname); in bootmeth_alloc_other() 386 log_debug("trying: %s\n", path); in bootmeth_alloc_other() 395 ret = fs_size(path, &size); in bootmeth_alloc_other() [all …]
|
| A D | fdt_support.c | 144 const void *path; in fdt_fixup_stdout() local 157 if (!path) { in fdt_fixup_stdout() 163 memcpy(tmp, path, len); in fdt_fixup_stdout() 628 const char *path; in fdt_fixup_ethernet() local 1124 char path[256]; in fdt_copy_fixed_partitions() local 1134 res = ofnode_get_path(ofnode_get_parent(node), path, sizeof(path)); in fdt_copy_fixed_partitions() 1652 char path[512]; in vnode_offset_by_pathf() local 1655 len = vsnprintf(path, sizeof(path), fmt, ap); in vnode_offset_by_pathf() 1893 const char *path; in fdt_verify_alias_address() local 1899 if (!path) { in fdt_verify_alias_address() [all …]
|
| A D | image-fit-sig.c | 282 char path[200]; in fit_config_check_sig() local 353 path, sizeof(path), 0); in fit_config_check_sig()
|
| A D | pxe_utils.c | 171 char path[MAX_TFTP_PATH_LEN + 1]; in get_pxelinux_path() local 179 sprintf(path, PXELINUX_DIR "%s", file); in get_pxelinux_path() 181 return get_pxe_file(ctx, path, pxefile_addr_r); in get_pxelinux_path()
|
| A D | Kconfig | 246 This path has the following limitations: 306 This path has the following limitations: 1875 the device tree passed to the OS. The "linux,stdout-path" property
|
Completed in 31 milliseconds