Searched refs:pathp (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/scripts/dtc/ |
D | fdtget.c | 155 const char *pathp; in list_subnodes() local 162 pathp = fdt_get_name(blob, node, NULL); in list_subnodes() 164 if (pathp == NULL) in list_subnodes() 165 pathp = "/* NULL pointer error */"; in list_subnodes() 166 if (*pathp == '\0') in list_subnodes() 167 pathp = "/"; /* root is nameless */ in list_subnodes() 169 puts(pathp); in list_subnodes()
|
/linux-4.1.27/drivers/of/ |
D | fdt.c | 182 const char *pathp; in unflatten_dt_node() local 190 pathp = fdt_get_name(blob, *poffset, &l); in unflatten_dt_node() 191 if (!pathp) in unflatten_dt_node() 201 if ((*pathp) != '/') { in unflatten_dt_node() 212 pathp = ""; in unflatten_dt_node() 235 pathp, (int)strlen(fn), in unflatten_dt_node() 243 memcpy(fn, pathp, l); in unflatten_dt_node() 299 const char *p1 = pathp, *ps = pathp, *pa = NULL; in unflatten_dt_node() 322 pr_debug("fixed up name for %s -> %s\n", pathp, in unflatten_dt_node() 615 const char *pathp; in of_scan_flat_dt() local [all …]
|
/linux-4.1.27/fs/quota/ |
D | quota.c | 765 struct path path, *pathp = NULL; in SYSCALL_DEFINE4() local 790 pathp = ERR_PTR(ret); in SYSCALL_DEFINE4() 792 pathp = &path; in SYSCALL_DEFINE4() 801 ret = do_quotactl(sb, type, cmds, id, addr, pathp); in SYSCALL_DEFINE4() 805 if (pathp && !IS_ERR(pathp)) in SYSCALL_DEFINE4() 806 path_put(pathp); in SYSCALL_DEFINE4()
|