Searched refs:piclpath (Results 1 – 2 of 2) sorted by relevance
164 extern int picl_get_node_by_path(const char *piclpath, picl_nodehdl_t *nodeh);
784 picl_get_node_by_path(const char *piclpath, picl_nodehdl_t *nodeh) in picl_get_node_by_path() argument794 if (strlen(piclpath) >= PATH_MAX) in picl_get_node_by_path()796 (void) strncpy(req.pathbuf, piclpath, PATH_MAX); in picl_get_node_by_path()