Home
last modified time | relevance | path

Searched refs:s_realpath (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_realpath.c79 s_realpath(const char *path, char *resolved) in s_realpath() function
H A Ddevinfo_devlink.h423 char *s_realpath(const char *path, char *resolved_path);
H A Ddevinfo_devlink.c1278 if (s_realpath(link, buf) == NULL || !is_minor_node(buf, &minor_path)) { in link2minor()
2374 if (s_realpath(vlp->abs_path, tmp) == NULL) in visit_link()