Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpicl/
H A Dpicl.h162 extern int picl_get_node_by_path(const char *piclpath, picl_nodehdl_t *nodeh);
H A Dpicl.c782 picl_get_node_by_path(const char *piclpath, picl_nodehdl_t *nodeh) in picl_get_node_by_path() argument
792 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()