Searched refs:ptreepath (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/picl/plugins/common/devtree/ |
H A D | picldevtree.c | 2607 char ptreepath[PATH_MAX]; in create_asr_node() local 2622 (void) strlcpy(ptreepath, PLATFORM_PATH, PATH_MAX); in create_asr_node() 2623 (void) strlcat(ptreepath, parent, PATH_MAX); in create_asr_node() 2625 if (ptree_get_node_by_path(ptreepath, &nodeh) != PICL_SUCCESS) in create_asr_node() 2761 (void) strlcpy(ptreepath, parent, PATH_MAX); in create_asr_node() 2762 (void) strlcat(ptreepath, "/", PATH_MAX); in create_asr_node() 2763 (void) strlcat(ptreepath, child, PATH_MAX); in create_asr_node() 2764 (void) strlcat(ptreepath, "@", PATH_MAX); in create_asr_node() 2765 (void) strlcat(ptreepath, unitaddr, PATH_MAX); in create_asr_node() 2768 PICL_READ, strlen(ptreepath) + 1, in create_asr_node() [all …]
|