Searched defs:piclpath (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpicl/
H A Dpicl.c784 picl_get_node_by_path(const char *piclpath, picl_nodehdl_t *nodeh) argument
794 if (strlen(piclpath) >= PATH_MAX)
796 (void) strncpy(req.pathbuf, piclpath, PATH_MAX);

Completed in 62 milliseconds