| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | fdt.c | 32 static int fdt_print(const char *pathp, char *prop, int depth); 220 char *pathp; /* path */ in do_fdt() local 231 pathp = argv[2]; in do_fdt() 234 nodeoffset = fdt_path_offset (working_fdt, pathp); in do_fdt() 254 char *pathp; /* path */ in do_fdt() local 268 pathp = argv[2]; in do_fdt() 271 nodeoffset = fdt_path_offset (working_fdt, pathp); in do_fdt() 309 char *pathp; /* path */ in do_fdt() local 328 pathp = argv[4]; in do_fdt() 331 nodeoffset = fdt_path_offset(working_fdt, pathp); in do_fdt() [all …]
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | of_live.c | 52 const char *pathp; in unflatten_dt_node() local 61 pathp = fdt_get_name(blob, *poffset, &l); in unflatten_dt_node() 62 if (!pathp) in unflatten_dt_node() 73 if ((*pathp) != '/') { in unflatten_dt_node() 85 pathp = ""; in unflatten_dt_node() 110 pathp, (int)strlen(fn), l, in unflatten_dt_node() 118 memcpy(fn, pathp, l); in unflatten_dt_node() 178 const char *p1 = pathp, *ps = pathp, *pa = NULL; in unflatten_dt_node() 201 debug("fixed up name for %s -> %s\n", pathp, in unflatten_dt_node()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | fdtget.c | 141 const char *pathp; in list_subnodes() local 148 pathp = fdt_get_name(blob, node, NULL); in list_subnodes() 150 if (pathp == NULL) in list_subnodes() 151 pathp = "/* NULL pointer error */"; in list_subnodes() 152 if (*pathp == '\0') in list_subnodes() 153 pathp = "/"; /* root is nameless */ in list_subnodes() 155 puts(pathp); in list_subnodes()
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | fdt.c | 216 const char *pathp; in populate_node() local 219 pathp = fdt_get_name(blob, offset, &l); in populate_node() 220 if (!pathp) { in populate_node() 234 memcpy(fn, pathp, l); in populate_node() 243 populate_properties(blob, offset, mem, np, pathp, dryrun); in populate_node() 635 const char *pathp; in of_scan_flat_dt() local 645 pathp = fdt_get_name(blob, offset, NULL); in of_scan_flat_dt() 646 rc = it(offset, pathp, depth, data); in of_scan_flat_dt() 668 const char *pathp; in of_scan_flat_dt_subnodes() local 671 pathp = fdt_get_name(blob, node, NULL); in of_scan_flat_dt_subnodes() [all …]
|
| /OK3568_Linux_fs/kernel/fs/quota/ |
| H A D | quota.c | 905 struct path path, *pathp = NULL; in SYSCALL_DEFINE4() local 933 pathp = ERR_PTR(ret); in SYSCALL_DEFINE4() 935 pathp = &path; in SYSCALL_DEFINE4() 944 ret = do_quotactl(sb, type, cmds, id, addr, pathp); in SYSCALL_DEFINE4() 951 if (pathp && !IS_ERR(pathp)) in SYSCALL_DEFINE4() 952 path_put(pathp); in SYSCALL_DEFINE4()
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/ |
| H A D | fdt_overlay.c | 53 int fragment, char const **pathp) in overlay_get_target() argument 90 if (pathp) in overlay_get_target() 91 *pathp = path ? path : NULL; in overlay_get_target()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/libfdt/ |
| H A D | fdt_overlay.c | 59 int fragment, char const **pathp) in overlay_get_target() argument 96 if (pathp) in overlay_get_target() 97 *pathp = path ? path : NULL; in overlay_get_target()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-cleanup.patch | 754 tpathp = pathp = (char *)cp - 1; 775 spathp = pathp; 853 pathp = spathp; 854 *pathp = CNULL;
|