Home
last modified time | relevance | path

Searched refs:piclpath (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libpicl/
H A Dpicl.h164 extern int picl_get_node_by_path(const char *piclpath, picl_nodehdl_t *nodeh);
H A Dpicl.c784 picl_get_node_by_path(const char *piclpath, picl_nodehdl_t *nodeh) in picl_get_node_by_path() argument
794 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()