Home
last modified time | relevance | path

Searched refs:path_component_name (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/of/
Dpdt.c42 dp->path_component_name = build_path_component(dp); in of_pdt_build_full_name()
45 ourlen = strlen(dp->path_component_name); in of_pdt_build_full_name()
54 strcpy(n + plen, dp->path_component_name); in of_pdt_build_full_name()
236 of_root->path_component_name = ""; in of_pdt_build_devicetree()
/linux-4.4.14/fs/openpromfs/
Dinode.c202 int n = strlen(child->path_component_name); in openpromfs_lookup()
205 !strncmp(child->path_component_name, name, len)) { in openpromfs_lookup()
297 child->path_component_name, in openpromfs_readdir()
298 strlen(child->path_component_name), in openpromfs_readdir()
/linux-4.4.14/include/linux/
Dof.h65 const char *path_component_name; member