Lines Matching refs:link
46 * Find matching /dev link for the given path argument.
78 * Convert /devices paths to /dev sym-link paths.
83 * If no link is found, the long path is left as is.
104 /* search link for minor node */
147 * Return value: /dev link for dir and minor name.
150 lookupLink(char *path, char *link, const char *dir, const char *mname)
169 if (link == NULL) {
171 "Invalid argument for storing the link.");
213 (void) strlcpy(link, node, MAXPATHLEN);
233 lookupControllerLink(char *path, char *link)
237 return (lookupLink(path, link, dir, mname));
246 lookupSMPLink(char *path, char *link)
250 return (lookupLink(path, link, dir, mname));