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