Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/of/
Dpdt.c38 dp->path_component_name = build_path_component(dp); in of_pdt_build_full_name()
41 ourlen = strlen(dp->path_component_name); in of_pdt_build_full_name()
50 strcpy(n + plen, dp->path_component_name); in of_pdt_build_full_name()
232 of_root->path_component_name = ""; in of_pdt_build_devicetree()
/Linux-v4.19/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()
296 child->path_component_name, in openpromfs_readdir()
297 strlen(child->path_component_name), in openpromfs_readdir()
/Linux-v4.19/include/linux/
Dof.h69 const char *path_component_name; member